You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design/style/components/dialog.less

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