[m] Various fixes and reverts

This commit is contained in:
soraefir
2023-11-29 23:12:08 +01:00
parent efa2a5c0be
commit 675d79ad1a
10 changed files with 35 additions and 100 deletions

View File

@ -41,24 +41,30 @@ tooltip {
.icon,
.icon label { font-family: Material Design Icons; }
.icon-text {
padding: 4pt;
font-size: 6pt;
font-weight: 900;
}
.grey {
background-color: $base02;
color: $base02;
}
.red {
background-color: $base0F;
color: $base0F;
}
.orange {
background-color: $base08;
color: $base08;
}
.green {
background-color: $base0B;
color: $base0B;
}
.blue {
background-color: $base0C;
color: $base0C;
}
/* WINDOW WRAPPER CSS */
@ -116,17 +122,3 @@ tooltip {
.bar label {
font-size: 1.2rem;
}
/* WORKSPACE */
.ws {
border-radius: $border-radius;
margin: $gaps-window;
}
.focused {
background-color: $bg1;
border-radius: 1rem;
margin: .3rem;
padding: .25rem;
}