<div class="nav_anchors">
<ul>
<li><a href="#" class="p-1 active">Abteilung</a></li>
<li><a href="#" class="p-1">Leistungen</a></li>
<li><a href="#" class="p-1">Downloads</a></li>
<li><a href="#" class="p-1">Kooperationen</a></li>
<li><a href="#" class="p-1">Sprechzeiten</a></li>
<li><a href="#" class="p-1">Kontakt</a></li>
</ul>
</div>
.nav_anchors {
margin: 150px;
ul, li {
margin: 0;
padding: 0;
list-style: none;
}
a {
font-size: 13.3px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 2.25;
letter-spacing: 0.6px;
color: #85accb;
&.active {
color: #005093;
border-left: 2px solid;
border-color: linear-gradient(315deg, #52c0ea 0%, #0085c2);
}
}
}
Не могу сообразить, как выставить границу с градиентом, подскажите кто чем может)))