mobile fixes

This commit is contained in:
antelle 2019-09-08 21:21:20 +02:00
parent bd37cb2c26
commit 65ba766b0f
2 changed files with 7 additions and 9 deletions

View File

@ -47,7 +47,7 @@
@include mobile {
line-height: $mobile-back-button-height;
height: $mobile-back-button-height;
padding-bottom: $base-padding-v;
padding: $base-padding;
font-size: 1.2em;
> i {
margin-right: 0.3em;

View File

@ -26,14 +26,6 @@ body.th-macdark {
--secondary-background-color: #2d2d2e;
--form-box-border-focus: #6697c0;
--form-box-shadow-color-focus: #44749d;
input[type='text'],
input[type='password'],
textarea,
input:not([type]) {
&:focus {
background-color: rgba(108, 108, 109, 0.05);
}
}
.app__menu {
background-color: var(--secondary-background-color);
.menu__item.menu__item--active > .menu__item-body,
@ -60,6 +52,12 @@ body.th-macdark {
color: #8f8f91;
}
}
input, textarea, select {
background-color: rgba(108, 108, 109, 0.025);
}
input:focus, textarea:focus, select:focus {
background-color: rgba(108, 108, 109, 0.05);
}
}
.yellow-color { color: #E0C24C; }
.red-color { color: #EC655A; }