.message-userBanner
{
width: 30px;
cursor: pointer;
.m-transition();
position: relative;
margin-left: -15px;
&:hover
{
width: unset;
& > strong
{
font-size: unset;
}
}
& > strong
{
font-size: 0;
&:after
{
.m-faBase();
float: right;
font-size: 12px !important;
}
}
& > span:first-child
{
width: 5px;
height: 3px;
bottom: -2px;
position: absolute;
background-color: inherit;
}
& > .userBanner-before...