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.
Prowlarr/frontend/src/System/Events/LogsTableRow.css

36 lines
396 B

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