0
Fork 0
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:
Juan de la Cruz 2016-02-20 21:14:37 +01:00
parent a47ef45905
commit 00df437c5d

View file

@ -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;
}
}