mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Make room in menu for shopping@ text
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user