mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
change add btn color
This commit is contained in:
parent
0f10ce3a70
commit
a47ef45905
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
.add-page {
|
||||
align-items: center;
|
||||
background-color: $main-ui-color;
|
||||
background-color: $medium-ui-icons;
|
||||
border-radius: $br-small;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $intense-main-ui-color;
|
||||
background-color: $intense-ui-icons;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -119,7 +119,7 @@
|
|||
svg {
|
||||
fill: $main-ui-color;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
Loading…
Add table
Reference in a new issue