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 { .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;
} }
} }