2022-03-31 11:08:40 +02:00
|
|
|
@include breakpoint(small){
|
|
|
|
// .dropdown.menu {
|
|
|
|
// li,.button {
|
|
|
|
// min-width: unset;
|
|
|
|
// margin:0;
|
|
|
|
// padding:0;
|
|
|
|
// }
|
|
|
|
// .button {
|
|
|
|
// background-color:$input-background;
|
2022-03-29 16:15:20 +02:00
|
|
|
// }
|
|
|
|
// }
|
2022-03-31 11:08:40 +02:00
|
|
|
//
|
|
|
|
// .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);
|
|
|
|
// }
|
2022-03-29 16:15:20 +02:00
|
|
|
}
|
2022-03-31 11:08:40 +02:00
|
|
|
@include breakpoint(medium){
|
|
|
|
}
|
|
|
|
@include breakpoint(large){
|
2022-03-29 16:15:20 +02:00
|
|
|
}
|
2022-03-31 11:08:40 +02:00
|
|
|
|