Compare commits
No commits in common. "e4f43b75eb04995c3f4fccdb5dc04f91b64ed792" and "b93aba515f93ed4a0e63c015a4e27a19cf071605" have entirely different histories.
e4f43b75eb
...
b93aba515f
|
|
@ -7,7 +7,7 @@
|
|||
h-fit
|
||||
py-0
|
||||
lg:py-3
|
||||
px-6
|
||||
px-8
|
||||
2xl:px-20
|
||||
my-0
|
||||
!pb-5;
|
||||
|
|
@ -124,18 +124,23 @@
|
|||
}
|
||||
}
|
||||
li.menu-item.menu-item-has-children:hover {
|
||||
/* &:hover .page_icon {
|
||||
transform: none;
|
||||
} */
|
||||
@screen lg {
|
||||
.menu-item-submenu-toggle:after {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
/* .sub-menu {
|
||||
display: block;
|
||||
} */
|
||||
}
|
||||
}
|
||||
/* submenus */
|
||||
li .sub-menu {
|
||||
@apply bg-carhop-green-700
|
||||
p-6
|
||||
px-0 md:px-6
|
||||
|
||||
px-6
|
||||
mx-auto
|
||||
lg:mx-0
|
||||
static
|
||||
|
|
@ -194,7 +199,7 @@
|
|||
}
|
||||
|
||||
&.menu-item.has-page-icon a {
|
||||
@apply flex gap-6 items-center justify-start flex-row px-2 md:px-6 p-6 py-4 md:py-8;
|
||||
@apply flex gap-6 items-center justify-start flex-row p-6 py-8;
|
||||
.page_icon {
|
||||
@apply w-12 h-12;
|
||||
}
|
||||
|
|
@ -260,15 +265,12 @@
|
|||
/* min-height: 96vh; */
|
||||
padding-top: 2vh;
|
||||
}
|
||||
> ul > li.menu-item {
|
||||
@apply py-4 md:py-8;
|
||||
}
|
||||
li.menu-item {
|
||||
@apply mt-0
|
||||
lg:text-center
|
||||
text-white
|
||||
font-medium
|
||||
|
||||
py-8
|
||||
text-lg
|
||||
pb-2
|
||||
lg:pb-0;
|
||||
|
|
@ -315,7 +317,6 @@
|
|||
}
|
||||
|
||||
body:has(.primary-menu-container .sub-menu-open) {
|
||||
@screen md {
|
||||
main {
|
||||
@apply relative;
|
||||
|
||||
|
|
@ -338,7 +339,6 @@ body:has(.primary-menu-container .sub-menu-open) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.menu-item-object-custom.item-catalogue {
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
li {
|
||||
@apply border-b border-white;
|
||||
a {
|
||||
@apply py-6 px-2 md:px-4 block w-full;
|
||||
@apply py-6 px-4 block w-full;
|
||||
.page_subtitle {
|
||||
@apply opacity-80 font-light mt-3 inline-block;
|
||||
/* line-height: 1; */
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ class HeaderMenu {
|
|||
|
||||
closeMenu() {
|
||||
if (!this.header || !this.mobileMenuToggle || !this.isMenuOpen()) return;
|
||||
this.closeAllSubmenus();
|
||||
|
||||
this.header.classList.remove('nav-open');
|
||||
this.mobileMenuToggle.removeAttribute('aria-expanded');
|
||||
this.mobileMenuToggle.textContent = 'Menu';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user