[BUG] Theme Password Meter Missing Styles (ULTIMA)

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
primeng-hst
Posts: 3
Joined: 14 Jun 2021, 10:06

03 Sep 2021, 20:15

@PrimeNG Team

We recently purchased the ULTIMA license for Angular. I tried using the PasswordModule p-password component and the Password Meter was not showing. Through some digging I managed to finally figured out that the theme-light.css (or the sass versions) are missing the following css to enable the Password Meter to work. Your community themes have these in the theme.css file but not the premium ones, specifically ULTIMA, I'm not sure about the others:

The theme-light and theme-dark css files in the Assets required this styling build into the template. Could you please update this in your next version?

Code: Select all

.p-password-panel .p-password-meter .p-password-strength.weak {
  background: #D32F2F;
}
.p-password-panel .p-password-meter .p-password-strength.medium {
  background: #FBC02D;
}
.p-password-panel .p-password-meter .p-password-strength.strong {
  background: #689F38;
}
Thank you

Kind regards

Daniel

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 7 guests