From: Lipis Date: Mon, 22 Jan 2018 11:22:44 +0000 (+0100) Subject: Add .small class into typography X-Git-Tag: v2.3.0~7^2~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F867%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Add .small class into typography --- diff --git a/scss/components/_typography.scss b/scss/components/_typography.scss index b48d8b85..2be224c4 100755 --- a/scss/components/_typography.scss +++ b/scss/components/_typography.scss @@ -245,7 +245,8 @@ p { } } -small { +small +.small { font-size: $small-font-size; color: $small-font-color; }