adding a --sitemap menu homegrade style
This commit is contained in:
parent
f909ff507e
commit
fb24f20650
|
|
@ -228,3 +228,36 @@
|
|||
@apply hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.menu-homegrade--sitemap {
|
||||
@apply grid sm:grid-cols-2 md:grid-cols-4 gap-y-8 mt-8;
|
||||
|
||||
li:before {
|
||||
@apply hidden;
|
||||
content: none !important;
|
||||
}
|
||||
li.menu-item a {
|
||||
@apply hover:text-secondary;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
> 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;
|
||||
}
|
||||
li {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.wpml-ls-menu-item {
|
||||
@apply hidden;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user