Add custom background and color text for tags
This commit is contained in:
12
app/assets/stylesheets/sdg/related_list_selector.scss
Normal file
12
app/assets/stylesheets/sdg/related_list_selector.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.sdg-related-list-selector {
|
||||
|
||||
.amsify-suggestags-area .amsify-select-tag {
|
||||
color: $white;
|
||||
|
||||
@each $code, $color in $sdg-colors {
|
||||
&[data-val^="#{$code}"] {
|
||||
background-color: $color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user