Skip to content

Commit

Permalink
fix: fix topper token naming
Browse files Browse the repository at this point in the history
  • Loading branch information
frshwtr committed Jan 21, 2025
1 parent a56425e commit 25e3f29
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions components/o-topper/src/scss/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
}

@mixin _oTopperImageCredit {
font-family: oPrivateFoundationGet('o3-typography-use-case-body-detail-font-family');
font-size: oPrivateFoundationGet('o3-typography-use-case-body-detail-font-size');
font-weight: oPrivateFoundationGet('o3-typography-use-case-body-detail-font-weight');
line-height: oPrivateFoundationGet('o3-typography-use-case-body-detail-line-height');
font-family: oPrivateFoundationGet('o3-typography-use-case-detail-font-family');
font-size: oPrivateFoundationGet('o3-typography-use-case-detail-font-size');
font-weight: oPrivateFoundationGet('o3-typography-use-case-detail-font-weight');
line-height: oPrivateFoundationGet('o3-typography-use-case-detail-line-height');
color: oPrivateFoundationGet('o3-color-palette-white');
position: absolute;
text-shadow: 1px 1px 1px oPrivateFoundationGet('o3-color-palette-slate');
Expand All @@ -66,10 +66,10 @@
}

@mixin _oTopperImageCaption {
font-family: oPrivateFoundationGet('o3-typography-use-case-body-detail-font-family');
font-size: oPrivateFoundationGet('o3-typography-use-case-body-detail-font-size');
font-weight: oPrivateFoundationGet('o3-typography-use-case-body-detail-font-weight');
line-height: oPrivateFoundationGet('o3-typography-use-case-body-detail-line-height');
font-family: oPrivateFoundationGet('o3-typography-use-case-detail-font-family');
font-size: oPrivateFoundationGet('o3-typography-use-case-detail-font-size');
font-weight: oPrivateFoundationGet('o3-typography-use-case-detail-font-weight');
line-height: oPrivateFoundationGet('o3-typography-use-case-detail-line-height');
padding: 10px 11px 0px;
@include oPrivateGridRespondTo(L) {
padding-left: 18px;
Expand Down

0 comments on commit 25e3f29

Please sign in to comment.