mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-01 01:11:15 +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;
|
|
} |