danger color on action button

This commit is contained in:
Kyle Spearrin 2017-09-25 13:48:35 -04:00
parent 068fd5d06c
commit ae4079cb21
1 changed files with 4 additions and 0 deletions

View File

@ -331,6 +331,10 @@
display: table-cell;
width: 20px;
vertical-align: middle;
&.text-danger {
color: @brand-danger !important;
}
}
.action-button-content {