Skip to content
Snippets Groups Projects
Commit f6dd5278 authored by Chris Lawton's avatar Chris Lawton
Browse files

improves filters dropdown styles

parent 38b52971
No related branches found
No related tags found
No related merge requests found
...@@ -194,6 +194,7 @@ ...@@ -194,6 +194,7 @@
} }
.form__filters & { .form__filters & {
background: $color--white;
max-width: 100%; max-width: 100%;
} }
......
...@@ -20,18 +20,12 @@ $dropdown-height: 45px; ...@@ -20,18 +20,12 @@ $dropdown-height: 45px;
} }
.select2-selection__clear { .select2-selection__clear {
position: absolute;
right: 35px;
display: none; display: none;
float: none;
@include media-query(small-tablet) {
display: block;
}
} }
.select2-selection__rendered { .select2-selection__rendered {
padding-left: 15px; padding-left: 15px;
padding-right: 30px;
line-height: $dropdown-height; line-height: $dropdown-height;
} }
...@@ -41,6 +35,7 @@ $dropdown-height: 45px; ...@@ -41,6 +35,7 @@ $dropdown-height: 45px;
pointer-events: none; pointer-events: none;
background: url('./../../images/dropdown.svg') transparent no-repeat 95% center; background: url('./../../images/dropdown.svg') transparent no-repeat 95% center;
background-size: 8px; background-size: 8px;
width: 8px;
b[role='presentation'] { b[role='presentation'] {
display: none; display: none;
...@@ -92,7 +87,7 @@ $dropdown-height: 45px; ...@@ -92,7 +87,7 @@ $dropdown-height: 45px;
padding: 6px; padding: 6px;
&::before { &::before {
width: 20px; min-width: 20px;
height: 20px; height: 20px;
margin-right: 10px; margin-right: 10px;
background: $color--white; background: $color--white;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment