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.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/styles/subscription-popup.scss b/src/styles/subscription-popup.scss
new file mode 100644
index 000000000..b6f232fcb
--- /dev/null
+++ b/src/styles/subscription-popup.scss
@@ -0,0 +1,20 @@
1.subscription-popup {
2 height: 100%;
3
4 &__content {
5 height: calc(100% - 60px);
6 }
7
8 &__webview {
9 height: 100%;
10 }
11
12 &__toolbar {
13 height: 60px;
14 background: $theme-gray-lightest;
15 display: flex;
16 justify-content: space-between;
17 padding: 10px;
18 border-top: 1px solid $theme-gray-lighter;
19 }
20}