add search page
This commit is contained in:
parent
47b8fe07e1
commit
e505bb4289
7 changed files with 85 additions and 2 deletions
24
assets/css/src/search.css
Normal file
24
assets/css/src/search.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.search {
|
||||
background-color: var(--color-pink-light);
|
||||
width: 100vw;
|
||||
height: 70vh;
|
||||
padding-top: 20vh !important;
|
||||
}
|
||||
|
||||
.search-form {
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
border-bottom: var(--border);
|
||||
width: 40vw;
|
||||
margin-right: 2rem;
|
||||
padding: 0.3rem 0.5rem;
|
||||
font-size: var(--font-size-h2);
|
||||
}
|
||||
|
||||
.search-submit {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue