mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 20:49:14 +08:00
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
@prefixDialogCls: rc-dialog;
|
|
|
|
@import "./dialog/Dialog.less";
|
|
@import "./dialog/Mask.less";
|
|
|
|
|
|
.@{prefixDialogCls}-footer button + button {
|
|
margin-left: 10px;
|
|
margin-bottom: 0;
|
|
} |