import require password

This commit is contained in:
Mo Bitar
2017-01-08 14:15:33 -06:00
parent 93e3a72d30
commit ca3eff7f15
8 changed files with 166 additions and 43 deletions

View File

@@ -129,7 +129,7 @@
margin-bottom: 8px;
a {
font-size: 12px;
color: #00228f;
color: $blue-color;
font-weight: bold;
}
}
@@ -152,7 +152,7 @@
margin-bottom: 34px;
a {
color: #00228f;
color: $blue-color;
font-weight: bold;
cursor: pointer;
}
@@ -186,6 +186,15 @@
}
}
.import-password {
margin-top: 14px;
> .field {
display: block;
margin: 5px 0px;
}
}
.encryption-confirmation {
position: relative;
.buttons {