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