simplified mail settings ui

This commit is contained in:
Gani Georgiev
2022-08-16 07:36:15 +03:00
parent 456ced75ce
commit ccd010c490
24 changed files with 1201 additions and 729 deletions
+9 -7
View File
@@ -332,10 +332,19 @@ button {
font-family: var(--baseFontFamily);
font-weight: normal;
border-radius: var(--baseRadius);
overflow: auto; /* fallback */
overflow: overlay;
&::placeholder {
color: var(--txtDisabledColor);
}
&:focus,
&:focus-within {
@include scrollbar(
$thumbColor: var(--baseAlt3Color),
$thumbActiveColor: var(--baseAlt4Color)
);
}
&:focus,
&.active {
border-color: var(--primaryColor);
}
@@ -393,13 +402,6 @@ input[type=number]::-webkit-outer-spin-button {
textarea {
min-height: 80px;
resize: vertical;
&:focus,
&:focus-within {
@include scrollbar(
$thumbColor: var(--baseAlt3Color),
$thumbActiveColor: var(--baseAlt4Color)
);
}
}
select {
padding-left: 8px;