1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-23 09:31:32 +02:00
send/app/templates/passwordInput/passwordInput.css

19 lines
291 B
CSS
Raw Normal View History

.passwordInput {
align-self: left;
display: flex;
flex-wrap: nowrap;
width: 80%;
padding: 10px 5px;
}
.passwordInput--hidden {
visibility: hidden;
}
@media (max-device-width: 520px), (max-width: 520px) {
.passwordInput {
flex-direction: column;
width: inherit;
}
}