I'm working on a LoginComponent
in Angular 2 that should "restyle" the html
and body
tags, so I can put in a background image specific for the login page.
But just adding a style for the html, body
in my login.css
doesn't seem to work.
Is there a way to override the style on the html, body
from a component? Or any element for that matter.
I've tried things like:
:host(.btn) { ... }
:host(.btn:host) { ... }
.btn:host { ... }
to style an element from outside the Login
component. But nothing seems to work.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…