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

This commit is contained in:
afc163 2018-11-01 14:42:17 +08:00
parent 0fc32da6ea
commit af2e76d64c
2 changed files with 2 additions and 2 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

@ -43,7 +43,6 @@
@heading-color-dark : fade(#fff, 100%);
@text-color-dark : fade(#fff, 85%);
@text-color-secondary-dark: fade(#fff, 65%);
@font-variant-base : tabular-nums;
@font-size-base : 14px;
@font-size-lg : @font-size-base + 2px;
@font-size-sm : 12px;
@ -307,6 +306,7 @@
// Modal
// --
@modal-header-bg: @component-background;
@modal-mask-bg: rgba(0, 0, 0, 0.65);
// Progress