Skip to content

Commit bb916c6

Browse files
authored
Clean up example SCSS file (#644)
1 parent 6db0f95 commit bb916c6

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

examples/eww-bar/eww.scss

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
* {
2-
all: unset; //Unsets everything so you can style everything from scratch
2+
all: unset; // Unsets everything so you can style everything from scratch
33
}
44

5-
//Global Styles
5+
// Global Styles
66
.bar {
77
background-color: #3a3a3a;
88
color: #b0b4bc;
@@ -22,6 +22,7 @@
2222
color: #000000;
2323
border-radius: 10px;
2424
}
25+
2526
.metric scale trough {
2627
all: unset;
2728
background-color: #4e4e4e;
@@ -31,24 +32,11 @@
3132
margin-left: 10px;
3233
margin-right: 20px;
3334
}
34-
.metric scale trough highlight {
35-
all: unset;
36-
background-color: #D35D6E;
37-
color: #000000;
38-
border-radius: 10px;
39-
}
40-
.metric scale trough {
41-
all: unset;
42-
background-color: #4e4e4e;
43-
border-radius: 50px;
44-
min-height: 3px;
45-
min-width: 50px;
46-
margin-left: 10px;
47-
margin-right: 20px;
48-
}
35+
4936
.label-ram {
5037
font-size: large;
5138
}
39+
5240
.workspaces button:hover {
5341
color: #D35D6E;
5442
}

0 commit comments

Comments
 (0)