fix: right ordering for preview header css functions
This commit is contained in:
parent
23c2ad7e65
commit
8f2eb6d48c
1 changed files with 2 additions and 1 deletions
|
@ -91,8 +91,9 @@ $preview-height: 8*$lineheight;
|
|||
.card-header {
|
||||
font-family: $basefont;
|
||||
font-size: 1rem;
|
||||
background-color: $color-primary;
|
||||
@include card-header($lineheight_half);
|
||||
@include colorize-button($color-primary);
|
||||
color:getTextColorFromBackground($color-primary);
|
||||
font-weight: $fontweight_big;
|
||||
margin-top:0px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue