angular-8-custom-modal icon indicating copy to clipboard operation
angular-8-custom-modal copied to clipboard

It doesn't seem possible to specify individual CSS if i'm using different modal instances

Open sterichards opened this issue 4 years ago • 0 comments

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

sterichards avatar Feb 18 '21 16:02 sterichards