mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 15:36:38 +02: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 {
|
.add-page {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: $medium-ui-icons;
|
background-color: $soft-ui-icons;
|
||||||
border-radius: $br-small;
|
border-radius: $br-small;
|
||||||
|
border: 1px solid transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -29,13 +30,14 @@
|
||||||
padding: $x-small;
|
padding: $x-small;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-white;
|
fill: $intense-ui-icons;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $intense-ui-icons;
|
background-color: $color-white;
|
||||||
|
border-color: $soft-ui-border;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue