UNPKG

676 BSCSSView Raw
1////
2/// @module split-button: 分隔按钮
3/// @tag SplitButton
4/// @category component
5/// @family general
6/// @varPrefix $split-btn-
7/// @classPrefix {prefix}-split-btn
8////
9
10// split-button variables
11// --------------------------------------------------
12
13// component prefix
14$split-btn-prefix: ".#{$css-prefix}split-btn";
15
16/// icon
17/// @namespace statement/normal
18$split-btn-trigger-normal-icon-color: $color-text1-2 !default;
19
20/// fold icon
21/// @namespace statement/normal
22/// @type icon
23$split-btn-fold-icon-content: $icon-content-arrow-down !default;
24
25/// unfold icon
26/// @namespace statement/normal
27/// @type icon
28$split-btn-unfold-icon-content: $icon-reset !default;