Napster2210 / ngx-spinner

A library for loading spinner for Angular 4 - 17.
https://napster2210.github.io/ngx-spinner/
MIT License
820 stars 138 forks source link

How to style border-radius #218

Closed mammadkoma closed 2 years ago

mammadkoma commented 2 years ago

Hello I show ngx-spinner on a div that it has style="border-radius:8px" How can we set this style on ngx-spinner for rounding edges of ngx-spinner? I set style for ngx-spinner and also for div of parent , but it not work.

mammadkoma commented 2 years ago

Ok , I found it : .overlay[_ngcontent-serverApp-c52] { border-radius: 43px; height: 106% !important; margin-top: -1px; }