24 lines
442 B
SCSS
24 lines
442 B
SCSS
@include breakpoint(small){
|
|
// .dropdown.menu {
|
|
// li,.button {
|
|
// min-width: unset;
|
|
// margin:0;
|
|
// padding:0;
|
|
// }
|
|
// .button {
|
|
// background-color:$input-background;
|
|
// }
|
|
// }
|
|
//
|
|
// .is-dropdown-submenu {
|
|
// font-size: $dropdown-font-size * 0.95;
|
|
// min-width: 10rem;
|
|
// box-shadow: 0 3px 5px 3px rgba(200, 200, 200, 0.1);
|
|
// }
|
|
}
|
|
@include breakpoint(medium){
|
|
}
|
|
@include breakpoint(large){
|
|
}
|
|
|