mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 03:08:29 +02:00
💄 Use more theme variables and less hard coded colors
This commit is contained in:
parent
b54c7e1b49
commit
2bcc229334
10 changed files with 16 additions and 16 deletions
|
@ -154,7 +154,7 @@
|
|||
position: relative;
|
||||
|
||||
&::after {
|
||||
background-color: $color-white;
|
||||
background-color: $primary-ui-bg;
|
||||
bottom: -3px;
|
||||
content: "...";
|
||||
padding-left: 10px;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue