swiper - disable autoplay, add arrows
This commit is contained in:
parent
c197809a4a
commit
c27dfc2e0c
5 changed files with 41 additions and 13 deletions
|
|
@ -6,18 +6,23 @@
|
|||
}
|
||||
|
||||
.search-form {
|
||||
position: relative;
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
border-bottom: var(--border);
|
||||
width: 40vw;
|
||||
width: max(16rem, 40vw);
|
||||
margin-right: 2rem;
|
||||
padding: 0.3rem 0.5rem;
|
||||
font-size: var(--font-size-h2);
|
||||
}
|
||||
|
||||
.search-input::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search-submit {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue