aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/settings.scss
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/settings.scss
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/settings.scss')
-rw-r--r--src/styles/settings.scss6
1 files changed, 6 insertions, 0 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 {