Skip to content

Commit 0a4fd5f

Browse files
committed
Update _form-tags.scss
1 parent 7afa536 commit 0a4fd5f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/components/form-tags/_form-tags.scss

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
.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-
152
&.focus {
163
color: $input-focus-color;
174
background-color: $input-focus-bg;
@@ -39,6 +26,19 @@
3926
}
4027
}
4128

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 {
39+
color: $input-color;
40+
}
41+
4242
.b-form-tag {
4343
// Override default badge settings
4444
// Due to using text-truncate on the inner content

0 commit comments

Comments
 (0)