Adds recreate/retry buttons
This commit is contained in:
parent
50c579ee08
commit
cffb1cfdc9
3 changed files with 17 additions and 3 deletions
|
|
@ -223,7 +223,6 @@
|
|||
}
|
||||
|
||||
&__error {
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
padding: 35px 20px;
|
||||
}
|
||||
|
|
@ -268,6 +267,17 @@
|
|||
font-size: 20px;
|
||||
color: #fff;
|
||||
width:95%;
|
||||
|
||||
.actions{
|
||||
float: right;
|
||||
a {
|
||||
color: white;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
line-height: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wallet-not-backed-up-warning {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue