feature: dashboard - HD colors for svg added

This commit is contained in:
gaelle morin 2020-06-23 18:48:10 +02:00
parent 5ef462ca6b
commit 287b809f19
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 4 additions and 0 deletions

View File

@ -250,6 +250,10 @@ button#solid-picture-remove.button.button-primary:hover {
color: var(--color-complementary) !important;
}
.dashboard-card .svg-color-secondary {
fill: var(--color-complementary) !important;
}
.dashboard-card i {
border-color: var(--color-primary) !important;
color: var(--color-complementary) !important;