Skip to content

Commit c9f0905

Browse files
committed
SXDEDPCXZIC-418 / fix icons colors
1 parent dac0a0d commit c9f0905

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

ckanext/datavic_odp_theme/grunt/sass/_search_form.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ $rpl-search-form-search-text: $rpl-search-form-show-filters-ruleset !default;
106106
}
107107

108108
svg {
109+
fill: rpl-color('primary');
109110
width: $rpl-search-form-button-width;
110111
height: $rpl-search-form-button-width;
111112
}
@@ -209,6 +210,10 @@ $rpl-search-form-search-text: $rpl-search-form-show-filters-ruleset !default;
209210
padding-top: $rpl-space * 12;
210211
}
211212

213+
.rpl-icon--color_danger {
214+
fill: #af272f;
215+
}
216+
212217
}
213218

214219
.search-form-wrapper {

0 commit comments

Comments
 (0)