diff options
| author | Henry Jameson <me@hjkos.com> | 2020-02-11 00:52:25 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-02-11 00:52:25 +0200 |
| commit | b4278ee517522f559751ab005a9521aa17ee07b6 (patch) | |
| tree | 4a9f2cf8c14b1ac4faae63c4de0ef455b119cf29 | |
| parent | 38c34b8b51136e3d73506cf5347aa57541b36653 (diff) | |
fix warning stylings
| -rw-r--r-- | src/components/style_switcher/style_switcher.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/style_switcher/style_switcher.scss b/src/components/style_switcher/style_switcher.scss index 71d0f05e..d2a40d13 100644 --- a/src/components/style_switcher/style_switcher.scss +++ b/src/components/style_switcher/style_switcher.scss @@ -3,6 +3,12 @@ .theme-warning { display: flex; align-items: baseline; + margin-bottom: .5em; + .buttons { + .btn { + margin-bottom: .5em; + } + } } .preset-switcher { margin-right: 1em; |
