Logotype
.Logo
The brand logo as used in e.g. the main navigation bar.
Use the $logo-path
variable to set an SVG image to use for the logo.
Use the $logo-label
variable to set the hidden text label.
Below is the default logo without context dependent positioning.
Example
Markup
<div style="background-color: #C90062; width: 10rem;"> <span class="Logo"><span class="Logo-label"></span></span> </div>
Alternative logo
Use this for the alternative logo, in our case with inverted colors
Modifiers
Logo--alt
Navigation bar logo
Markup
<span class="Logo Logo--alt"><span class="Logo-label"></span></span>