2019-11-25 17:43:25 +00:00
|
|
|
@import './skin';
|
|
|
|
@import './layout';
|
|
|
|
|
2020-01-22 12:08:29 +00:00
|
|
|
%menu-panel [role='separator'] {
|
|
|
|
@extend %menu-panel-separator;
|
|
|
|
}
|
|
|
|
%menu-panel > div {
|
|
|
|
@extend %menu-panel-header;
|
|
|
|
}
|
|
|
|
// %menu-panel > ul > li > *:not(div),
|
|
|
|
%menu-panel [role='menuitem'] {
|
2019-11-25 17:43:25 +00:00
|
|
|
@extend %internal-button;
|
|
|
|
}
|
2020-01-22 12:08:29 +00:00
|
|
|
%menu-panel > ul > li.dangerous > *:not(div) {
|
2019-11-25 17:43:25 +00:00
|
|
|
@extend %internal-button-dangerous;
|
|
|
|
}
|
2020-12-02 09:43:34 +00:00
|
|
|
%menu-panel .informed-action {
|
|
|
|
border: 0 !important;
|
|
|
|
}
|