completed second step in backup

This commit is contained in:
Jamal Jackson 2016-09-12 12:25:15 -04:00
commit 576cf04138
3 changed files with 82 additions and 63 deletions

View file

@ -3,11 +3,17 @@
& ion-content,
& ion-content .scroll {
height: 100%;
overflow-y: hidden;
}
.bar.bar-royal {
.title {
font-size: 1rem;
}
}
background: #fff;
.backup-phrase {
background: rgba(246, 246, 246, 0.87);
padding: 1.5rem 1rem;
padding: .5rem .5rem 1.7rem;
border: 2px dashed rgb(206, 206, 206);
width: 80%;
margin: 2rem auto;
@ -33,4 +39,35 @@
max-width: 400px;
}
}
.select-word {
background: #fff;
box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.37);
margin: 1rem 0 0;
display: inline-block;
padding: 0 5px;
}
#select-phrase {
background: rgba(246, 246, 246, 0.87);
width: 100%;
text-align: center;
position: absolute;
bottom: 43px;
padding-bottom: 20px;
p {
font-weight: bold;
font-weight: bold;
padding-top: .7rem;
margin-bottom: 0.9rem;
float: left;
width: 100%;
}
.select-word {
&.button[disabled] {
background: transparent !important;
box-shadow: none !important;
color: transparent;
border: 1px solid rgb(211, 211, 211);
}
}
}
}