Skip to content

Commit

Permalink
Clean up example SCSS file (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
isti115 authored Sep 3, 2024
1 parent 6db0f95 commit bb916c6
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions examples/eww-bar/eww.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
* {
all: unset; //Unsets everything so you can style everything from scratch
all: unset; // Unsets everything so you can style everything from scratch
}

//Global Styles
// Global Styles
.bar {
background-color: #3a3a3a;
color: #b0b4bc;
Expand All @@ -22,6 +22,7 @@
color: #000000;
border-radius: 10px;
}

.metric scale trough {
all: unset;
background-color: #4e4e4e;
Expand All @@ -31,24 +32,11 @@
margin-left: 10px;
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 {
font-size: large;
}

.workspaces button:hover {
color: #D35D6E;
}
Expand Down

0 comments on commit bb916c6

Please sign in to comment.