Skip to content

Commit f10712b

Browse files
spaceokasperbirch1
authored andcommitted
Use spacing vars in facet line styling
1 parent 0907119 commit f10712b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stories/Library/search-result-page/facet-line.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.dropdown__select {
88
@extend %text-tags;
99
height: 100%;
10-
padding: 8px 16px;
10+
padding: $s-sm $s-md;
1111
min-width: 200px;
1212
}
1313
.dropdown__arrows {
@@ -27,7 +27,7 @@
2727
.dropdown__select {
2828
@extend %text-tags;
2929
height: 100%;
30-
padding: 8px 16px;
30+
padding: $s-sm $s-md;
3131
min-width: 100px;
3232
}
3333
.dropdown__arrows {

0 commit comments

Comments
 (0)