Skip to content

Commit

Permalink
Remove .a4a-font-* mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
okmttdhr committed Dec 17, 2024
1 parent 20a98cb commit 1c8c5c5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions client/layout/multi-sites-dashboard/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,19 @@ html, body {

.multi-sites-dashboard-layout__header-title {
color: var(--studio-gray-80, #2c3338);
@include a4a-font-heading-xl($font-weight: 500);
font-size: rem(24px);
font-weight: 500;
line-height: 1.25;
letter-spacing: -0.5px;
@include breakpoint-deprecated( "<660px" ) {
display: none;
}
}

.multi-sites-dashboard-layout__header-subtitle {
@include a4a-font-body-lg;
font-size: rem(16px);
font-weight: 400;
line-height: 1.5;
color: var(--color-neutral-60);
margin: 8px 0 0 0;

Expand Down

0 comments on commit 1c8c5c5

Please sign in to comment.