Skip to content
Snippets Groups Projects
Verified Commit 287b809f authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

feature: dashboard - HD colors for svg added

parent 5ef462ca
No related branches found
No related tags found
No related merge requests found
...@@ -250,6 +250,10 @@ button#solid-picture-remove.button.button-primary:hover { ...@@ -250,6 +250,10 @@ button#solid-picture-remove.button.button-primary:hover {
color: var(--color-complementary) !important; color: var(--color-complementary) !important;
} }
.dashboard-card .svg-color-secondary {
fill: var(--color-complementary) !important;
}
.dashboard-card i { .dashboard-card i {
border-color: var(--color-primary) !important; border-color: var(--color-primary) !important;
color: var(--color-complementary) !important; color: var(--color-complementary) !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment