feat: enhance cart layout and styling for improved user experience
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
}
|
||||
</div>
|
||||
|
||||
<div class="d-flex flex-row align-items-center gap-3 ms-auto store-layout__actions-group">
|
||||
<div class="input-group store-layout__search" role="search">
|
||||
<div class="d-flex flex-row align-items-center gap-3 ms-auto flex-nowrap w-100 justify-content-between justify-content-md-end">
|
||||
<div class="input-group store-layout__search flex-grow-1" role="search">
|
||||
<label class="visually-hidden" for="store-search-input">Buscar productos</label>
|
||||
<input
|
||||
id="store-search-input"
|
||||
|
||||
@@ -42,11 +42,7 @@
|
||||
|
||||
.store-layout__search {
|
||||
width: min(100%, 24rem);
|
||||
min-width: 18rem;
|
||||
}
|
||||
|
||||
.store-layout__actions-group {
|
||||
flex-wrap: nowrap;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.store-layout__search-input {
|
||||
@@ -111,14 +107,4 @@
|
||||
.store-layout__brand-slot {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.store-layout__actions-group {
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.store-layout__search {
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user