Mobile scss

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-06-03 11:24:18 +02:00
parent e8ccdb8644
commit f2de6568a3
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@
#app-content {
width: 100% !important;
left: 0 !important;
background-color: $color-main-background;
background-color: var(--color-main-background);
overflow-x: hidden !important;
z-index: 1000;
}
@ -72,7 +72,7 @@
width: 44px;
height: 44px;
z-index: 149;
background-color: rgba($color-main-background, .7);
background-color: rgba(var(--color-main-background), .7);
cursor: pointer;
opacity: .6;
}
@ -149,7 +149,7 @@ table.multiselect thead {
}
&::after {
border: 10px solid transparent;
border-bottom-color: $color-main-background;
border-bottom-color: var(--color-main-background);
bottom: 0;
content: ' ';
height: 0;