//
// _alert.scss
//

// Bordered Alerts Style
.alert-bordered {
    &.border-start {
        border-left-width: 3px !important;
    }
    &.border-bottom {
        border-bottom-width: 2px !important;
    }
}