Files
Adam Bradley 5152889a67 autoprefixer
2015-05-15 21:52:56 -05:00

35 lines
529 B
SCSS

// Search Bar
// --------------------------------------------------
$search-bar-min-height: 44px !default;
.search-bar {
position: relative;
display: flex;
align-items: center;
width: 100%;
min-height: $search-bar-min-height;
}
.search-bar-input-container {
position: relative;
display: block;
flex-shrink: 1;
width: 100%;
}
.search-bar-input {
display: block;
width: 100%;
height: 100%;
border: none;
font-family: inherit;
appearance: none;
}
.search-bar-cancel {
display: none;
}