Add in trash icon & apply correct color from variables

This commit is contained in:
Warren Buckley
2019-07-03 09:23:19 +01:00
parent 69f85926d2
commit 58e241b6cb
2 changed files with 3 additions and 2 deletions
@@ -92,8 +92,8 @@
}
.umb-editor--trashed-message {
background:#f5c1bc;
color:#1b264f;
background:@errorBackground;
color:@errorText;
padding:10px;
margin-bottom:20px;
}
@@ -30,6 +30,7 @@
<!-- Deleted Context Message Bar (Displayed when viewing node in recycle bin) -->
<div ng-show="vm.content.trashed" class="umb-editor--trashed-message">
<i class="icon icon-trash"></i>
You are trash
</div>