diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index 9a61cc6..edf7773 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -919,7 +919,7 @@ div.password-reset-form, div#registration_complete { } span.helptext { - font-size: 0.8em; + font-size: 0.7em; } div#cgu { @@ -1007,6 +1007,26 @@ div#nav { -moz-animation: mouse-wheel 0.6s linear infinite; } +/* a2 password widgets */ +.helptext.a2-password-ok { + background: #d5eee0; + padding: 1ex; + border-radius: 5px; + margin-top: 1ex; + position: relative; + ::before { + content: ""; + display: block; + width: 1.6ex; + height: 1.6ex; + background: #d5eee0; + position: absolute; + top: -0.8ex; + transform: rotate(45deg); + left: 2ex; + } +} + @-webkit-keyframes mouse-wheel { 0% { opacity: 1;