forked from LiveCarta/LiveCartaWP
redirect modal fix
This commit is contained in:
@@ -72,6 +72,147 @@
|
||||
.button.bordered:hover {
|
||||
background: rgba(0, 0, 0, 0.05); }
|
||||
|
||||
.modal {
|
||||
padding: 0 !important;
|
||||
font-family: 'Open Sans',sans-serif; }
|
||||
|
||||
@media (min-width: 769px) {
|
||||
.modal {
|
||||
padding: 40px 20px 30px !important; } }
|
||||
|
||||
.modal .cont {
|
||||
padding: 0 20px;
|
||||
max-width: 960px; }
|
||||
|
||||
@media (min-width: 769px) {
|
||||
.modal .cont {
|
||||
padding: 0 75px; } }
|
||||
|
||||
.modal .modal-content {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
border-radius: 0; }
|
||||
|
||||
.modal .modal-dialog {
|
||||
width: auto;
|
||||
max-width: 768px;
|
||||
min-height: 100%;
|
||||
margin: 0 auto;
|
||||
background: #fff;
|
||||
-webkit-box-shadow: 0 0 10px #666;
|
||||
box-shadow: 0 0 10px #666;
|
||||
padding-bottom: 25px; }
|
||||
|
||||
@media (min-width: 769px) {
|
||||
.modal .modal-dialog {
|
||||
min-height: 0;
|
||||
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); } }
|
||||
|
||||
.modal .modal-dialog .modal-head {
|
||||
font-size: 20px;
|
||||
color: #9e9671;
|
||||
margin-bottom: 13px;
|
||||
padding: 0;
|
||||
border: 0; }
|
||||
|
||||
@media (min-width: 540px) {
|
||||
.modal .modal-dialog .modal-head {
|
||||
font-size: 24px; } }
|
||||
|
||||
.modal .modal-dialog .modal-head .cont {
|
||||
padding-top: 35px;
|
||||
color: #9e9671; }
|
||||
|
||||
.modal .modal-dialog .modal-head .header-number {
|
||||
font-weight: 600;
|
||||
margin-right: 5px; }
|
||||
|
||||
.modal .modal-dialog .modal-head.alert {
|
||||
padding: 0;
|
||||
color: #b94c11; }
|
||||
|
||||
.modal .modal-dialog .modal-head.alert .cont {
|
||||
color: #b94c11; }
|
||||
|
||||
.modal .modal-dialog .editions-list {
|
||||
list-style: none;
|
||||
font-size: 12px;
|
||||
padding: 0 0 0 18px;
|
||||
font-weight: 700;
|
||||
color: #333;
|
||||
margin-top: 5px; }
|
||||
|
||||
.modal.wide .modal-dialog {
|
||||
max-width: 840px; }
|
||||
|
||||
.modal.confirm .modal-dialog {
|
||||
max-width: 480px;
|
||||
padding: 15px;
|
||||
min-height: 0; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.modal.confirm .cont {
|
||||
padding: 0 20px; } }
|
||||
|
||||
.modal .close-modal {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 14px;
|
||||
top: 9px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border: none;
|
||||
font-weight: 700;
|
||||
color: #9b9b9b;
|
||||
cursor: pointer; }
|
||||
|
||||
.modal .close-modal span {
|
||||
color: #9b9b9b;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
-webkit-transform: translate(-50%, -50%) rotate(45deg);
|
||||
transform: translate(-50%, -50%) rotate(45deg);
|
||||
font-weight: 100;
|
||||
font-size: 18px; }
|
||||
|
||||
.modal .close-modal:hover {
|
||||
text-decoration: none;
|
||||
opacity: .7; }
|
||||
|
||||
.modal .modal-body {
|
||||
display: block;
|
||||
padding: 15px 0 0; }
|
||||
|
||||
.modal .modal-body:after, .modal .modal-body:before {
|
||||
content: " ";
|
||||
display: table; }
|
||||
|
||||
.modal .modal-body:after {
|
||||
clear: both; }
|
||||
|
||||
.modal .modal-body p {
|
||||
font-size: 14px;
|
||||
margin-bottom: 20px;
|
||||
font-weight: 400;
|
||||
color: #475669; }
|
||||
|
||||
.modal .modal-footer {
|
||||
margin: 0 0;
|
||||
text-align: right;
|
||||
padding: 25px 0 15px;
|
||||
border: none; }
|
||||
|
||||
.modal .button {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
.modal .modal-dialog .modal-head .cont {
|
||||
color: #3090f0; }
|
||||
|
||||
header {
|
||||
background: #fff; }
|
||||
header .main-logo {
|
||||
|
||||
Reference in New Issue
Block a user