From 6201059991919143208cb4436f8a5f20c76b3079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Garc=C3=ADa?= Date: Fri, 15 Jan 2016 13:44:35 +0100 Subject: [PATCH] clear template --- src/scss/components/typography.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/scss/components/typography.scss b/src/scss/components/typography.scss index a85ce0a..719a5c7 100644 --- a/src/scss/components/typography.scss +++ b/src/scss/components/typography.scss @@ -1,4 +1,4 @@ -// Shapes styles +// Typography styles // ---------------------------------------------- /* SG @@ -18,7 +18,8 @@ .Text { font-family: 'Open Sans'; - $sFontWeight-normal: 400; + $sFontWeight-normal: 400; + &.is-semibold { font-weight: $sFontWeight-semibold; } @@ -26,18 +27,22 @@ font-weight: $sFontWeight-lighter; } } + .Size-huge { font-size: $sFontSize-huge; line-height: $sLineHeight-huge; } + .Size-large { font-size: $sFontSize-large; line-height: $sLineHeight-large; } + .Size-medium { font-size: $sFontSize-medium; line-height: $sLineHeight-medium; } + .Size-small { font-size: $sFontSize-small; line-height: $sLineHeight-small;