2019-06-14 17:27:37 +00:00
|
|
|
@import '../toggle-button/index';
|
2019-11-25 17:43:25 +00:00
|
|
|
@import '../menu-panel/index';
|
|
|
|
@import '../confirmation-alert/index';
|
2019-06-14 17:27:37 +00:00
|
|
|
@import './skin';
|
|
|
|
@import './layout';
|
|
|
|
|
2019-11-25 17:43:25 +00:00
|
|
|
%action-group > div {
|
|
|
|
@extend %menu-panel;
|
|
|
|
}
|
|
|
|
%action-group > label:first-of-type {
|
2019-06-14 17:27:37 +00:00
|
|
|
@extend %toggle-button;
|
|
|
|
}
|
2019-11-25 17:43:25 +00:00
|
|
|
%action-group .confirmation-alert {
|
|
|
|
@extend %confirmation-alert;
|
|
|
|
}
|
|
|
|
%action-group .type-delete {
|
|
|
|
@extend %internal-button-dangerous;
|
|
|
|
}
|