We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afa536 commit 0a4fd5fCopy full SHA for 0a4fd5f
src/components/form-tags/_form-tags.scss
@@ -1,17 +1,4 @@
1
.b-form-tags {
2
- .b-form-tags-list {
3
- margin-top: -0.25rem;
4
-
5
- .b-from-tags-field,
6
- .b-form-tag {
7
- margin-top: 0.25rem;
8
- }
9
10
11
- .b-form-tags-input {
12
- color: $input-color;
13
14
15
&.focus {
16
color: $input-focus-color;
17
background-color: $input-focus-bg;
@@ -39,6 +26,19 @@
39
26
}
40
27
41
28
29
+.b-form-tags-list {
30
+ margin-top: -0.25rem;
31
+
32
+ .b-from-tags-field,
33
+ .b-form-tag {
34
+ margin-top: 0.25rem;
35
+ }
36
+}
37
38
+.b-form-tags-input {
+ color: $input-color;
42
.b-form-tag {
43
// Override default badge settings
44
// Due to using text-truncate on the inner content
0 commit comments