Mega Dropdowns
Last updated
@mixin mega-dropdown-content {
//style here
padding: 2rem;
gap: 2rem;
box-shadow: 119px 360px 152px rgba(0, 0, 0, 0.01), 67px 203px 128px rgba(0, 0, 0, 0.05), 30px 90px 95px rgba(0, 0, 0, 0.09), 7px 23px 52px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
flex-direction: row;
}@mixin dropdown-content-mobile {
//style here
flex-direction: column;
}