Files
notifications-admin/app/assets/stylesheets/components/live-search.scss

21 lines
306 B
SCSS
Raw Normal View History

input[type=search] {
// overrides this nasty global from GOV.UK template
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.live-search {
display: none;
.js-enabled & {
display: block;
}
.form-group {
margin-bottom: govuk-spacing(4);
}
}