In your code you use properties:
--paper-slider-dot-container-styles
| (Mixin) Custom styles for dot container | NULL
--paper-slide-dot-styles
| (Mixin) Custon styles for dots | NULL
that you then @apply
to the styles of the relative components.
This feature has been removed from browsers, so there is no way to edit the slider dots appearance.
Could you change it in some other way?
Thank you