.btn-link {
display: flex;
align-items: center;
&__text {
margin-right: 10px;
font-weight: 600;
}
&__svg {
height: 19px;
width: 34px;
display: flex;
align-items: center;
justify-content: center;
will-change: transform;
background: $red;
border-radius: 10px;
svg {
display: flex;
}
}
&--back {
.btn-link {
&__text {
margin-right: 0;
}
&__svg {
margin-right: 10px;
}
}
}
}