updated warning from orange, to red on export wallet view, added warning red class
This commit is contained in:
parent
781604da90
commit
b4e435fa72
3 changed files with 6 additions and 1 deletions
|
|
@ -18,6 +18,10 @@
|
|||
border-color: #e6b500;
|
||||
background-color: #ffc900;
|
||||
color: #fff;
|
||||
&.warning-red{
|
||||
border-color: #EB475A;
|
||||
background-color: $warning-red;
|
||||
}
|
||||
}
|
||||
&.error {
|
||||
background-color: #ef473a;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue