dotfiles/home/.config/eww/css/modules/_workspaces.scss

29 lines
412 B
SCSS
Raw Normal View History

2022-10-29 18:25:42 +00:00
.workspaces {
background-color: $bg1-a;
border-radius: 25px;
.icon, .icon label {
font-family: "Material Symbols Outlined";
font-size: 1.15rem;
}
2022-10-29 18:25:42 +00:00
.value {
margin: 0 9px;
2022-10-29 18:25:42 +00:00
}
.focused {
// text-decoration: underline;
// text-decoration-color: red;
// text-decoration-style: double;
color: $fg;
2022-10-29 18:25:42 +00:00
}
.active {
color: #bbb;
}
.inactive {
color: #555;
}
}