mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
style: add @modal-header-color variable (#19385)
* 💄 add @modal-header-color variable close #19358 * 👌 change variable name
This commit is contained in:
parent
d06b1fa15e
commit
2761460c86
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: @heading-color;
|
color: @modal-heading-color;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: @font-size-lg;
|
font-size: @font-size-lg;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
@ -380,6 +380,7 @@
|
|||||||
// --
|
// --
|
||||||
@modal-body-padding: 24px;
|
@modal-body-padding: 24px;
|
||||||
@modal-header-bg: @component-background;
|
@modal-header-bg: @component-background;
|
||||||
|
@modal-heading-color: @heading-color;
|
||||||
@modal-footer-bg: transparent;
|
@modal-footer-bg: transparent;
|
||||||
@modal-footer-border-color-split: @border-color-split;
|
@modal-footer-border-color-split: @border-color-split;
|
||||||
@modal-mask-bg: fade(@black, 45%);
|
@modal-mask-bg: fade(@black, 45%);
|
||||||
|
Loading…
Reference in New Issue
Block a user