1.plugin-structpublish-banner { 2 &.banner-draft { 3 background-color: red; 4 } 5 &.banner-approved { 6 background-color: yellow; 7 } 8 &.banner-published { 9 background-color: green; 10 } 11} 12