Icon-before (1cap hoogte)
CSS Code
css
.icon-before {
height: 1cap;
aspect-ratio: 1;
background-repeat: no-repeat;
background-position: center;
.d-block;
.transition();
&.share {
.share(@escaped_secondary_clr);
&:hover,
&:focus {
.share(@escaped_main_clr);
}
}
&.facebook {
.facebook(@escaped_secondary_clr);
&:hover,
&:focus {
.facebook(@escaped_main_clr);
}
}
}