Skip to content

Commit

Permalink
Merge pull request #55 from jstefaniuk-d2l/add-body-2
Browse files Browse the repository at this point in the history
Add body class 2
  • Loading branch information
dlockhart authored Jun 30, 2016
2 parents 61ac6b0 + c2e094c commit a33a65a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions body.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@import 'bower_components/vui-colors/colors.scss';
@import 'px-to-base-rem.scss';

@mixin vui-typography-body2() {

color: $vui-color-ferrite;
font-family: inherit;
font-size: px-to-base-rem(16px);
font-weight: 400;
line-height: px-to-base-rem(20px);
letter-spacing: px-to-base-rem(0.1px);

}
5 changes: 5 additions & 0 deletions typography.css.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@import 'typography.scss';
@import 'headings.scss';
@import 'help-text.scss';
@import 'body.scss';

.vui-typography {
@include vui-typography;
Expand All @@ -22,6 +23,10 @@
@include vui-typography-heading4;
}

.vui-body-2 {
@include vui-typography-body2;
}

p.vui-help,
.vui-help {
@include vui-typography-help-text;
Expand Down

0 comments on commit a33a65a

Please sign in to comment.