mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-25 22:59:10 -04:00
New: Project Aphrodite
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user