mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-23 05:28:53 +00:00
Resize menu logo, make it always fully opaque
This commit is contained in:
@@ -12,10 +12,6 @@ nav
|
||||
text-shadow: none
|
||||
|
||||
// Default overrides - big menu
|
||||
.top-bar-section ul li.ofn-logo > a
|
||||
display: table-cell
|
||||
vertical-align: middle
|
||||
|
||||
.top-bar-section .has-dropdown > a
|
||||
padding-right: $topbar-height / 2 !important
|
||||
|
||||
@@ -34,6 +30,11 @@ nav
|
||||
opacity: 1
|
||||
@include transition(all 0.3s ease-in-out)
|
||||
|
||||
.top-bar-section ul li.ofn-logo > a
|
||||
display: table-cell
|
||||
vertical-align: middle
|
||||
opacity: 1
|
||||
|
||||
.nav-branded
|
||||
color: $clr-brick-light-bright
|
||||
span
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
%ul.left{}
|
||||
%li.ofn-logo
|
||||
%a{href: root_path}
|
||||
-# TODO: SVGify (though this image is double-size for retina displays)
|
||||
%img{src: "/assets/logo-australia.png", width: "389", height: "65"}
|
||||
-# TODO: SVGify (though this image is double-size for retina)
|
||||
%img{src: "/assets/logo-australia.png", width: "269", height: "45"}
|
||||
%li.divider
|
||||
%li
|
||||
%a{href: main_app.shops_path}
|
||||
|
||||
Reference in New Issue
Block a user