Chris@0: /** Chris@0: * @file Chris@0: * Module styling for user module. Chris@0: */ Chris@0: .password-strength__title, Chris@0: .password-strength__text { Chris@0: display: inline; Chris@0: } Chris@0: .password-strength__meter { Chris@0: height: 0.75em; Chris@0: margin-top: 0.5em; Chris@0: background-color: lightgray; Chris@0: } Chris@0: .password-strength__indicator { Chris@18: width: 0; Chris@0: height: 100%; Chris@0: background-color: gray; Chris@0: } Chris@0: .password-confirm-match { Chris@0: visibility: hidden; Chris@0: }