Files
notifications-admin/app/assets/stylesheets/components/live-search.scss
Chris Hill-Scott fccd4367e4 Even out spacing on templates page
…when search box is present
2018-04-05 14:55:02 +01:00

21 lines
305 B
SCSS

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: $gutter * 2 / 3;
}
}