36 lines
794 B
Plaintext
36 lines
794 B
Plaintext
.password_main() {
|
|
--LessLoader_require: LessLoader_currentFile();
|
|
}
|
|
& {
|
|
.cp-password-container {
|
|
display: flex;
|
|
align-items: center;
|
|
input {
|
|
flex: 1;
|
|
min-width: 0;
|
|
}
|
|
.fa {
|
|
width: 30px;
|
|
height: 30px;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
&:hover {
|
|
background-color: rgba(0,0,0,0.1);
|
|
}
|
|
}
|
|
}
|
|
.cp-password-change-container {
|
|
display: flex;
|
|
align-items: center;
|
|
.cp-password-container {
|
|
margin-bottom: 0 !important;
|
|
flex: 1;
|
|
}
|
|
button {
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
}
|