angular2-flash-messages icon indicating copy to clipboard operation
angular2-flash-messages copied to clipboard

Custom CSS not taking effect

Open redeemefy opened this issue 6 years ago • 2 comments

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?

redeemefy avatar Sep 17 '17 17:09 redeemefy

Same problem in my case. Any improvement is made to latest version ???

amar1995 avatar May 13 '18 07:05 amar1995

You need to put the css rules into the styles.css file for them to work.

dduraeso avatar Jun 27 '18 16:06 dduraeso