aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-20 22:14:49 +0300
committerHenry Jameson <me@hjkos.com>2018-11-20 22:14:49 +0300
commit2609c0d0d279031cba579d60bf94cca81544ec4f (patch)
treeb4fdbc7cc390c402fd805c09b9fe41ecc0d578ad /src/App.scss
parent32132e225c749e506285370a2a065bb71920ce59 (diff)
unification of stylings
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 1021b64b..970a5f74 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -64,6 +64,11 @@ button {
font-size: 14px;
font-family: sans-serif;
+ i[class*=icon-] {
+ color: $fallback--text;
+ color: var(--btnText, $fallback--text);
+ }
+
&::-moz-focus-inner {
border: none;
}
@@ -145,6 +150,14 @@ input, textarea, .select {
line-height: 16px;
}
+ &[type=range] {
+ background: none;
+ border: none;
+ margin: 0;
+ box-shadow: none;
+ flex: 1;
+ }
+
&[type=radio],
&[type=checkbox] {
display: none;