Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <div class="red-theme">
  2. <app-component></app-component>
  3. </div>
  4.  
  5. <button class="btn btn-theme">Button</button>
  6.  
  7. :host-context(.red-theme) .btn-theme {
  8. background: red;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement