drop.chapril.org-firefoxsend/app/templates/downloadPassword/downloadPassword.css

32 lines
420 B
CSS
Raw Normal View History

.passwordSection {
2018-07-31 20:09:18 +02:00
margin: auto;
text-align: center;
2018-02-19 23:02:06 +01:00
padding: 40px 0;
width: 80%;
}
.passwordForm {
2018-07-31 20:09:18 +02:00
margin: 13px;
}
.passwordForm__input {
width: 100%;
2018-07-31 20:09:18 +02:00
height: 40px;
box-sizing: border-box;
}
2018-07-31 20:09:18 +02:00
.unlockBtn {
margin-top: 48px;
}
.unlockBtn--error,
.unlockBtn--error:hover {
background-color: var(--errorColor);
}
2018-02-19 23:29:13 +01:00
2018-07-31 20:09:18 +02:00
.passwordForm__error {
font-size: 13px;
font-weight: 600;
visibility: hidden;
}