aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-14 22:15:02 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-14 22:15:02 +0100
commitcffaab954338f0062772d38d8f926620e1b5bcc5 (patch)
tree10619f59fb9242d5db276b8e2d31d203bced2028 /src/styles
parentAdd missing EU tax info (diff)
downloadferdium-app-cffaab954338f0062772d38d8f926620e1b5bcc5.tar.gz
ferdium-app-cffaab954338f0062772d38d8f926620e1b5bcc5.tar.zst
ferdium-app-cffaab954338f0062772d38d8f926620e1b5bcc5.zip
Disable Miner on Windows
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss6
-rw-r--r--src/styles/subscription.scss5
2 files changed, 9 insertions, 2 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 48d12a807..90f119c99 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -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 }