homologacion #3

Merged
ncoronel merged 23 commits from homologacion into main 2026-08-31 11:36:15 +00:00
21 changed files with 486 additions and 87 deletions
Showing only changes of commit 1bffefece3 - Show all commits

View File

@@ -152,9 +152,9 @@
</div>
</div>
@if (displayCategories()) {
<div class="store-layout__categories d-none d-md-block">
<div class="container-xl px-3 px-md-4">
<div class="store-layout__categories d-none d-md-block">
<div class="container-xl px-3 px-md-4">
@if (displayCategories()) {
<div class="store-layout__category-menu">
<button
type="button"
@@ -175,7 +175,7 @@
(categorySelect)="onCategorySelect($event)"
/>
</div>
</div>
}
</div>
}
</div>
</header>

View File

@@ -10,6 +10,10 @@
border-bottom: 1px solid var(--border-color);
}
.store-layout__categories {
height: 3.5rem;
}
.store-layout__brand-slot {
min-width: 150px;
}