From 484cd5faa683130149706b8ecd4782e0ff7b9d11 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 6 Apr 2015 16:32:45 +0300 Subject: filter menu: fix position, simplify HTML --- res/client/css/modules/typography.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'res/client/css/modules') diff --git a/res/client/css/modules/typography.scss b/res/client/css/modules/typography.scss index 6a8c1102..ee5caac4 100644 --- a/res/client/css/modules/typography.scss +++ b/res/client/css/modules/typography.scss @@ -24,13 +24,15 @@ url('../font/sourcesanspro_bold/SourceSansPro-Bold-webfont.ttf') format('truetype'); /* Safari, Android, iOS */ } -//Font size +// Font size $h1-size: 30px; $h2-size: 24px; $h3-size: 18px; $h4-size: 14px; $h5-size: 12px; +$toolbar-font-size: 12px; + //Font weights $light: 100; $regular: 400; -- cgit v1.3.1