@mixin namespaceStatus { &.active { color: $colorOk; } &.terminating { color: $colorError; } }