💄 Use more theme variables and less hard coded colors

This commit is contained in:
mathieu.brunot 2019-02-21 18:15:26 +01:00
parent b54c7e1b49
commit 2bcc229334
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
10 changed files with 16 additions and 16 deletions

View file

@ -154,7 +154,7 @@
position: relative;
&::after {
background-color: $color-white;
background-color: $primary-ui-bg;
bottom: -3px;
content: "...";
padding-left: 10px;

View file

@ -185,7 +185,7 @@ ul.slider-dots {
&.current,
&:hover {
background-color: $color-white;
background-color: $dark-ui-bg;
}
}
@ -489,7 +489,7 @@ input.element-name {
width: 20px;
height: 20px;
margin-right: 10px;
background-color: $color-white;
background-color: $primary-ui-bg;
border: 1px solid $soft-ui-border;
box-shadow: inset 0 0 0 0 $main-ui-color ;
box-sizing: border-box;
@ -855,7 +855,7 @@ input[type=range]:focus::-ms-fill-upper {
&:hover {
&::after {
background-color: $color-white;
background-color: $dark-ui-bg;
border-radius: $br-small;
color: $medium-ui-text;
content: attr(alt);