mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 04:08:25 -04:00
17 lines
248 B
SCSS
17 lines
248 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;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|