mirror of
https://github.com/Rushilwiz/launchx.git
synced 2025-04-18 18:40:17 -04:00
fix: bootstrap modal collides with signup modal
This commit is contained in:
parent
b97cc0835c
commit
fc0f351c72
|
@ -55,7 +55,7 @@ button {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal {
|
.custom-modal {
|
||||||
display: none;
|
display: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
@ -68,7 +68,7 @@ button {
|
||||||
background-color: rgba(0,0,0,0.4);
|
background-color: rgba(0,0,0,0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.custom-modal-content {
|
||||||
background-color: #fefefe;
|
background-color: #fefefe;
|
||||||
margin: 15% auto;
|
margin: 15% auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="basic-info row"">
|
<div class="basic-info row">
|
||||||
<div class="col-sm-4 who-what-where">
|
<div class="col-sm-4 who-what-where">
|
||||||
<h1>When</h1>
|
<h1>When</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
{% load crispy_forms_tags %}
|
{% load crispy_forms_tags %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div id="payment-modal" class="modal">
|
<div id="payment-modal" class="custom-modal">
|
||||||
<div class="modal-content">
|
<div class="custom-modal-content">
|
||||||
<span class="close" id="payment-modal-close">×</span>
|
<span class="close" id="payment-modal-close">×</span>
|
||||||
<h1>How to pay</h1>
|
<h1>How to pay</h1>
|
||||||
<h3>Step 0:</h3>
|
<h3>Step 0:</h3>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user