Add missing file for password inputs
This commit is contained in:
13
customize.dist/src/less2/include/password-input.less
Normal file
13
customize.dist/src/less2/include/password-input.less
Normal file
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user