Adjusted the bar sizes for the visual password strength
authorAlexander Ebert <ebert@woltlab.com>
Mon, 10 Aug 2020 12:35:10 +0000 (14:35 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 10 Aug 2020 12:35:10 +0000 (14:35 +0200)
Old: 20/40/60/80/100
New: 5/20/50/85/100

wcfsetup/install/files/style/layout/form.scss

index 492c6baacc557feb4b28a08a43591180d0ea79f4..56923a614a3566a124b4bbceba11416f52be0391 100644 (file)
@@ -327,19 +327,19 @@ input {
        
        &[data-score="0"]::before {
                background-color: #DD2C00;
-               width: 20%;
+               width: 5%;
        }
        &[data-score="1"]::before {
                background-color: #FF9100;
-               width: 40%;
+               width: 20%;
        }
        &[data-score="2"]::before {
                background-color: #CDDC39;
-               width: 60%;
+               width: 50%;
        }
        &[data-score="3"]::before {
                background-color: #64DD17;
-               width: 80%;
+               width: 85%;
        }
        &[data-score="4"]::before {
                background-color: #2E7D32;