aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Amine El Mouafik <412895+kytwb@users.noreply.github.com>2021-02-08 10:34:45 +0100
committerLibravatar GitHub <noreply@github.com>2021-02-08 10:34:45 +0100
commit035002ceedf78d5ec73eabc0df7f06139939b967 (patch)
tree1c0d1e9531bae05fb65d70b9ea25baf404b74fe1 /src/styles
parentdocs: add k0staa as a contributor (#1193) (diff)
downloadferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.tar.gz
ferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.tar.zst
ferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.zip
Synchronize with Franz 5.6.0 (#1033)
Co-authored-by: FranzBot <i18n@meetfranz.com> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Makazzz <makazzzpro@live.ca> Co-authored-by: Stefan Malzner <stefan@adlk.io> Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/auth.scss2
-rw-r--r--src/styles/layout.scss5
-rw-r--r--src/styles/services.scss4
3 files changed, 9 insertions, 2 deletions
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 @@
130 img { width: 65px; } 130 img { width: 65px; }
131 } 131 }
132 132
133 .auth__letter { margin-bottom: 30px; } 133 .auth__letter { margin-bottom: 30px; text-align: left; }
134 .scroll-container { z-index: 10; } 134 .scroll-container { z-index: 10; }
135 .info-bar { position: absolute; } 135 .info-bar { position: absolute; }
136 136
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; }
39 color: $theme-brand-primary; 39 color: $theme-brand-primary;
40 } 40 }
41 41
42 &:disabled {
43 opacity: 0.25;
44 filter: grayscale(1);
45 }
46
42 .update-available { 47 .update-available {
43 align-items: center; 48 align-items: center;
44 background: $theme-brand-danger; 49 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 @@
7 7
8 .services__webview, 8 .services__webview,
9 .services__info-layer { 9 .services__info-layer {
10 webview { background: $dark-theme-gray-darkest; } 10 // webview { background: $dark-theme-gray-darkest; }
11 } 11 }
12 12
13 .services__no-service, 13 .services__no-service,
@@ -48,6 +48,8 @@
48 } 48 }
49 49
50 &--force-repaint webview { z-index: 5; } 50 &--force-repaint webview { z-index: 5; }
51
52 &.is-loading webview { background: #FFF }
51 } 53 }
52 54
53 .services__no-service, 55 .services__no-service,