/*--------------------------------------------------------------------------*\
    Button shapes > circle
\*--------------------------------------------------------------------------*/

.btn--circle {
    /*border*/
    border-radius: 40px;
}