Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit f785260

Browse files
committed
feat: change filter styles according to spec
1 parent 3590d93 commit f785260

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Assets/Styles/advanced-filter.less

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
border-top: 1px solid @grey-border-color;
99
box-shadow: @box-shadow;
1010
flex-basis: 300px;
11+
padding: 0;
12+
overflow: hidden;
1113

1214
*:not(span) {
1315
font-family: inherit;
@@ -18,7 +20,7 @@
1820
display: flex;
1921
flex-direction: column;
2022
width: 100%;
21-
background-color: @background-color-base;
23+
background-color: @sb-white;
2224
}
2325

2426
div.adv-filter-group {
@@ -27,6 +29,9 @@ div.adv-filter-group {
2729
width: 100%;
2830
z-index: 1;
2931
background-color: @sb-white;
32+
padding: @spacing-unit @spacing-unit 0 @spacing-unit;
33+
background-color: @background-color-base;
34+
border-bottom: 1px solid @grey-border-color;
3035
}
3136

3237
div.filter-title-container {
@@ -136,5 +141,4 @@ div.filter-btn-group > button.btn {
136141
max-height: 30vh;
137142
flex-basis: 150px;
138143
align-content: flex-start;
139-
140144
}

0 commit comments

Comments
 (0)