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

View file

@ -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 {