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

Impossible to modify dots #21

Closed
egofree71 opened this issue Nov 10, 2017 · 1 comment
Closed

Impossible to modify dots #21

egofree71 opened this issue Nov 10, 2017 · 1 comment

Comments

@egofree71
Copy link

Hello,

I want to modify the dots with the following css :
.slick-dots li button:before {
font-size: 10px;
}
But i doesn't have any effect. When i use the developers tools of Chrome, i don't see my css rule.

@egofree71
Copy link
Author

egofree71 commented Nov 13, 2017

I've found a solution : disable style encapsulation in the component :

import { Component, ViewEncapsulation } from '@angular/core';

@Component({
  selector: 'home',
   .....
  encapsulation: ViewEncapsulation.None
})

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

1 participant