pre deploy'
This commit is contained in:
14
resources/sass/components/search_box.scss
vendored
Normal file
14
resources/sass/components/search_box.scss
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
.search-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 2.4rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user