mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
@dialogPrefixCls: ant-modal;
|
|
|
|
@import "./dialog/Dialog.less";
|
|
@import "./dialog/Mask.less";
|
|
|
|
|
|
.@{dialogPrefixCls}-footer button + button {
|
|
margin-left: 10px;
|
|
margin-bottom: 0;
|
|
} |