From 4d5606e7572985b240dd27a89f1dd7c4de4f602b Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 4 May 2018 18:42:07 +0200 Subject: [PATCH] Add missing file for password inputs --- .../src/less2/include/password-input.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 customize.dist/src/less2/include/password-input.less 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; + } + } +}