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