Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom CSS not taking effect #28

Open
redeemefy opened this issue Sep 17, 2017 · 2 comments
Open

Custom CSS not taking effect #28

redeemefy opened this issue Sep 17, 2017 · 2 comments

Comments

@redeemefy
Copy link

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?

@amar1995
Copy link

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

@dduraeso
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants