Use icon-add in primary-text color

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Jonas Rittershofer 2020-05-30 13:30:00 +02:00
commit 8083e70d1c
2 changed files with 8 additions and 1 deletions

View file

@ -49,3 +49,10 @@
.icon-maybe {
@include icon-color('maybe-vote-variant', 'forms', $color-warning);
}
.icon-add-primary::before {
content: '';
background-image: url(icon-color-path('add', 'actions', $color-primary-text, 1, true));
width: 16px;
height: 16px;
}