minor ui improvements

This commit is contained in:
Gani Georgiev
2023-02-21 22:24:49 +02:00
parent 4fdc8feafc
commit 0db6c783cd
40 changed files with 358 additions and 295 deletions
-1
View File
@@ -511,7 +511,6 @@ a,
background: var(--baseAlt2Color);
border-radius: var(--baseRadius);
color: var(--txtPrimaryColor);
font-size: 1.16rem;
@include shadowize();
i {
font-size: inherit;
+3
View File
@@ -565,6 +565,9 @@ select {
}
}
&.disabled {
label, %input {
box-shadow: inset 0 0 0 var(--btnHeight) rgba(#fff, 0.45);
}
> label {
color: var(--txtDisabledColor);
}