now using SCSS for better theming support
This commit is contained in:
16
src-ui/src/app/components/manage/logs/logs.component.scss
Normal file
16
src-ui/src/app/components/manage/logs/logs.component.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.log-entry-10 {
|
||||
color: lightslategray !important;
|
||||
}
|
||||
|
||||
.log-entry-30 {
|
||||
color: yellow !important;
|
||||
}
|
||||
|
||||
.log-entry-40 {
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
.log-entry-50 {
|
||||
color: lightcoral !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user