Compare commits

...

4 Commits

Author SHA1 Message Date
Jesse Mazzella
cc069d7814 Merge branch 'master' into mobile-supermenu 2024-03-19 13:45:10 -07:00
John Hill
c561e7c4e4 Merge branch 'master' into mobile-supermenu 2024-03-08 12:32:30 -08:00
John Hill
1038bd9305 Merge branch 'master' into mobile-supermenu 2024-03-08 11:41:09 -08:00
Rukmini Bose
a14f2ff9b1 Make popup smaller, and remove decriptions in mobile 2024-02-29 14:49:30 -08:00

View File

@@ -713,12 +713,19 @@ select {
height: 120px;
width: 500px;
body.mobile & {
height: 50vh;
width: 50vw;
}
.c-super-menu__menu {
flex: 1 1 30%;
}
.c-super-menu__item-description {
flex: 1 1 70%;
body.mobile & { // We don't want the descriptions that appear on hover for mobile.
display: none;
}
[class*='__icon'] {
display: none !important;