diff options
| author | Henry Jameson <me@hjkos.com> | 2018-12-11 16:36:06 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-12-11 16:36:06 +0300 |
| commit | c189a08dffd2373172d9fd34af5954af146c2f36 (patch) | |
| tree | cfdedc49d0316b076ef3b8f89144a7b357d8b72e /src/components/style_switcher/style_switcher.scss | |
| parent | 51dccb788798364bbb662d378f2aa2647f1845cf (diff) | |
added keep-colors option
Diffstat (limited to 'src/components/style_switcher/style_switcher.scss')
| -rw-r--r-- | src/components/style_switcher/style_switcher.scss | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/components/style_switcher/style_switcher.scss b/src/components/style_switcher/style_switcher.scss index f53f00a0..135c113a 100644 --- a/src/components/style_switcher/style_switcher.scss +++ b/src/components/style_switcher/style_switcher.scss @@ -54,11 +54,6 @@ } } - .import-warning { - color: $fallback--cRed; - color: var(--cRed, $fallback--cRed); - } - .tab-switcher { margin: 0 -1em; } @@ -154,8 +149,10 @@ .save-load-options { flex-wrap: wrap; margin-top: .5em; - span { + justify-content: center; + .keep-option { margin: 0 .5em .5em; + min-width: 25%; } } |
