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