improve headerlinks

This commit is contained in:
Elisabeth Dickinson 2021-03-31 16:32:57 +02:00
parent 04a35cf9d1
commit b1e437846e

View File

@ -600,13 +600,16 @@ header.o_main_header{
a.headerlink {
text-decoration: none;
font-size: 0;
visibility: hidden !important;
&:before {
content: "\a0";
}
&:after {
content: '#{$i-link}';
font-family: icomoon !important;
@include font-size($font-size-base);
vertical-align: middle;
margin: 0 1rem 0 0;
margin: 0 0 0 .3rem;
visibility: hidden;
color: $gray-light;
opacity: 0;