ant-design/style/components/dialog.less
2015-06-12 12:01:02 +08:00

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;
}