2022-10-29 18:25:42 +00:00
|
|
|
.workspaces {
|
|
|
|
background-color: $bg1-a;
|
|
|
|
border-radius: 25px;
|
|
|
|
|
2024-10-02 12:37:28 +00:00
|
|
|
.icon,
|
|
|
|
.icon label {
|
|
|
|
font-family: "JetBrainsMono Nerd Font", "Material Symbols Outlined";
|
|
|
|
font-size: 1.2rem;
|
2023-01-29 16:23:23 +00:00
|
|
|
}
|
|
|
|
|
2022-10-29 18:25:42 +00:00
|
|
|
.value {
|
2024-10-02 12:37:28 +00:00
|
|
|
margin: 0 10px;
|
2022-10-29 18:25:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.focused {
|
|
|
|
// text-decoration: underline;
|
|
|
|
// text-decoration-color: red;
|
|
|
|
// text-decoration-style: double;
|
2023-01-29 16:23:23 +00:00
|
|
|
color: $fg;
|
2022-10-29 18:25:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.active {
|
|
|
|
color: #bbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inactive {
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
}
|