1.plugin-structpublish-banner { 2 3 svg { 4 float: left; 5 width: 3rem; 6 height: 3rem; 7 padding-right: 1rem; 8 } 9 10 &.draft { 11 svg { 12 fill: #c33; 13 } 14 } 15 16 &.approved { 17 svg { 18 fill: #cc3; 19 } 20 } 21 22 &.published { 23 svg { 24 fill: #3c3; 25 } 26 } 27 28 form, 29 p { 30 margin-left: 4rem; 31 } 32 33} 34