summaryrefslogtreecommitdiff
path: root/res/client/css/modules/typography.scss
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-06 16:32:45 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-06 16:36:29 +0300
commit484cd5faa683130149706b8ecd4782e0ff7b9d11 (patch)
tree343d4537150b25e2f165a9a9a83e79bdcac2f760 /res/client/css/modules/typography.scss
parent748f1c5d337040433c6c441afab579faf5c934e0 (diff)
filter menu: fix position, simplify HTML
Diffstat (limited to 'res/client/css/modules/typography.scss')
-rw-r--r--res/client/css/modules/typography.scss4
1 files changed, 3 insertions, 1 deletions
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;