Looking to add only the modal component from Bootstrap 4/5 to a basic HTML page without including the entire library, as it conflicts with my existing CSS template. The BS3 Customize builder only supports versions 3.4.1 and earlier.
The issue with this is that the 3.4.1 modal version does not look as modern or stylish as the newer BS4 or BS5 versions. For example, in the image provided, the 'x' button is not properly aligned vertically and the button style is outdated.
https://i.sstatic.net/KLQzO.png
Comparison with BS4/5 modal version
https://i.sstatic.net/D0KVJ.png
Is there a way to achieve this? To import just the BS4 or BS5 modal component into a simple HTML landing page without conflicting with other CSS files?
To export only the 3.4.1 bootstrap modal version, I found this helpful link.
Thank you!