mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 09:33:54 +01:00
af9b16e93d
Co-authored-by: LB Johnston <mail@lb.ee>
12 lines
164 B
SCSS
12 lines
164 B
SCSS
// search-bars
|
|
.search-bar {
|
|
.required .field > label:after {
|
|
display: none;
|
|
}
|
|
|
|
.button-filter {
|
|
height: 2.71em;
|
|
border-color: transparent;
|
|
}
|
|
}
|