From 1e34978fde5255947101220224e631df0894935c Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Tue, 15 Jul 2014 13:21:39 -0400 Subject: [PATCH] multiple titles in bar --- sass/bars.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sass/bars.scss b/sass/bars.scss index d3e59dc..f8185ff 100644 --- a/sass/bars.scss +++ b/sass/bars.scss @@ -74,6 +74,18 @@ color: inherit; } +// multiple titles in bar +.titles { + .title { + font-size: $font-size-default - 4px; + margin-top: -0.75em; + } + .title + .title { + padding-top: 1em; + font-size: $font-size-default + 2px; + } +} + // Tab bar // --------------------------------------------------