]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Adjust balance of ZURB logo and 'Foundation' text in docs header
authorGeoff Kimball <geoff@zurb.com>
Thu, 19 Nov 2015 22:55:11 +0000 (14:55 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 19 Nov 2015 23:12:26 +0000 (15:12 -0800)
docs/assets/scss/_topbar.scss

index 170c1c8f3100776e3dca3c4ea27f18de5bfd0a71..1eae7871e1a6f7730884da4a4d82dd28569cdc61 100644 (file)
@@ -11,6 +11,16 @@ $topbar-hover-color: darken($topbar-background, 20%);
   ul:first-child { float: left; }
   ul:last-child  { float: right; }
 
+  .topbar-title > a {
+    font-size: rem-calc(16);
+    opacity: 0.9;
+
+    > img {
+      position: relative;
+      top: -1px;
+    }
+  }
+
   .menu a {
     height: 45px;
     line-height: 45px;
@@ -47,10 +57,6 @@ $topbar-hover-color: darken($topbar-background, 20%);
     top: -2px;
   }
 
-  .menu:first-child {
-    border-right: 1px solid #4e4e4e;
-  }
-
   .menu:last-child {
     border-left: 1px solid #4e4e4e;
   }