Clean up example SCSS file (#644)

This commit is contained in:
István Donkó 2024-09-03 14:33:37 +02:00 committed by GitHub
parent 6db0f95c57
commit bb916c652b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@
color: #000000; color: #000000;
border-radius: 10px; border-radius: 10px;
} }
.metric scale trough { .metric scale trough {
all: unset; all: unset;
background-color: #4e4e4e; background-color: #4e4e4e;
@ -31,24 +32,11 @@
margin-left: 10px; margin-left: 10px;
margin-right: 20px; margin-right: 20px;
} }
.metric scale trough highlight {
all: unset;
background-color: #D35D6E;
color: #000000;
border-radius: 10px;
}
.metric scale trough {
all: unset;
background-color: #4e4e4e;
border-radius: 50px;
min-height: 3px;
min-width: 50px;
margin-left: 10px;
margin-right: 20px;
}
.label-ram { .label-ram {
font-size: large; font-size: large;
} }
.workspaces button:hover { .workspaces button:hover {
color: #D35D6E; color: #D35D6E;
} }