From 4f08197d9d6054bd1c71d8f6b7212d6989a7d834 Mon Sep 17 00:00:00 2001 From: connors Date: Sun, 22 Sep 2013 17:59:27 -0700 Subject: [PATCH] Base font size added. --- lib/sass/bars.scss | 9 +-------- lib/sass/ratchicons.scss | 1 + 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/sass/bars.scss b/lib/sass/bars.scss index 03e5ba4..ec0075b 100644 --- a/lib/sass/bars.scss +++ b/lib/sass/bars.scss @@ -103,16 +103,9 @@ box-flex: 1; } -// Icon for tab -.tab-icon { - display: block; - height: 18px; - margin: 0 auto; -} - // Label for tab .tab-label { - margin-top: 1px; + margin-top: -2px; font-size: 11px; font-weight: 400; color: $default-color; diff --git a/lib/sass/ratchicons.scss b/lib/sass/ratchicons.scss index cbf9600..8f1b436 100644 --- a/lib/sass/ratchicons.scss +++ b/lib/sass/ratchicons.scss @@ -15,6 +15,7 @@ .icon { display: inline-block; font-family: "Ratchicons", sans-serif; + font-size: 24px; text-decoration: none; line-height: 1; cursor: default;