Skip to content

Commit

Permalink
Merge pull request #351 from conversionxl/raphael/fix/course-cards/fo…
Browse files Browse the repository at this point in the history
…nt-styles
  • Loading branch information
pawelkmpt authored Oct 26, 2023
2 parents 34af6a3 + 83f0ac6 commit 8ce32ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/cxl-ui/scss/cxl-base-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,14 @@ header {
}

.tag {
&:first-child,
&.new {
color: var(--lumo-primary-color);
}

&:first-child {
font-weight: 900;
text-transform: capitalize;
}

&.new {
color: var(--lumo-primary-color);
}
}
}
}
Expand Down

0 comments on commit 8ce32ba

Please sign in to comment.