From d7638b85786c69ffbe4c78089919db24475ed100 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 11 Sep 2018 09:48:09 -0400 Subject: [PATCH] small label mixin --- styles/elements/_typography.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/elements/_typography.scss b/styles/elements/_typography.scss index a51d839f..8626dd13 100644 --- a/styles/elements/_typography.scss +++ b/styles/elements/_typography.scss @@ -68,3 +68,9 @@ dl { margin-bottom: $gap * 2; } } + +@mixin small-label { + font-size: $h6-font-size; + font-weight: $font-bold; + color: $color-black; +}