strasbourg: add style for password reveal checkbox (#77407)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-05-13 10:36:21 +02:00
parent 24d98a9293
commit afbd8a7c0e
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;
}
}