added serach component
This commit is contained in:
12
src/style/search.scss
Normal file
12
src/style/search.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.search-component{
|
||||
|
||||
text-align: center;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
|
||||
input[type=text]{
|
||||
width: 40%;
|
||||
border: none;
|
||||
padding: 0.5em 1.5em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user