mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Tweak styles to adjust break point for menu
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
%div{"ng-controller" => "AuthenticationCtrl"}
|
||||
#login-modal{"ng-controller" => "AuthenticationCtrl"}
|
||||
%tabset
|
||||
%ng-include{src: "'login.html'"}
|
||||
%ng-include{src: "'signup.html'"}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
%nav.top-bar.hide-for-small{'data' => 'topbar'}
|
||||
%nav.top-bar.show-for-large-only{'data' => 'topbar'}
|
||||
%section.top-bar-section
|
||||
%ul.left
|
||||
%li= link_to image_tag("ofn_logo_small.png"), root_path
|
||||
%li.divider
|
||||
%li
|
||||
%a
|
||||
%span.nav-primary{href: ""} Shop
|
||||
%span.nav-primary{href: ""} Hubs
|
||||
%li.divider
|
||||
%li
|
||||
%a
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%nav.tab-bar.show-for-small
|
||||
%nav.tab-bar.show-for-medium-down
|
||||
%section.left-small
|
||||
%a.left-off-canvas-toggle.menu-icon
|
||||
%span
|
||||
@@ -11,7 +11,7 @@
|
||||
%a{href: main_app.shop_path}
|
||||
{{ CurrentHub.name }}
|
||||
|
||||
%aside.left-off-canvas-menu.show-for-small
|
||||
%aside.left-off-canvas-menu.show-for-medium-down
|
||||
%ul.off-canvas-list
|
||||
%li= link_to image_tag("ofn_logo_small.png"), root_path
|
||||
%li
|
||||
|
||||
Reference in New Issue
Block a user