ant-design/style/components/dialog.less
2015-06-15 20:04:14 +08:00

10 lines
180 B
Plaintext

@dialogPrefixCls: ant-modal;
@import "./dialog/Dialog.less";
@import "./dialog/Mask.less";
.@{dialogPrefixCls}-footer button + button {
margin-left: 8px;
margin-bottom: 0;
}