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; +}