You are here

user.css in AT Tools 8.3

/**
 * User forms, e.g. login, register and password reset.
 ============================================================================ */
.user-login-form .form-text {
  width: 100%;
}

/**
 * User Profiles
 ============================================================================ */
.user__status {
  float: right;
}
/*# sourceMappingURL=user.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/user.css
View source
  1. /**
  2. * User forms, e.g. login, register and password reset.
  3. ============================================================================ */
  4. .user-login-form .form-text {
  5. width: 100%;
  6. }
  7. /**
  8. * User Profiles
  9. ============================================================================ */
  10. .user__status {
  11. float: right;
  12. }
  13. /*# sourceMappingURL=user.css.map */