<a class="logo " href="#" aria-label="Homepage">
<img class="logo__image " src="/images/logo/logo_nl.png" alt="Alpaca Logo">
</a>
<a
class="logo {{ class }}"
href="{{ href }}"
aria-label="{{ ariaLabel}}"
>
<img
class="logo__image {{ imageClass }}"
{{#if imageSrcSet }}
srcset="{{ imageSrcSet }}"
{{/if}}
src="{{ imageSrc }}"
alt="{{ imageAlt }}"
{{{ imageAttributes }}}
>
</a>
{
"class": "",
"ariaLabel": "Homepage",
"imageAlt": "Alpaca Logo",
"imageAttributes": "",
"imageClass": "",
"imageSrcSet": "",
"imageSrc": "/images/logo/logo_nl.png",
"href": "#"
}
$logo__max-width : 109.7px !default;
$logo__max-width\@medium : 164.47px !default;
$logo__max-width\@large : 164.47px !default;
$logo__image-height : 50px !default;
$logo__image-height\@medium: 75px !default;
$logo__image-width\@medium : auto !default;
.logo {
display: flex;
align-items: center;
flex: 1 $logo__max-width;
justify-content: center;
max-width: $logo__max-width;
@include mq($screen-l) {
justify-content: flex-start;
max-width: $logo__max-width\@large;
}
&__image {
height: $logo__image-height;
@include mq($screen-l) {
height: $logo__image-height\@medium;
width: $logo__image-width\@medium;
}
}
}
There are no notes for this item.