@import "../variables";

.sg-alert {
    @include border-radius();

    background-color: $sgDanger;
    color: $white;
    padding: $spacer;

    &--secondary {
        background-color: $sgSecondary;
    }
}