From afbd8a7c0e4afa462386513df86c32eebf150c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 13 May 2023 10:36:21 +0200 Subject: [PATCH] strasbourg: add style for password reveal checkbox (#77407) --- static/strasbourg-2018/_custom.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/static/strasbourg-2018/_custom.scss b/static/strasbourg-2018/_custom.scss index 5ac316cb..a394a507 100644 --- a/static/strasbourg-2018/_custom.scss +++ b/static/strasbourg-2018/_custom.scss @@ -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; + } +}