#scrollUp{
bottom: 15px;
right: 15px;
border-radius: 5px;
background-color: var(--primary);
&:hover{
background-color: #333;
@include transaction ( all, 0.3s, linear );
}
i{
color: #fff;
display: block;
text-align: center;
padding: 10px 10px 5px 10px;
&:before{
font-weight: bold!important;
}
}
}