nicks-nix-config/modules/ewwbar/eww-config/eww.scss

44 lines
603 B
SCSS
Raw Normal View History

2023-10-24 18:31:26 -07:00
* {
2023-10-26 18:26:39 -07:00
all: unset; //Unsets everything so you can style everything from scratch
2023-10-24 18:31:26 -07:00
}
//Global Styles
2023-10-26 18:26:39 -07:00
.bar-main {
color: #b0b4bc;
margin: 15px;
padding: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
2023-10-24 18:31:26 -07:00
}
2023-10-26 18:26:39 -07:00
.bar-section {
background-color: rgba(200, 200, 200, 0.5);
border-radius: 15;
}
.sep {
color: rgba(200, 200, 200, 0.5);
}
.time {
font-weight: bold;
padding-right: 20px;
}
.alert {
color: #aa5555;
padding: 5px;
}
2023-10-24 18:31:26 -07:00
2023-10-26 18:26:39 -07:00
.regular {
color: #b0b4bc;
padding: 5px;
2023-10-24 18:31:26 -07:00
}
2023-10-26 18:26:39 -07:00
.active-workspace {
background-color: rgba(150, 150, 150, 0.4);
border-radius: 10;
padding-left: 10px;
padding-right: 10px;
2023-10-24 18:31:26 -07:00
}