💄 Add @card-head-extra-color (#24189)

close #24187
This commit is contained in:
偏右 2020-05-15 18:18:07 +08:00 committed by GitHub
parent 8497e54e39
commit 188e5630b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,7 @@
// https://stackoverflow.com/a/22429853/3040605
margin-left: auto;
padding: @card-head-padding 0;
color: @text-color;
color: @card-head-extra-color;
font-weight: normal;
font-size: @font-size-base;

View File

@ -650,6 +650,7 @@
0 5px 12px 4px rgba(0, 0, 0, 0.09);
@card-radius: @border-radius-base;
@card-head-tabs-margin-bottom: -17px;
@card-head-extra-color: @text-color;
// Comment
// ---