ant-design/style/components/dialog.less

10 lines
180 B
Plaintext
Raw Normal View History

2015-06-12 12:01:02 +08:00
@dialogPrefixCls: ant-modal;
2015-06-09 15:21:44 +08:00
@import "./dialog/Dialog.less";
@import "./dialog/Mask.less";
2015-06-12 12:01:02 +08:00
.@{dialogPrefixCls}-footer button + button {
2015-06-15 20:04:14 +08:00
margin-left: 8px;
2015-06-09 15:21:44 +08:00
margin-bottom: 0;
}