mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
danger color on action button
This commit is contained in:
parent
068fd5d06c
commit
ae4079cb21
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user