mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
feat: add variable for aliyun theme of modal (#34191)
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
This commit is contained in:
parent
582ce4f6d5
commit
6c1057724a
@ -23,7 +23,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: @heading-color;
|
color: @heading-color;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: @font-size-lg;
|
font-size: @modal-confirm-title-font-size;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -564,6 +564,7 @@
|
|||||||
@modal-footer-border-width: @border-width-base;
|
@modal-footer-border-width: @border-width-base;
|
||||||
@modal-mask-bg: fade(@black, 45%);
|
@modal-mask-bg: fade(@black, 45%);
|
||||||
@modal-confirm-body-padding: 32px 32px 24px;
|
@modal-confirm-body-padding: 32px 32px 24px;
|
||||||
|
@modal-confirm-title-font-size: @font-size-lg;
|
||||||
|
|
||||||
// Progress
|
// Progress
|
||||||
// --
|
// --
|
||||||
|
@ -619,6 +619,7 @@ html {
|
|||||||
@modal-footer-border-width: @border-width-base;
|
@modal-footer-border-width: @border-width-base;
|
||||||
@modal-mask-bg: fade(@black, 45%);
|
@modal-mask-bg: fade(@black, 45%);
|
||||||
@modal-confirm-body-padding: 32px 32px 24px;
|
@modal-confirm-body-padding: 32px 32px 24px;
|
||||||
|
@modal-confirm-title-font-size: @font-size-lg;
|
||||||
|
|
||||||
// Progress
|
// Progress
|
||||||
// --
|
// --
|
||||||
|
Loading…
Reference in New Issue
Block a user