cryptpad/customize.dist/src/less2/include/password-input.less
2018-07-14 15:15:23 +02:00

17 lines
301 B
Plaintext

.password_main() {
--LessLoader_require: LessLoader_currentFile();
}
& {
.cp-password-container {
display: flex;
align-items: center;
input {
flex: 1;
min-width: 0;
}
label, .fa {
margin-left: 10px;
}
}
}