Browse Source

multiple titles in bar

pull/634/head
Josh Bailey 11 years ago
parent
commit
1e34978fde
  1. 12
      sass/bars.scss

12
sass/bars.scss

@ -74,6 +74,18 @@
color: inherit; 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 // Tab bar
// -------------------------------------------------- // --------------------------------------------------

Loading…
Cancel
Save