SiteWebAstrolabe/src/scss/components/_search-bar.scss

16 lines
259 B
SCSS
Raw Normal View History

2021-12-01 15:54:48 +01:00
.search-bar {
display: flex;
align-items: center;
// justify-content: flex-end;
margin-top: 3rem;
label {
// flex-grow: 1;
}
input[type=search] {
width: auto;
margin: 0 0 0 1rem;
background-color: var(--color-light-gray);
}
}