1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-15 02:18:42 +02:00

danger color on action button

This commit is contained in:
Kyle Spearrin 2017-09-25 13:48:35 -04:00
parent 068fd5d06c
commit ae4079cb21

View File

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