aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/layout.scss2
-rw-r--r--src/styles/settings.scss2
-rw-r--r--src/styles/subscription-popup.scss5
3 files changed, 6 insertions, 3 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index a7de4b247..c09d69f6c 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -39,7 +39,7 @@ html { overflow: hidden; }
39 color: $theme-brand-primary; 39 color: $theme-brand-primary;
40 } 40 }
41 41
42 .update-availible { 42 .update-available {
43 align-items: center; 43 align-items: center;
44 background: $theme-brand-danger; 44 background: $theme-brand-danger;
45 border-radius: 20px; 45 border-radius: 20px;
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 753288b8d..324175d0b 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -373,7 +373,7 @@
373 .account__subscription-button { margin-left: auto; } 373 .account__subscription-button { margin-left: auto; }
374 .franz-form__button { white-space: nowrap; } 374 .franz-form__button { white-space: nowrap; }
375 div { height: auto; } 375 div { height: auto; }
376 [data-type="franz-button"] div { height: 100% } 376 [data-type="franz-button"] div { height: 20px }
377 377
378 .invoices { 378 .invoices {
379 width: 100%; 379 width: 100%;
diff --git a/src/styles/subscription-popup.scss b/src/styles/subscription-popup.scss
index fb4795d6c..14e05e65d 100644
--- a/src/styles/subscription-popup.scss
+++ b/src/styles/subscription-popup.scss
@@ -2,7 +2,10 @@
2 height: 100%; 2 height: 100%;
3 3
4 &__content { height: calc(100% - 60px); } 4 &__content { height: calc(100% - 60px); }
5 &__webview { height: 100%; } 5 &__webview {
6 height: 100%;
7 background: #FFF;
8 }
6 9
7 &__toolbar { 10 &__toolbar {
8 background: $theme-gray-lightest; 11 background: $theme-gray-lightest;