Adjust card head style property from background to background-color (#5374)

* fix color variable naming

* card head  background-color => background, this adds more flexibility for the mixin
This commit is contained in:
kossel
2017-03-18 15:16:03 +08:00
committed by 偏右
parent 6e8e8db248
commit f5da1b6b16
+1 -1
View File
@@ -22,7 +22,7 @@
&-head {
height: @card-head-height;
line-height: @card-head-height;
background-color: @card-head-background;
background: @card-head-background;
border-bottom: @border-width-base @border-style-base @border-color-split;
padding: 0 24px;