aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/settings.scss
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-04 17:22:15 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-04 16:22:15 +0100
commit31d606c9f81bbfb094cd7bf95ae7c89930047fd6 (patch)
treefe005d771826d684b04be9b646dda4abff637434 /src/styles/settings.scss
parentAdd setting to enable nightly releases updates (#742) (diff)
downloadferdium-app-31d606c9f81bbfb094cd7bf95ae7c89930047fd6.tar.gz
ferdium-app-31d606c9f81bbfb094cd7bf95ae7c89930047fd6.tar.zst
ferdium-app-31d606c9f81bbfb094cd7bf95ae7c89930047fd6.zip
Add custom website information to recipe dashboard (#995)
Diffstat (limited to 'src/styles/settings.scss')
-rw-r--r--src/styles/settings.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index dab48ef0b..b908305de 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -330,6 +330,10 @@
330 text-align: center; 330 text-align: center;
331 width: 100%; 331 width: 100%;
332 332
333 .settings__empty-state-text {
334 margin-bottom: 1em;
335 }
336
333 a.button { margin-top: 40px; } 337 a.button { margin-top: 40px; }
334 } 338 }
335 339