xref: /plugin/structpublish/style.less (revision c2f8a3c436c4e9b483f84c9901319c1d150026a8)
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