From f2de6568a3481a9e3fca0f471b27311f90eaf320 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Sun, 3 Jun 2018 11:24:18 +0200 Subject: Mobile scss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/mobile.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/css') diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 239876223d5..f4381dde88a 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -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; -- cgit v1.2.3