summaryrefslogtreecommitdiff
path: root/src/assets/styles/_form-components.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/_form-components.scss')
-rw-r--r--src/assets/styles/_form-components.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/assets/styles/_form-components.scss b/src/assets/styles/_form-components.scss
index e7a7b0c9..d1fe7854 100644
--- a/src/assets/styles/_form-components.scss
+++ b/src/assets/styles/_form-components.scss
@@ -34,4 +34,19 @@
color: $gray-700!important;
}
}
+}
+
+.b-form-tag-remove {
+ // X button to remove tag
+ font-weight: normal;
+}
+
+.b-form-tags-button {
+ // Add button inside input field
+ white-space: nowrap;
+ margin-right: -$spacer;
+ &.btn-link-primary {
+ color: $primary;
+ fill: currentColor;
+ }
} \ No newline at end of file