diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index 5ca00fe..383fde2 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -1056,7 +1056,7 @@ div#nav { } /* a2 password widgets */ -.helptext.a2-password-ok { +.helptext.a2-password-ok, .helptext.a2-password-nok { background: #d5eee0; padding: 1ex; border-radius: 5px; @@ -1075,6 +1075,14 @@ div#nav { } } +.helptext.a2-password-nok { + background: #fbd3d3; + color: $primary-color; + ::before { + background: #fbd3d3; + } +} + @-webkit-keyframes mouse-wheel { 0% { opacity: 1;