mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-09 04:46:52 +10:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user