extract new variable @tabs-card-head-background from tabs's card-style.less

This commit is contained in:
liekkas 2017-05-01 21:58:37 +08:00
parent 4cd95d5723
commit 7ee1e79841
2 changed files with 5 additions and 1 deletions

View File

@ -320,3 +320,7 @@
// Cascader
// ---
@cascader-active-color: @background-color-base;
// Tabs
// ---
@tabs-card-head-background: #f9f9f9;

View File

@ -16,7 +16,7 @@
border-bottom: 0;
border-radius: @border-radius-base @border-radius-base 0 0;
transition: all 0.3s @ease-in-out;
background: @card-head-background;
background: @tabs-card-head-background;
margin-right: 2px;
}
&&-card > &-bar &-tab {