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.scss54
1 files changed, 45 insertions, 9 deletions
diff --git a/src/components/style_switcher/style_switcher.scss b/src/components/style_switcher/style_switcher.scss
index 9cdc9f33..ad203856 100644
--- a/src/components/style_switcher/style_switcher.scss
+++ b/src/components/style_switcher/style_switcher.scss
@@ -63,15 +63,16 @@
margin: 0 -1em;
}
+ .reset-container {
+ flex-wrap: wrap;
+ }
+
+ .reset-container,
.apply-container,
.radius-container,
.color-container,
{
display: flex;
-
- p {
- margin-left: 1em
- }
}
.radius-container {
@@ -93,7 +94,38 @@
margin: 1em 1em 0;
}
- .shadow-selector,
+ .tab-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: baseline;
+ width: 100%;
+ min-height: 30px;
+
+ .btn {
+ min-width: 1px;
+ flex: 0 auto;
+ padding: 0 1em;
+ }
+
+ p {
+ flex: 1;
+ margin: 0;
+ }
+
+ margin-bottom: 1em;
+ }
+
+ .shadow-selector {
+ .override {
+ flex: 1;
+ margin-left: .5em;
+ }
+ .select-container {
+ margin-top: -4px;
+ margin-bottom: -3px;
+ }
+ }
+
.save-load,
.save-load-options {
display: flex;
@@ -102,11 +134,8 @@
.import-export {
display: flex;
-
- .btn {
- margin-left: .5em;
- }
}
+
.override {
margin-left: .5em;
}
@@ -132,6 +161,7 @@
background-position: 50% 50%;
.btn {
+ margin-left: 0;
margin-top: 1em;
min-height: 30px;
width: 10em;
@@ -153,6 +183,7 @@
&.wide {
min-width: 60%
}
+
&:not(.wide):nth-child(2n+1) {
margin-right: 7px;
@@ -200,6 +231,11 @@
padding: 20px;
}
+ .btn {
+ margin-left: .25em;
+ margin-right: .25em;
+ }
+
.dummy {
.avatar {
background: linear-gradient(135deg, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%);