aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-15 11:10:17 +0100
committerLibravatar GitHub <noreply@github.com>2017-11-15 11:10:17 +0100
commite875a8d52b4acc906a0316afa65e338f8fb85d32 (patch)
tree055e75c25a9a966c677e88e7206b6ad1abaa6dde /src/styles
parentfix(Notifications): Fix notification data transformers (@dannyqiu) (diff)
parentMerge branch 'develop' into feature/pricing-info (diff)
downloadferdium-app-e875a8d52b4acc906a0316afa65e338f8fb85d32.tar.gz
ferdium-app-e875a8d52b4acc906a0316afa65e338f8fb85d32.tar.zst
ferdium-app-e875a8d52b4acc906a0316afa65e338f8fb85d32.zip
Merge pull request #277 from meetfranz/feature/pricing-info
Pricing Info
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss8
-rw-r--r--src/styles/subscription.scss5
2 files changed, 10 insertions, 3 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 48d12a807..f804e6273 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -40,7 +40,7 @@
40 width: 100%; 40 width: 100%;
41 max-width: 900px; 41 max-width: 900px;
42 min-height: 400px; 42 min-height: 400px;
43 max-height: 600px; 43 max-height: 720px;
44 z-index: 9999; 44 z-index: 9999;
45 background: #FFF; 45 background: #FFF;
46 border-radius: $theme-border-radius; 46 border-radius: $theme-border-radius;
@@ -334,6 +334,12 @@
334 background: none; 334 background: none;
335 padding: 0; 335 padding: 0;
336 } 336 }
337
338 .legal {
339 text-align: center;
340 margin-top: 20px;
341 color: $theme-gray-light;
342 }
337} 343}
338 344
339.settings-navigation { 345.settings-navigation {
diff --git a/src/styles/subscription.scss b/src/styles/subscription.scss
index 63183f085..01d8f4ecb 100644
--- a/src/styles/subscription.scss
+++ b/src/styles/subscription.scss
@@ -36,7 +36,7 @@
36 margin-right: 0; 36 margin-right: 0;
37 } 37 }
38 38
39 &:last-of-type { 39 &:nth-child(4) {
40 margin-right: 0; 40 margin-right: 0;
41 margin-top: 2%; 41 margin-top: 2%;
42 width: 100%; 42 width: 100%;
@@ -55,7 +55,8 @@
55 margin-right: 0; 55 margin-right: 0;
56 } 56 }
57 57
58 &:last-of-type { 58 &:nth-child(3) {
59 margin-top: 2%;
59 width: 100%; 60 width: 100%;
60 } 61 }
61 } 62 }