CodePudding user response:
Your modal HTML is part of your component. It means the view encapsulation is applied to it like it normally would.
So style it like you would style "normal" HTML.
Note that for the second style, you have to use ::ng-deep
because this is a span inside a library component.