You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a login component for my app. I'm adding a simple css rule to the login-user.component.css file to play around with the module.
.flash-messages {
background-color: blue;
}
That simple rule is not taking any effect. I'm guessing that the module is imported correctly since the alert is showing on click and I can change messages and timeout. It is something else I need to do to make this work?
The text was updated successfully, but these errors were encountered:
I created a login component for my app. I'm adding a simple
css
rule to the login-user.component.css file to play around with the module.That simple rule is not taking any effect. I'm guessing that the module is imported correctly since the alert is showing on click and I can change messages and timeout. It is something else I need to do to make this work?
The text was updated successfully, but these errors were encountered: