///
/// Paradigm Shift by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///
/* Arrow */
a.arrow {
border-bottom: 0;
display: inline-block;
height: 4rem;
position: relative;
width: 6rem;
.label {
display: none;
}
&:before {
background-image: svg-url('');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
content: '';
display: inline-block;
height: 100%;
position: relative;
width: 3rem;
}
}