| 1 |
/* Sub Layer */ |
| 2 |
body[class*="_imagify"] .swal2-container.swal2-shown { |
| 3 |
background: rgb(31, 35 ,50); |
| 4 |
background: rgba(31, 35 ,50, .9); |
| 5 |
z-index: 100000; |
| 6 |
} |
| 7 |
|
| 8 |
/* White Container */ |
| 9 |
.imagify-sweet-alert .swal2-modal { |
| 10 |
border-radius: 2px; |
| 11 |
} |
| 12 |
|
| 13 |
/* To get icon background dark */ |
| 14 |
.imagify-sweet-alert { |
| 15 |
background: #1F2332!important; |
| 16 |
} |
| 17 |
.imagify-sweet-alert .swal2-icon { |
| 18 |
margin-bottom: 5px; |
| 19 |
} |
| 20 |
|
| 21 |
/* header error color */ |
| 22 |
.imagify-swal-error-header { |
| 23 |
background: #C51162!important; |
| 24 |
} |
| 25 |
.imagify-swal-error-header .swal2-icon { |
| 26 |
border-color: #FFF; |
| 27 |
color: #FFF; |
| 28 |
} |
| 29 |
|
| 30 |
/* Title and Subtitle */ |
| 31 |
.imagify-sweet-alert .swal2-title { |
| 32 |
margin: 0; |
| 33 |
padding: 28px 32px; |
| 34 |
font-size: 24px; |
| 35 |
text-align: center; |
| 36 |
color: #FFF; |
| 37 |
background: #1F2332; |
| 38 |
} |
| 39 |
.imagify-swal-has-subtitle .swal2-title { |
| 40 |
text-align: left; |
| 41 |
} |
| 42 |
.imagify-swal-error-header .swal2-title { |
| 43 |
background: #C51162; |
| 44 |
text-align: center; |
| 45 |
} |
| 46 |
.imagify-sweet-alert .imagify-swal-subtitle { |
| 47 |
padding: 0 32px 28px; |
| 48 |
margin-top: -16px; |
| 49 |
font-weight: 500; |
| 50 |
font-size: 14px; |
| 51 |
text-align: left; |
| 52 |
color: #7A8996; |
| 53 |
background: #1F2332; |
| 54 |
} |
| 55 |
.imagify-swal-error-header .imagify-swal-subtitle { |
| 56 |
color: #FFF; |
| 57 |
background: #C51162; |
| 58 |
text-align: center; |
| 59 |
} |
| 60 |
|
| 61 |
/* Buttons */ |
| 62 |
.imagify-sweet-alert .swal2-buttonswrapper, |
| 63 |
.imagify-swal-buttonswrapper { |
| 64 |
margin-top: 0; |
| 65 |
padding: 22px; |
| 66 |
background: #F4F7F9; |
| 67 |
} |
| 68 |
.imagify-sweet-alert button.swal2-styled, |
| 69 |
.imagify-swal-buttonswrapper a.button.imagify-button-primary { |
| 70 |
height: auto; |
| 71 |
padding: 12px 32px; |
| 72 |
margin: 10px; |
| 73 |
font-size: 14px; |
| 74 |
letter-spacing: 1px; |
| 75 |
text-transform: uppercase; |
| 76 |
border-radius: 3px; |
| 77 |
background-color: #40b1d0 !important; |
| 78 |
text-shadow: none!important; |
| 79 |
box-shadow: 0 3px 0 #338ea6; |
| 80 |
} |
| 81 |
.imagify-swal-buttonswrapper a.button.imagify-button-primary:focus, |
| 82 |
.imagify-swal-buttonswrapper a.button.imagify-button-primary:hover { |
| 83 |
text-shadow: none; |
| 84 |
color: #FFF; |
| 85 |
} |
| 86 |
.imagify-swal-buttonswrapper a.button svg { |
| 87 |
margin-right: 12px; |
| 88 |
vertical-align: -2px; |
| 89 |
} |
| 90 |
.imagify-sweet-alert button.loading { |
| 91 |
border-radius: 100% !important; |
| 92 |
height: 40px !important; |
| 93 |
padding:0!important; |
| 94 |
box-shadow: none!important; |
| 95 |
} |
| 96 |
.imagify-sweet-alert button.swal2-cancel { |
| 97 |
color: #7A8996; |
| 98 |
background: #E9EFF2 !important; |
| 99 |
box-shadow: 0 3px 0 rgba(31, 35, 50, .2); |
| 100 |
} |
| 101 |
.imagify-sweet-alert-signup.imagify-sweet-alert { |
| 102 |
background: #FFF!important; |
| 103 |
} |
| 104 |
.imagify-sweet-alert-signup .swal2-buttonswrapper { |
| 105 |
padding: 12px 22px; |
| 106 |
} |
| 107 |
.swal2-success-circular-line-left, |
| 108 |
.swal2-success-fix, |
| 109 |
.swal2-success-circular-line-right { |
| 110 |
background: #1F2332 !important |
| 111 |
} |
| 112 |
.imagify-sweet-alert-signup .sa-confirm-button-container { |
| 113 |
width: 40%; |
| 114 |
} |
| 115 |
.imagify-sweet-alert-signup .swal2-input { |
| 116 |
margin-top: 0; |
| 117 |
margin-left: 40px; |
| 118 |
margin-right: 40px; |
| 119 |
width: calc( 100% - 80px); |
| 120 |
} |
| 121 |
.imagify-sweet-alert .sa-input-error:before, |
| 122 |
.imagify-sweet-alert .sa-input-error:after, |
| 123 |
.imagify-sweet-alert .la-ball-fall { |
| 124 |
top: 25% !important; |
| 125 |
} |
| 126 |
|
| 127 |
.imagify-sweet-alert .swal2-buttonswrapper.swal2-loading .swal2-confirm.swal2-confirm { |
| 128 |
height: 40px !important; |
| 129 |
border-radius: 100% !important; |
| 130 |
border-left-width: 0 !important; |
| 131 |
border-right-width: 0 !important; |
| 132 |
} |
| 133 |
|
| 134 |
/* Imagify swal contents */ |
| 135 |
.imagify-sweet-alert .swal2-content { |
| 136 |
padding: 28px 32px; |
| 137 |
background: #FFF; |
| 138 |
} |
| 139 |
.imagify-swal-has-subtitle .swal2-content { |
| 140 |
padding: 0; |
| 141 |
} |
| 142 |
.imagify-swal-content { |
| 143 |
font-size: 14px; |
| 144 |
padding: 28px 32px; |
| 145 |
} |
| 146 |
|
| 147 |
/* Quota */ |
| 148 |
.imagify-swal-quota .imagify-space-left { |
| 149 |
display: flex; |
| 150 |
align-items: center; |
| 151 |
justify-content: space-between; |
| 152 |
padding: 4px 32px; |
| 153 |
text-align: left; |
| 154 |
font-weight: bold; |
| 155 |
color: #FFF; |
| 156 |
background: #343A49; |
| 157 |
} |
| 158 |
.imagify-swal-quota .imagify-space-left p { |
| 159 |
font-size: 14px; |
| 160 |
} |
| 161 |
.imagify-swal-quota .imagify-space-left [class^="imagify-bar-"] { |
| 162 |
width: auto; |
| 163 |
flex-basis: 269px; |
| 164 |
} |
| 165 |
|
| 166 |
/* Close button */ |
| 167 |
.imagify-sweet-alert .swal2-close { |
| 168 |
color: rgba(255,255,255,.5); |
| 169 |
} |