user.module.css

Same filename in this branch
  1. 10 core/themes/stable9/css/user/user.module.css
Same filename in other branches
  1. 9 core/themes/stable9/css/user/user.module.css
  2. 9 core/themes/stable/css/user/user.module.css
  3. 9 core/modules/user/css/user.module.css
  4. 8.9.x core/themes/stable/css/user/user.module.css
  5. 8.9.x core/modules/user/css/user.module.css
  6. 11.x core/themes/stable9/css/user/user.module.css
  7. 11.x core/modules/user/css/user.module.css

Module styling for user module.

File

core/modules/user/css/user.module.css

View source
  1. /**
  2. * @file
  3. * Module styling for user module.
  4. */
  5. .password-strength__title,
  6. .password-strength__text {
  7. display: inline;
  8. }
  9. .password-strength__meter {
  10. height: 0.75em;
  11. margin-top: 0.5em;
  12. background-color: lightgray;
  13. }
  14. .password-strength__indicator {
  15. width: 0;
  16. height: 100%;
  17. background-color: gray;
  18. }
  19. .password-confirm-match {
  20. visibility: hidden;
  21. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.