aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/subscription-popup.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/subscription-popup.scss')
-rw-r--r--src/styles/subscription-popup.scss5
1 files changed, 4 insertions, 1 deletions
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;