aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher/style_switcher.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/style_switcher/style_switcher.scss')
-rw-r--r--src/components/style_switcher/style_switcher.scss18
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;