aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher/style_switcher.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-01-22 00:37:19 +0200
committerHenry Jameson <me@hjkos.com>2020-01-22 00:37:19 +0200
commit9336140486f50159b935001b7ebadf3d9bda89ec (patch)
treedb5d6047788839f296b09fc09af3f9dbd2673c27 /src/components/style_switcher/style_switcher.scss
parent93dfb4d3524df14f730a3f0ad46ebb86ceb89984 (diff)
massively improved initial theme loading code, added checks and warnings when
loading theme files (import/localStorage/defaults)
Diffstat (limited to 'src/components/style_switcher/style_switcher.scss')
-rw-r--r--src/components/style_switcher/style_switcher.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/style_switcher/style_switcher.scss b/src/components/style_switcher/style_switcher.scss
index 987245a2..71d0f05e 100644
--- a/src/components/style_switcher/style_switcher.scss
+++ b/src/components/style_switcher/style_switcher.scss
@@ -1,5 +1,9 @@
@import '../../_variables.scss';
.style-switcher {
+ .theme-warning {
+ display: flex;
+ align-items: baseline;
+ }
.preset-switcher {
margin-right: 1em;
}