cryptpad/customize.dist/src/less2/include/password-input.less

15 lines
317 B
Plaintext
Raw Normal View History

2018-05-04 18:42:07 +02:00
.password_main() {
.cp-password-container {
display: flex;
align-items: center;
input {
flex: 1;
min-width: 0;
2018-05-31 13:26:06 +02:00
margin-bottom: 0 !important; // Override margin from alertify
2018-05-04 18:42:07 +02:00
}
label, .fa {
margin-left: 10px;
}
}
}