diff options
Diffstat (limited to 'stylesheets/library')
-rw-r--r-- | stylesheets/library/_typography.sass | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/stylesheets/library/_typography.sass b/stylesheets/library/_typography.sass index f5026cfe..34634aca 100644 --- a/stylesheets/library/_typography.sass +++ b/stylesheets/library/_typography.sass @@ -1,5 +1,6 @@ -!base_font_size ||= 14px -!base_font_size_small ||= 12px +!base_font_size ||= 16px +!small ||= floor(!base_font_size * .85) +!big ||= floor(!base_font_size * 1.25) !base_font_color ||= #333 !h6 = ceil(!base_font_size*1.3) !h5 = ceil(!base_font_size*1.4) @@ -108,9 +109,9 @@ hr margin-bottom= !font_size * 1.625 - small + small, .small font-size= floor(!font_size * .85) - big + big, .big font-size= floor(!font_size * 1.25) =ol-style(!font_size = !base_font_size) |