unification of stylings
This commit is contained in:
parent
32132e225c
commit
2609c0d0d2
5 changed files with 104 additions and 310 deletions
13
src/App.scss
13
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue