SiteWebAstrolabe/src/scss/components/_search-bar.scss
Yves Gatesoupe fb1cbb1c4e tag search
2021-12-01 15:54:48 +01:00

16 lines
259 B
SCSS

.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);
}
}