1.plugin-structpublish-banner { 2 3 border: 1px solid @ini_background_alt; 4 padding-top: 1rem; 5 padding-left: 1rem; 6 background-color: @ini_background_alt; 7 8 .icon svg { 9 float: left; 10 width: 3rem; 11 height: 3rem; 12 padding-right: 1rem; 13 } 14 15 &.draft { 16 .icon svg { 17 fill: #c33; 18 } 19 } 20 21 &.approved { 22 .icon svg { 23 fill: #cc3; 24 } 25 } 26 27 &.published { 28 .icon svg { 29 fill: #3c3; 30 } 31 } 32 33 form, 34 p { 35 margin-left: 4rem; 36 37 svg { 38 height: 1em; 39 fill: currentColor; 40 } 41 } 42 43} 44 45.plugin-structpublish-version { 46 border-radius: 2px; 47 background-color: #cfc; 48 color: #000; 49 padding: 0.1em 0.2em; 50} 51