diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-23 08:24:55 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-23 08:24:55 +0300 |
| commit | 754d71ec1933d897f9206ddca080bb258256edbb (patch) | |
| tree | e11069a63e4c5f2d694b47f7e4b0faa3f3bcd4e7 /src/components/style_switcher/style_switcher.scss | |
| parent | 91ea9b7b0e7b2ad818c0ac026951cd5a9c68bfdf (diff) | |
added checkboxes to keep current roundness and shadows, also cleaned up how
shadows/roundness are reset when switching themes
Diffstat (limited to 'src/components/style_switcher/style_switcher.scss')
| -rw-r--r-- | src/components/style_switcher/style_switcher.scss | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/src/components/style_switcher/style_switcher.scss b/src/components/style_switcher/style_switcher.scss index f8529b4f..9cdc9f33 100644 --- a/src/components/style_switcher/style_switcher.scss +++ b/src/components/style_switcher/style_switcher.scss @@ -66,7 +66,7 @@ .apply-container, .radius-container, .color-container, - .presets-container { + { display: flex; p { @@ -88,12 +88,14 @@ .color-container, .shadow-container, - .radius-container { + .radius-container, + .presets-container { margin: 1em 1em 0; } - .presets-container, - .shadow-selector { + .shadow-selector, + .save-load, + .save-load-options { display: flex; justify-content: center; align-items: baseline; @@ -110,6 +112,14 @@ } } + .save-load-options { + flex-wrap: wrap; + margin-top: .5em; + span { + margin: 0 .5em; + } + } + .preview-container { border-top: 1px dashed; border-bottom: 1px dashed; |
