Commit 6172f8f1 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Make mixins use font mixins

parent 286378cc
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
@mixin primary-action-btn { @mixin primary-action-btn {
@include focus.outline-on-keyboard-focus; @include focus.outline-on-keyboard-focus;
@include var.font-normal;
color: var.$grey-1; color: var.$grey-1;
background-color: var.$grey-mid; background-color: var.$grey-mid;
height: 35px; height: 35px;
...@@ -57,7 +58,6 @@ ...@@ -57,7 +58,6 @@
border-radius: 2px; border-radius: 2px;
font-weight: bold; font-weight: bold;
font-size: var.$body1-font-size;
padding-left: 12px; padding-left: 12px;
padding-right: 12px; padding-right: 12px;
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
} }
&__title { &__title {
@include var.font-big;
color: var.$color-brand; color: var.$color-brand;
font-size: var.$body2-font-size;
font-weight: 700; font-weight: 700;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment