chore: cleanup
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
.megaMenuContent {
|
||||
display: grid;
|
||||
/* align-content: start; */
|
||||
}
|
||||
|
||||
.seeAllLink {
|
||||
@@ -54,9 +53,21 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.megaMenuContent {
|
||||
gap: var(--Spacing-x2);
|
||||
.megaMenu {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
.megaMenuContent {
|
||||
flex-grow: 1;
|
||||
grid-template-rows: max-content 1fr;
|
||||
gap: var(--Spacing-x2);
|
||||
align-items: start;
|
||||
}
|
||||
.megaMenuContent:has(.cardWrapper) {
|
||||
grid-template-rows: max-content 1fr max-content;
|
||||
}
|
||||
|
||||
.submenusItem:first-child {
|
||||
padding-bottom: var(--Spacing-x2);
|
||||
border-bottom: 1px solid var(--Primary-Light-On-Surface-Divider-subtle);
|
||||
@@ -75,6 +86,7 @@
|
||||
"seeAllLink"
|
||||
"submenus";
|
||||
width: 600px;
|
||||
max-width: calc(100vw - var(--Spacing-x4));
|
||||
}
|
||||
|
||||
.megaMenuContent:has(.cardWrapper) {
|
||||
|
||||
Reference in New Issue
Block a user