Adds recreate/retry buttons

This commit is contained in:
Gustavo Maximiliano Cortez 2017-09-04 11:44:58 -03:00
commit cffb1cfdc9
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 17 additions and 3 deletions

View file

@ -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 {