// Logo is split into symbol + text so we can hide the symbol when reducing the header height
.logo
max-width: 235px
- padding: 0 10px 15px 4px
+ padding: 0 10px 9px 4px
width: 70% // Only relevant when we reach smaller screens - leaves room for burger menu icon
+ transform: translateY(-3px) // Better vertical centring in compact mode
&-symbol
width: 0 // Hidden in default view
position: absolute
left: 100%
bottom: 0
- height: 100%
-
- .template-transparent-header &
- height: auto
+below($breakpoint-menu)
display: none
&-link
display: block
- height: 100%
background-color: #1f8ccc
color: #fff
padding: 1em 1em 1em $phone-widget-width
.logo
margin: 25px 10px 0
- max-width: 278px
+ max-width: 369px
+ transform: none
.logo-symbol
opacity: 1