:host { .step { border-radius: 1px solid grey; padding: 1rem; background: white; &.is-active { color: black; border-color: blue; } &.is-inactive { background: grey; color: white; } } }