mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
29 lines
412 B
SCSS
29 lines
412 B
SCSS
.workspaces {
|
|
background-color: $bg1-a;
|
|
border-radius: 25px;
|
|
|
|
.icon, .icon label {
|
|
font-family: "Material Symbols Outlined";
|
|
font-size: 1.15rem;
|
|
}
|
|
|
|
.value {
|
|
margin: 0 9px;
|
|
}
|
|
|
|
.focused {
|
|
// text-decoration: underline;
|
|
// text-decoration-color: red;
|
|
// text-decoration-style: double;
|
|
color: $fg;
|
|
}
|
|
|
|
.active {
|
|
color: #bbb;
|
|
}
|
|
|
|
.inactive {
|
|
color: #555;
|
|
}
|
|
}
|