strasbourg: add style for password reveal checkbox (#77407) #263

Merged
fpeters merged 1 commits from wip/77407-strasbourg-password-reveal into main 2023-05-17 16:32:38 +02:00
1 changed files with 20 additions and 0 deletions

View File

@ -1589,3 +1589,23 @@ div.RadiobuttonsWidget.template-evaluation {
}
}
}
.gadjo-password-field {
position: relative;
.title {
padding-right: 6em;
}
}
.password-visibility-checkbox {
display: flex;
position: absolute;
top: 0;
right: 0;
input + label {
margin: 0;
}
input {
margin: 0 0.25em 0 0;
}
}