feat(header): update category button padding and header background color to use CSS variable
This commit is contained in:
@@ -150,7 +150,7 @@
|
|||||||
<div class="store-layout__category-menu">
|
<div class="store-layout__category-menu">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="btn btn-link d-inline-flex align-items-center gap-2 px-0 py-2 text-uppercase fw-bold text-decoration-none store-layout__category-trigger"
|
class="btn btn-link d-inline-flex align-items-center gap-2 px-0 py-3 text-uppercase fw-bold text-decoration-none store-layout__category-trigger"
|
||||||
aria-label="Categorias"
|
aria-label="Categorias"
|
||||||
aria-controls="store-category-dropdown"
|
aria-controls="store-category-dropdown"
|
||||||
[attr.aria-expanded]="isCategoryDropdownOpen()"
|
[attr.aria-expanded]="isCategoryDropdownOpen()"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
.store-layout__header {
|
.store-layout__header {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: transparent;
|
background-color: var(--tenant-header-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.store-layout__header-main {
|
.store-layout__header-main {
|
||||||
|
|||||||
Reference in New Issue
Block a user