mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
Add less variable @modal-header-bg, close #12914
This commit is contained in:
parent
8dc98dd690
commit
a264c6f345
@ -77,7 +77,7 @@
|
||||
&-header {
|
||||
padding: 16px 24px;
|
||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||
background: @component-background;
|
||||
background: @modal-header-bg;
|
||||
color: @text-color;
|
||||
border-bottom: @border-width-base @border-style-base @border-color-split;
|
||||
}
|
||||
|
@ -306,6 +306,7 @@
|
||||
|
||||
// Modal
|
||||
// --
|
||||
@modal-header-bg: @component-background;
|
||||
@modal-mask-bg: rgba(0, 0, 0, 0.65);
|
||||
|
||||
// Progress
|
||||
|
Loading…
Reference in New Issue
Block a user