Mercurial > hg > cmmr2012-drupal-site
view core/themes/stable/css/user/user.module.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
line wrap: on
line source
/** * @file * Module styling for user module. */ .password-strength__title, .password-strength__text { display: inline; } .password-strength__meter { height: 0.75em; margin-top: 0.5em; background-color: lightgray; } .password-strength__indicator { width: 0; height: 100%; background-color: gray; } .password-confirm-match { visibility: hidden; }