sc-notification-indicator {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    
    &[sm] {
        height: 10px;
        width: 10px;
    }
    &[md] {
        height: 12px;
        width: 12px;
    }
    &[lg] {
        height: 16px;
        width: 16px;
    }
}