Add less variable @modal-header-bg, close #12914

This commit is contained in:
afc163 2018-11-01 14:42:17 +08:00
parent 8dc98dd690
commit a264c6f345
2 changed files with 2 additions and 1 deletions

View File

@ -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;
}

View File

@ -306,6 +306,7 @@
// Modal
// --
@modal-header-bg: @component-background;
@modal-mask-bg: rgba(0, 0, 0, 0.65);
// Progress