[m] Various fixes and reverts
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user