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

17 lines
301 B
Plaintext
Raw Normal View History

2018-05-04 18:42:07 +02:00
.password_main() {
2018-07-14 15:15:23 +02:00
--LessLoader_require: LessLoader_currentFile();
}
& {
2018-05-04 18:42:07 +02:00
.cp-password-container {
display: flex;
align-items: center;
input {
flex: 1;
min-width: 0;
}
label, .fa {
margin-left: 10px;
}
}
}