Skip to content

Commit

Permalink
fix(footer): link/title correct font (#370)
Browse files Browse the repository at this point in the history
* fix(footer-links): corrected font

* fix(footer): correct footer links in top part
  • Loading branch information
mJarsater authored Oct 24, 2023
1 parent e457e74 commit 5ca8038
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/core/src/components/footer/footer-item/footer-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[role='listitem'] {
::slotted(a),
::slotted(button) {
font: var(--tds-headline-06);
letter-spacing: var(--tds-headline-06-ls);
font: var(--tds-headline-07);
letter-spacing: var(--tds-headline-07-ls);
color: var(--tds-footer-main-links);
opacity: var(--tds-footer-main-links-opacity);
text-decoration: none;
Expand All @@ -23,12 +23,9 @@
&.top-part-child {
::slotted(a),
::slotted(button) {
font: var(--tds-headline-07);
letter-spacing: var(--tds-headline-07-ls);
color: var(--tds-footer-top-links);
font-family: 'Scania Sans Semi Condensed', 'Scania Sans Condensed', arial, helvetica,
sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 18px;
}

::slotted(a:focus-visible),
Expand Down

0 comments on commit 5ca8038

Please sign in to comment.