fix colours
This commit is contained in:
parent
0d57e02403
commit
1e15e8058f
3 changed files with 9 additions and 6 deletions
|
|
@ -867,7 +867,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
.text-primary {color: #1ABC9C;}
|
||||
.text-secondary {color: #3498DB;}
|
||||
.text-white {color: #fff;}
|
||||
.text-warning {color: #CA5649;}
|
||||
.text-warning {color: #ED4A43;}
|
||||
.text-success {color: #1ABC9C;}
|
||||
|
||||
.panel {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
/*
|
||||
*
|
||||
* Copay mobile CSS
|
||||
|
|
@ -616,7 +617,7 @@ a.pin-button:active {
|
|||
|
||||
.popup-txrejected i {
|
||||
font-size: 5rem;
|
||||
background-color: #CA5649;
|
||||
background-color: #ED4A43;
|
||||
color: #fff;
|
||||
border-radius: 100%;
|
||||
width: 150px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue