feat: use card form for search

This commit is contained in:
2024-08-06 16:19:51 +02:00
parent 3883ca2f99
commit 619783663f
2 changed files with 12 additions and 3 deletions

View File

@@ -115,7 +115,6 @@ select, .button {
border: none;
border-radius: 4px;
opacity: 1;
background-color: var(--secondary-light-one);
}
.header-right select.option {
@@ -550,4 +549,14 @@ textarea {
.info {
border: rgba(17, 58, 224, 0.51) 4px solid;
}
.form-search {
select, input {
background-color: var(--primary-light-one);
color: var(--text-one);
border-radius: 3px;
border: none;
}
}