Previous version made GPDR-friendly
This commit is contained in:
16
src/scss/components/_search-bar.scss
Normal file
16
src/scss/components/_search-bar.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user