From 035002ceedf78d5ec73eabc0df7f06139939b967 Mon Sep 17 00:00:00 2001 From: Amine El Mouafik <412895+kytwb@users.noreply.github.com> Date: Mon, 8 Feb 2021 10:34:45 +0100 Subject: Synchronize with Franz 5.6.0 (#1033) Co-authored-by: FranzBot Co-authored-by: vantezzen Co-authored-by: Makazzz Co-authored-by: Stefan Malzner Co-authored-by: Amine Mouafik --- src/styles/auth.scss | 2 +- src/styles/layout.scss | 5 +++++ src/styles/services.scss | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'src/styles') diff --git a/src/styles/auth.scss b/src/styles/auth.scss index 3efecf324..aee255196 100644 --- a/src/styles/auth.scss +++ b/src/styles/auth.scss @@ -130,7 +130,7 @@ img { width: 65px; } } - .auth__letter { margin-bottom: 30px; } + .auth__letter { margin-bottom: 30px; text-align: left; } .scroll-container { z-index: 10; } .info-bar { position: absolute; } diff --git a/src/styles/layout.scss b/src/styles/layout.scss index b1e163421..ecc305193 100644 --- a/src/styles/layout.scss +++ b/src/styles/layout.scss @@ -39,6 +39,11 @@ html { overflow: hidden; } color: $theme-brand-primary; } + &:disabled { + opacity: 0.25; + filter: grayscale(1); + } + .update-available { align-items: center; background: $theme-brand-danger; diff --git a/src/styles/services.scss b/src/styles/services.scss index ef1097791..8b8c27e10 100644 --- a/src/styles/services.scss +++ b/src/styles/services.scss @@ -7,7 +7,7 @@ .services__webview, .services__info-layer { - webview { background: $dark-theme-gray-darkest; } + // webview { background: $dark-theme-gray-darkest; } } .services__no-service, @@ -48,6 +48,8 @@ } &--force-repaint webview { z-index: 5; } + + &.is-loading webview { background: #FFF } } .services__no-service, -- cgit v1.2.3-70-g09d2