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;
|
border-color: #e6b500;
|
||||||
background-color: #ffc900;
|
background-color: #ffc900;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
&.warning-red{
|
||||||
|
border-color: #EB475A;
|
||||||
|
background-color: $warning-red;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.error {
|
&.error {
|
||||||
background-color: #ef473a;
|
background-color: #ef473a;
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ $roboto-light: "Roboto-Light", sans-serif-light;
|
||||||
$light-green: rgb(19, 229, 182);
|
$light-green: rgb(19, 229, 182);
|
||||||
$success-green: #17ae8c;
|
$success-green: #17ae8c;
|
||||||
$warning-orange: #ffa500;
|
$warning-orange: #ffa500;
|
||||||
|
$warning-red: #E15061;
|
||||||
$dark-gray: #445;
|
$dark-gray: #445;
|
||||||
$mid-gray: #667;
|
$mid-gray: #667;
|
||||||
$light-gray: #9b9bab;
|
$light-gray: #9b9bab;
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box-notification warning ng-hide" ng-show="formData.noSignEnabled">
|
<div class="box-notification warning ng-hide warning-red" ng-show="formData.noSignEnabled">
|
||||||
<span class="size-14">
|
<span class="size-14">
|
||||||
<i class="ion-alert-circled"></i>
|
<i class="ion-alert-circled"></i>
|
||||||
<span translate>
|
<span translate>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue