mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Colorize and customize tagging componenent
This commit is contained in:
10
app/webpacker/css/admin/v2/components/tags-input.scss
Normal file
10
app/webpacker/css/admin/v2/components/tags-input.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
tags-input .tags li.tag-item {
|
||||
background-color: $v2-blue-light;
|
||||
}
|
||||
|
||||
tags-input .tags {
|
||||
box-shadow: none;
|
||||
&.focused {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,7 @@
|
||||
@import "components/tom_select.scss";
|
||||
@import "components/dropdown.scss";
|
||||
@import "components/wizard_progress.scss";
|
||||
@import "components/tags-input.scss";
|
||||
|
||||
body {
|
||||
background-color: $v2-body-bg;
|
||||
|
||||
Reference in New Issue
Block a user