Make room in menu for shopping@ text

This commit is contained in:
Rohan Mitchell
2015-06-26 10:49:02 +10:00
parent ce46cb0956
commit c97ed026d0
3 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ nav
// Default overrides - big menu
.top-bar-section .has-dropdown > a
padding-right: $topbar-height / 2 !important
padding-right: $topbar-height / 3 !important
i.ofn-i_022-cog
font-size: 24px
@@ -113,10 +113,10 @@ nav
// Responsive
@media screen and (max-width: 1350px)
@media screen and (max-width: 1450px)
nav .top-bar-section
ul li a, .has-dropdown > a
padding: 0 $topbar-height / 4 !important
padding: 0 $topbar-height / 8 !important
ul.center
margin-left: -24px

View File

@@ -5,7 +5,7 @@ $australia-orange: rgba(242, 112, 82, 1)
// Topbar
$topbar-height: rem-calc(75)
$topbar-link-padding: $topbar-height / 2
$topbar-link-padding: $topbar-height / 3
$topbar-bg: $white
$topbar-bg-color: $topbar-bg

View File

@@ -29,6 +29,6 @@
%li.current_hub{"ng-controller" => "CurrentHubCtrl", "ng-show" => "CurrentHub.hub.id", "ng-cloak" => true}
%a{href: main_app.shop_path}
%em Shopping @
%span.nav-primary.nav-branded {{ CurrentHub.hub.name }}
%span.nav-primary.nav-branded {{ CurrentHub.hub.name | truncate:25 }}
%li.cart{"ng-cloak" => true}
= render partial: "shared/menu/cart"