mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 00:20:43 -04:00
21 lines
305 B
SCSS
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;
|
|
}
|
|
|
|
}
|