]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add .top-bar-title
authorBrett Mason <brettsmason@users.noreply.github.com>
Wed, 20 Jan 2016 19:01:45 +0000 (19:01 +0000)
committerBrett Mason <brettsmason@users.noreply.github.com>
Wed, 20 Jan 2016 19:01:45 +0000 (19:01 +0000)
Adds top-bar-title class.

scss/components/_top-bar.scss

index da799bd89aef7c94075935fc2a74b54af520f4da..23048dc69fc709bc38a2cffe6cd8f873b4cb9cfa 100644 (file)
@@ -42,6 +42,10 @@ $topbar-input-width: 200px !default;
 /// makes sections stacked
 @mixin top-bar-stacked {
   // Sub-sections
+  .top-bar-title {
+    width: 100%;
+  }
+
   .top-bar-right {
     width: 100%;
   }
@@ -72,6 +76,10 @@ $topbar-input-width: 200px !default;
   }
 
   // Sub-sections
+  .top-bar-title {
+    float: left;
+    padding-right: $grid-column-gutter;
+  }
   .top-bar-left {
     float: left;
   }