Source: scss/_3-Components/_site-switch.scss, line 1
3.9 Site switch
site switch is shown on the support modules to switch between support pages
Source: scss/_3-Components/_site-switch.scss, line 1
site switch is shown on the support modules to switch between support pages
<div class="site-switch">
<div class="site-switch__item site-switch__item--left">
<a href="#" class="site-switch__link f1"><span>Kontakt</span>
<svg class="icon"><use xlink:href="#icon-left" href="#icon-left" aria-hidden="true"></use></svg>
</a>
</div>
<div class="site-switch__item site-switch__item--right ">
<a href="#" class="site-switch__link f1">
<svg class="icon"><use xlink:href="#icon-right" href="#icon-right" aria-hidden="true"></use></svg>
<span>FAQ</span></a>
</div>
</div>