Current section
Files
Jump to
Current section
Files
lib/web/static/css/flames-frontend.scss
@import "_bootswatch";
#errors {
.error-row {
cursor: pointer;
&:nth-child(even) {
background-color: #4B4B4B;
}
&:hover {
background-color: #202020;
}
}
.message {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.level {
text-transform: uppercase;
}
}
.table-header {
font-size: 22px;
}
input[type=checkbox] {
transform: scale(1.5);
}
#error {
margin-top: 10px;
}
.info-row {
padding-top: 5px;
padding-bottom: 5px;
}
.jumbotron.info-row {
margin-top: 10px;
}