Files
goodtimes/templates/cdn_through_html/modal_cdn_css.html
rizwanisready db213d3228 wrong commit
2024-02-29 13:25:50 +05:30

7 lines
191 B
HTML

{% load static%}
<link href="{% static 'src/assets/css/light/components/modal.css" rel="stylesheet" type="text/css' %}" />
<style>
.modal-content{
background : white !important
}
</style>