homegrade_theme_production/resources/css/layout/menu-homegrade.css

31 lines
491 B
CSS

.menu-homegrade-footer {
@apply grid grid-cols-4 gap-y-8 mt-8;
li.menu-item a {
@apply hover:text-secondary;
}
> li.menu-item {
order: 5;
}
> li.menu-item-has-children {
order: 1;
}
> li.menu-item > a,
h6.page-group-title {
@apply font-bold mb-2 block;
}
h6.page-group-title {
cursor: not-allowed;
/* order: 1; */
}
.sub-menu li {
@apply block my-1;
}
.wpml-ls-menu-item {
@apply hidden;
}
}