datahub/wherehows-web/app/styles/components/nacho/_nacho-global-search.scss

22 lines
329 B
SCSS

/// Search bar height
$height: 40px;
.nacho-global-search {
color: $text-color;
&__text-input {
height: $height;
}
/**
* Rules for the search bar filter component
*/
&__filter {
width: 75px;
display: inline-flex;
white-space: nowrap;
overflow: hidden;
justify-content: flex-end;
}
}