New: Add warning to remove from queue dialog

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2019-08-04 22:12:20 -04:00
parent 3d0adf8a60
commit b6276600ce
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,4 @@
.message {
.messageRemove {
margin-bottom: 30px;
color: $dangerColor;
}