14 lines
243 B
Plaintext
14 lines
243 B
Plaintext
|
|
.password_main() {
|
||
|
|
.cp-password-container {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
input {
|
||
|
|
flex: 1;
|
||
|
|
min-width: 0;
|
||
|
|
}
|
||
|
|
label, .fa {
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|