diff --git a/customize.dist/src/less2/include/password-input.less b/customize.dist/src/less2/include/password-input.less new file mode 100644 index 000000000..8836476fd --- /dev/null +++ b/customize.dist/src/less2/include/password-input.less @@ -0,0 +1,13 @@ +.password_main() { + .cp-password-container { + display: flex; + align-items: center; + input { + flex: 1; + min-width: 0; + } + label, .fa { + margin-left: 10px; + } + } +}