Skip to content

Commit

Permalink
fix(mixins): address PR feedback [KHCP-8971]
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Dec 1, 2023
1 parent 9caeccc commit a257ce7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@import "@/styles/mixins/labels";
@import "@/styles/mixins/input-select";
@import "@/styles/mixins/cards";
@import "@/styles/mixins/typography";

@import "@/styles/tmp-variables";

Expand Down
8 changes: 8 additions & 0 deletions src/styles/mixins/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@
font-family: var(--kui-font-family-text, $kui-font-family-text);
padding: var(--kui-space-70, $kui-space-70);
}

@mixin bodyText {
color: var(--kui-color-text, $kui-color-text);
font-family: var(--kui-font-family-text, $kui-font-family-text);
font-size: var(--kui-font-size-30, $kui-font-size-30);
font-weight: var(--kui-font-weight-regular, $kui-font-weight-regular);
line-height: var(--kui-line-height-30, $kui-line-height-30);
}
9 changes: 0 additions & 9 deletions src/styles/mixins/_typography.scss

This file was deleted.

0 comments on commit a257ce7

Please sign in to comment.