2019-10-08 18:01:39 +08:00
|
|
|
@import "./mixins/mixins.scss";
|
2020-02-11 14:44:29 +08:00
|
|
|
|
2019-10-08 18:01:39 +08:00
|
|
|
@include themes-mixin {
|
|
|
|
@include b(popover-content) {
|
2019-12-03 20:00:29 +08:00
|
|
|
@include b(dropdown-submenu-activator) {
|
|
|
|
@include e(arrow) {
|
2019-12-04 09:36:17 +08:00
|
|
|
fill: $--dropdown-item-suffix-fill;
|
2019-12-03 20:00:29 +08:00
|
|
|
}
|
|
|
|
}
|
2019-12-01 22:54:36 +08:00
|
|
|
@include once {
|
|
|
|
position: relative;
|
2019-12-03 20:00:29 +08:00
|
|
|
@include b(dropdown-submenu-activator) {
|
|
|
|
display: inline-block;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
@include e(arrow) {
|
|
|
|
position: relative;
|
|
|
|
right: -8px;
|
|
|
|
}
|
|
|
|
}
|
2019-12-02 20:57:09 +08:00
|
|
|
@include b(dropdown-menu) {
|
|
|
|
outline: none;
|
|
|
|
@include b(base-select-menu) {
|
2020-01-15 01:33:01 +08:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2019-12-04 09:36:17 +08:00
|
|
|
@include m(small-size) {
|
2020-01-27 18:03:03 +08:00
|
|
|
padding-top: 4px;
|
|
|
|
padding-bottom: 4px;
|
2020-02-29 17:39:27 +08:00
|
|
|
@include b(base-select-option) {
|
|
|
|
padding: 0 16px;
|
|
|
|
}
|
2019-12-25 19:56:52 +08:00
|
|
|
@include b(dropdown-divider) {
|
|
|
|
margin: 0 0;
|
|
|
|
}
|
2019-12-03 20:00:29 +08:00
|
|
|
@include b(dropdown-submenu-activator) {
|
|
|
|
@include e(arrow) {
|
|
|
|
font-size: 16px;
|
2019-12-04 09:36:17 +08:00
|
|
|
margin-left: 12px;
|
2019-12-03 20:00:29 +08:00
|
|
|
}
|
|
|
|
}
|
2019-12-03 13:53:44 +08:00
|
|
|
}
|
2019-12-04 09:36:17 +08:00
|
|
|
@include m(medium-size) {
|
2020-02-29 17:39:27 +08:00
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
@include b(base-select-option) {
|
|
|
|
padding: 0 20px;
|
|
|
|
}
|
2019-12-25 19:56:52 +08:00
|
|
|
@include b(dropdown-divider) {
|
|
|
|
margin: 0 0;
|
|
|
|
}
|
2019-12-03 20:00:29 +08:00
|
|
|
@include b(dropdown-submenu-activator) {
|
|
|
|
@include e(arrow) {
|
|
|
|
font-size: 16px;
|
2019-12-04 09:36:17 +08:00
|
|
|
margin-left: 16px;
|
2019-12-03 20:00:29 +08:00
|
|
|
}
|
|
|
|
}
|
2019-12-02 20:57:09 +08:00
|
|
|
}
|
2019-12-04 09:36:17 +08:00
|
|
|
@include m(large-size) {
|
2020-01-27 18:03:03 +08:00
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
2020-02-29 17:39:27 +08:00
|
|
|
@include b(base-select-option) {
|
|
|
|
padding: 0 24px;
|
|
|
|
}
|
2019-12-25 19:56:52 +08:00
|
|
|
@include b(dropdown-divider) {
|
|
|
|
margin: 2px 0;
|
|
|
|
}
|
2019-12-03 20:00:29 +08:00
|
|
|
@include b(dropdown-submenu-activator) {
|
|
|
|
@include e(arrow) {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
2019-12-03 13:53:44 +08:00
|
|
|
}
|
2019-12-04 09:36:17 +08:00
|
|
|
@include m(huge-size) {
|
2020-01-27 18:03:03 +08:00
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
2020-02-29 17:39:27 +08:00
|
|
|
@include b(base-select-option) {
|
|
|
|
padding: 0 24px;
|
|
|
|
}
|
2019-12-04 09:36:17 +08:00
|
|
|
@include b(dropdown-submenu-activator) {
|
|
|
|
@include e(arrow) {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
2019-12-02 20:57:09 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@include b(dropdown-divider) {
|
2019-12-25 19:56:52 +08:00
|
|
|
margin: 2px 0;
|
2019-12-02 20:57:09 +08:00
|
|
|
}
|
2020-03-06 19:54:45 +08:00
|
|
|
@include b(dropdown-menu-wrapper) {
|
|
|
|
position: absolute !important;
|
|
|
|
}
|
2019-12-01 22:54:36 +08:00
|
|
|
@include b(dropdown-submenu) {
|
2020-02-11 14:44:29 +08:00
|
|
|
@include fade-in-scale-up-transition(dropdown-menu);
|
2019-12-01 22:54:36 +08:00
|
|
|
margin-top: 0;
|
2019-12-03 21:35:39 +08:00
|
|
|
margin-left: 6px;
|
|
|
|
margin-right: 6px;
|
2019-10-08 18:01:39 +08:00
|
|
|
}
|
2019-08-16 16:48:36 +08:00
|
|
|
}
|
|
|
|
}
|
2019-10-08 18:01:39 +08:00
|
|
|
}
|