<div class=" go-top -bg-gray-lighter">
<a href="#" class="go-top__link"></a>
</div>
<div class="{{mixes}} go-top {{modifiers}}">
<a href="#" class="go-top__link"></a>
</div>
{
"modifiers": "-bg-gray-lighter"
}
.go-top {
$symbol: map-get($icons, 'chevron-up');
display: flex;
align-items: flex-end;
justify-content: center;
height: 16.5rem;
padding-bottom: 2rem;
&__link {
display: block;
width: 4.5rem;
height: 4.5rem;
background-color: $white;
text-align: center;
&,
&:hover,
&:active {
text-decoration: none;
}
&::before {
@include icon-content-extended($symbol, block, 4.5rem);
}
}
}
There are no notes for this item.