mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 10:39:41 +00:00
27 lines
390 B
SCSS
27 lines
390 B
SCSS
.workspaces {
|
|
background-color: $bg1-a;
|
|
border-radius: 25px;
|
|
|
|
.value {
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.focused {
|
|
// text-decoration: underline;
|
|
// text-decoration-color: red;
|
|
// text-decoration-style: double;
|
|
font-weight: 900;
|
|
// color: $sapphire;
|
|
color: #fff;
|
|
}
|
|
|
|
.active {
|
|
color: #bbb;
|
|
}
|
|
|
|
.inactive {
|
|
color: #555;
|
|
}
|
|
}
|