mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
change add btn color again
This commit is contained in:
parent
a47ef45905
commit
00df437c5d
1 changed files with 5 additions and 3 deletions
|
@ -20,8 +20,9 @@
|
|||
|
||||
.add-page {
|
||||
align-items: center;
|
||||
background-color: $medium-ui-icons;
|
||||
background-color: $soft-ui-icons;
|
||||
border-radius: $br-small;
|
||||
border: 1px solid transparent;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -29,13 +30,14 @@
|
|||
padding: $x-small;
|
||||
|
||||
svg {
|
||||
fill: $color-white;
|
||||
fill: $intense-ui-icons;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $intense-ui-icons;
|
||||
background-color: $color-white;
|
||||
border-color: $soft-ui-border;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue