@import "../variables";

.sg-color {
    color: $sgPrimary;

    &.-primary {
        color: $sgWarn;
    }

    &.-secondary {
        color: $sgSecondary;
    }

    &.-danger {
        color: $sgDanger;
    }
}

.sg-color {
    &__primary {
        color: $sgPrimary;
    }

    &__secondary {
        color: $sgSecondary;
    }

    &__warn {
        color: $sgWarn;
    }

    &__danger {
        color: $sgDanger;
    }

    &__white {
        color: $white;
    }
}
