Menu Dropdowns
Last updated
@mixin standard-menu-dropdown-content {
//style here
min-width: fit-content;
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);
// link text length. this will help size the dropdown
> li a, > li .brx-submenu-toggle {
white-space: nowrap;
}
}// link text length. this will help size the dropdown
> li a, > li .brx-submenu-toggle {
white-space: nowrap;
}@mixin dropdown-link-style {
color: black;
padding: 2rem 1.4rem;
//hover styling
&:hover {
color: white;
background-color: black;
}
}//MULTILEVEL DROPDOWNS (will turn off some animations to function) ******
$multi-level-dropdown: false; // SELECTION (true/false)