angular-8-custom-modal
angular-8-custom-modal copied to clipboard
It doesn't seem possible to specify individual CSS if i'm using different modal instances
I am using Angular 10 and I use DI to inject ModalService but I cannot seem to update the CSS unless I modify the CSS of the ModalComponent (modal.component.less) but that affects any custom components that use the modal
I have tried applying style to<jw-modal id="previewCertificateVersion" class="certificate-preview">, applying class to the div and also updating the CSS of my component, with updates values defined in the model.component.less file but none get applied