kouts / vue-modal

A customizable, stackable, and lightweight modal component for Vue.
https://vue-modal-demo.netlify.app/
MIT License
126 stars 16 forks source link

How do you style .vm-content? #81

Open thepurpleblob opened 11 months ago

thepurpleblob commented 11 months ago

the main content div has a class of .vm-content which applies some padding. I want to change the padding values.

I can't see how to do that.

Any help much appreciated.

thepurpleblob commented 11 months ago

Sigh.... never mind, I'm overthinking it. Just add some styles for vm-content in the component css area.

kouts commented 11 months ago

@thepurpleblob What you can also do is that you don't include the vue-modal.css file and write your own styles or copy it and change only the parts that need to be changed etc.