.radius, is-radius {
    border-radius: $borderRadius;
}

.is-circle{
    border-radius: 100%;
}