You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/System/Events/LogsTableRow.css

36 lines
378 B

.level {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 20px;
}
.info {
color: #1e90ff;
}
.debug {
color: #808080;
}
.trace {
color: #d3d3d3;
}
.warn {
color: $warningColor;
}
.error {
color: $dangerColor;
}
.fatal {
color: $purple;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 45px;
}