mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 23:37:04 +00:00
19 lines
431 B
SCSS
19 lines
431 B
SCSS
////
|
|
/// @module split-button: 分隔按钮
|
|
/// @tag SplitButton
|
|
/// @category component
|
|
/// @family general
|
|
/// @varPrefix $split-btn-
|
|
/// @classPrefix {prefix}-split-btn
|
|
////
|
|
|
|
// split-button variables
|
|
// --------------------------------------------------
|
|
|
|
// component prefix
|
|
$split-btn-prefix: ".#{$css-prefix}split-btn";
|
|
|
|
/// icon
|
|
/// @namespace statement/normal
|
|
$split-btn-trigger-normal-icon-color: $color-text1-2 !default;
|