Improve menu images, mobile links and sprite caching
This commit is contained in:
@@ -211,6 +211,19 @@
|
||||
border: 1px solid #edf1f4;
|
||||
}
|
||||
|
||||
.adv-menu-image-preview-wrap {
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.adv-menu-image-remove {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.35rem;
|
||||
}
|
||||
|
||||
.adv-menu-admin-node__collections {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
|
||||
@@ -569,6 +569,31 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.adv-megamenu .adv-megamenu__mobile-title-link,
|
||||
.adv-megamenu .adv-megamenu__mobile-title-link:link,
|
||||
.adv-megamenu .adv-megamenu__mobile-title-link:visited {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
gap: 0.25rem;
|
||||
min-width: 0;
|
||||
color: #8a3c1f;
|
||||
font-weight: 600;
|
||||
line-height: 1.25;
|
||||
text-align: right;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.adv-megamenu__mobile-title-link .material-icons {
|
||||
flex: 0 0 auto;
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
|
||||
.adv-megamenu .adv-megamenu__mobile-title-link:hover,
|
||||
.adv-megamenu .adv-megamenu__mobile-title-link:focus-visible {
|
||||
color: #8a3c1f;
|
||||
}
|
||||
|
||||
.adv-megamenu__mobile-viewport {
|
||||
position: relative;
|
||||
height: calc(100% - 56px);
|
||||
|
||||
Reference in New Issue
Block a user