aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher/style_switcher.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-25 21:48:16 +0300
committerHenry Jameson <me@hjkos.com>2018-11-25 21:48:16 +0300
commit1a65895bfd441ea57163ee3e185785c82a81b736 (patch)
tree6acf07e334d43b08740bf68d3bfbc7e257d99693 /src/components/style_switcher/style_switcher.scss
parente8536f3d95144945dcbd6bd96542f8401de3f1ed (diff)
initial font support
Diffstat (limited to 'src/components/style_switcher/style_switcher.scss')
-rw-r--r--src/components/style_switcher/style_switcher.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/style_switcher/style_switcher.scss b/src/components/style_switcher/style_switcher.scss
index ad203856..9c4f4ecd 100644
--- a/src/components/style_switcher/style_switcher.scss
+++ b/src/components/style_switcher/style_switcher.scss
@@ -67,6 +67,7 @@
flex-wrap: wrap;
}
+ .fonts-container,
.reset-container,
.apply-container,
.radius-container,
@@ -75,6 +76,7 @@
display: flex;
}
+ .fonts-container,
.radius-container {
flex-direction: column;
}
@@ -87,6 +89,7 @@
justify-content: space-between;
}
+ .fonts-container,
.color-container,
.shadow-container,
.radius-container,