mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
13 lines
194 B
SCSS
13 lines
194 B
SCSS
@use 'uswds-core' as *;
|
|
|
|
.usa-search__input,
|
|
[type="search"] {
|
|
border-right: 1px solid;
|
|
height: units(5);
|
|
margin-top: units(1);
|
|
}
|
|
|
|
.usa-search .search-form__button {
|
|
height: units(5);
|
|
}
|