Extra.less
CSS:
Go to usergroup
Continue reading...
CSS:
Code:
.username--style3:before {
font-family: "Font Awesome 5 Pro";
content: "\f132";
padding-right: 1px;
display: inline-block;
}
.username--style3:hover:before {
display: inline-block;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transition: all .8s;
-webkit-transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-o-transition: all .8s;
}
Go to usergroup
Continue reading...