diff --git a/static/includes/wcs/_bulk.scss b/static/includes/wcs/_bulk.scss index b55a2c6f..c46f3f07 100644 --- a/static/includes/wcs/_bulk.scss +++ b/static/includes/wcs/_bulk.scss @@ -749,3 +749,22 @@ div.section.foldable { } } } + +.wcs-block-with-remove-button { + .BlockSubWidget { + position: relative; + } + .remove-button { + position: absolute; + right: 3px; + top: 0.5em; + margin-right: 0; + span { + display: none; + } + &::after { + font-family: FontAwesome; + content: "\f1f8"; // trash + } + } +}