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

Make mixins use font mixins

parent 286378cc
......@@ -50,6 +50,7 @@
@mixin primary-action-btn {
@include focus.outline-on-keyboard-focus;
@include var.font-normal;
color: var.$grey-1;
background-color: var.$grey-mid;
height: 35px;
......@@ -57,7 +58,6 @@
border-radius: 2px;
font-weight: bold;
font-size: var.$body1-font-size;
padding-left: 12px;
padding-right: 12px;
......
......@@ -25,8 +25,8 @@
}
&__title {
@include var.font-big;
color: var.$color-brand;
font-size: var.$body2-font-size;
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