Skip to content
Code-Schnipsel Gruppen Projekte
Commit a30a6ab4 erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

refactor: Search form CSS optimized according to...

refactor: Search form CSS optimized according to productsearch@eabbf073
Übergeordneter 737de2cd
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
...@@ -100,34 +100,38 @@ ...@@ -100,34 +100,38 @@
margin-bottom: 20px !important; margin-bottom: 20px !important;
} }
/* free text search */ /* free text search / product search*/
.quiqqer-products-category-freetextSearch { .quiqqer-products-search-form {
display: flex; display: flex;
} }
.quiqqer-products-category-freetextSearch input { .quiqqer-products-search-form input {
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
.quiqqer-products-category-freetextSearch button { .quiqqer-products-search-form button {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
} }
.quiqqer-products-category-freetextSearch button .fa { .quiqqer-products-search-form button .fa {
margin: 0; margin: 0;
} }
.quiqqer-products-search-form.quiqqer-products-category-freetextSearch [type="search"] { /* product search with no filter */
max-width: calc(100% - 50px); .quiqqer-products-productsearch .quiqqer-products-search-form {
width: calc(100% - 50px); margin-top: 3rem;
margin-bottom: 3rem;
} }
.quiqqer-products-search-form.quiqqer-products-category-freetextSearch button { @media screen and (min-width: 768px) {
width: 50px; .quiqqer-products-productsearch .quiqqer-products-search-form {
max-width: 500px;
}
} }
/**********/ /**********/
/* Filter */ /* Filter */
/**********/ /**********/
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren