Skip to content

Commit

Permalink
chore(mixins): remove redundant mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug committed Aug 16, 2024
1 parent d938728 commit 96d2ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/containers/Tenant/Acl/Acl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
margin: var(--g-spacing-3) 0 var(--g-spacing-5);

font-weight: 600;
@include subheader-2-typography();
@include text-subheader-2();
}
&__group-label {
@include subheader-2-typography();
@include text-subheader-2();
}
}
5 changes: 0 additions & 5 deletions src/styles/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
line-height: var(--g-text-subheader-3-line-height);
}

@mixin subheader-2-typography() {
font-size: var(--g-text-subheader-2-font-size);
line-height: var(--g-text-subheader-2-line-height);
}

@mixin subheader-3-typography() {
font-size: var(--g-text-subheader-3-font-size);
line-height: var(--g-text-subheader-3-line-height);
Expand Down

0 comments on commit 96d2ad3

Please sign in to comment.