Skip to content

Commit

Permalink
fix(experimental): CardLarge fix title boldness (#10272)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Jan 29, 2025
1 parent 1e7d185 commit 8b8103c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions projects/experimental/directives/card/card.styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
text-decoration: none;
overscroll-behavior: contain;

&[tuiTitle],
[tuiTitle]:not([tuiCell] *) {
font-weight: bold;
}

[tuiTitle],
[tuiSubtitle] {
max-width: 100%;
Expand Down Expand Up @@ -46,6 +41,11 @@
[tuiSubtitle] {
color: var(--tui-text-01);
}

&[tuiTitle],
[tuiTitle]:not([tuiCell] *) {
font-weight: bold;
}
}

[tuiCardLarge][data-space] {
Expand Down

0 comments on commit 8b8103c

Please sign in to comment.