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