Show More
@@ -1,1544 +1,1544 b'' | |||||
1 | .swal2-popup.swal2-toast { |
|
1 | .swal2-popup.swal2-toast { | |
2 | flex-direction: row; |
|
2 | flex-direction: row; | |
3 | align-items: center; |
|
3 | align-items: center; | |
4 | width: auto; |
|
4 | width: auto; | |
5 | padding: 0.625em; |
|
5 | padding: 0.625em; | |
6 | overflow-y: hidden; |
|
6 | overflow-y: hidden; | |
7 | background: #fff; |
|
7 | background: #fff; | |
8 | box-shadow: none; |
|
8 | box-shadow: none; | |
9 | } |
|
9 | } | |
10 |
|
10 | |||
11 | .swal2-popup.swal2-toast .swal2-header { |
|
11 | .swal2-popup.swal2-toast .swal2-header { | |
12 | flex-direction: row; |
|
12 | flex-direction: row; | |
13 | } |
|
13 | } | |
14 |
|
14 | |||
15 | .swal2-popup.swal2-toast .swal2-title { |
|
15 | .swal2-popup.swal2-toast .swal2-title { | |
16 | flex-grow: 1; |
|
16 | flex-grow: 1; | |
17 | justify-content: flex-start; |
|
17 | justify-content: flex-start; | |
18 | margin: 0 0.6em; |
|
18 | margin: 0 0.6em; | |
19 | font-size: 1em; |
|
19 | font-size: 1em; | |
20 | } |
|
20 | } | |
21 |
|
21 | |||
22 | .swal2-popup.swal2-toast .swal2-footer { |
|
22 | .swal2-popup.swal2-toast .swal2-footer { | |
23 | margin: 0.5em 0 0; |
|
23 | margin: 0.5em 0 0; | |
24 | padding: 0.5em 0 0; |
|
24 | padding: 0.5em 0 0; | |
25 | font-size: 0.8em; |
|
25 | font-size: 0.8em; | |
26 | } |
|
26 | } | |
27 |
|
27 | |||
28 | .swal2-popup.swal2-toast .swal2-close { |
|
28 | .swal2-popup.swal2-toast .swal2-close { | |
29 | position: static; |
|
29 | position: static; | |
30 | width: 0.8em; |
|
30 | width: 0.8em; | |
31 | height: 0.8em; |
|
31 | height: 0.8em; | |
32 | line-height: 0.8; |
|
32 | line-height: 0.8; | |
33 | } |
|
33 | } | |
34 |
|
34 | |||
35 | .swal2-popup.swal2-toast .swal2-content { |
|
35 | .swal2-popup.swal2-toast .swal2-content { | |
36 | justify-content: flex-start; |
|
36 | justify-content: flex-start; | |
37 | font-size: 1em; |
|
37 | font-size: 1em; | |
38 | } |
|
38 | } | |
39 |
|
39 | |||
40 | .swal2-popup.swal2-toast .swal2-icon { |
|
40 | .swal2-popup.swal2-toast .swal2-icon { | |
41 | width: 2em; |
|
41 | width: 2em; | |
42 | min-width: 2em; |
|
42 | min-width: 2em; | |
43 | height: 2em; |
|
43 | height: 2em; | |
44 | margin: 0; |
|
44 | margin: 0; | |
45 | } |
|
45 | } | |
46 |
|
46 | |||
47 | .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content { |
|
47 | .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content { | |
48 | display: flex; |
|
48 | display: flex; | |
49 | align-items: center; |
|
49 | align-items: center; | |
50 | font-size: 1.8em; |
|
50 | font-size: 1.8em; | |
51 | font-weight: bold; |
|
51 | font-weight: bold; | |
52 | } |
|
52 | } | |
53 |
|
53 | |||
54 | @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { |
|
54 | @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { | |
55 | .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content { |
|
55 | .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content { | |
56 | font-size: 0.25em; |
|
56 | font-size: 0.25em; | |
57 | } |
|
57 | } | |
58 | } |
|
58 | } | |
59 |
|
59 | |||
60 | .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring { |
|
60 | .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring { | |
61 | width: 2em; |
|
61 | width: 2em; | |
62 | height: 2em; |
|
62 | height: 2em; | |
63 | } |
|
63 | } | |
64 |
|
64 | |||
65 | .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] { |
|
65 | .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] { | |
66 | top: 0.875em; |
|
66 | top: 0.875em; | |
67 | width: 1.375em; |
|
67 | width: 1.375em; | |
68 | } |
|
68 | } | |
69 |
|
69 | |||
70 | .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] { |
|
70 | .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] { | |
71 | left: 0.3125em; |
|
71 | left: 0.3125em; | |
72 | } |
|
72 | } | |
73 |
|
73 | |||
74 | .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] { |
|
74 | .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] { | |
75 | right: 0.3125em; |
|
75 | right: 0.3125em; | |
76 | } |
|
76 | } | |
77 |
|
77 | |||
78 | .swal2-popup.swal2-toast .swal2-actions { |
|
78 | .swal2-popup.swal2-toast .swal2-actions { | |
79 | flex-basis: auto !important; |
|
79 | flex-basis: auto !important; | |
80 | width: auto; |
|
80 | width: auto; | |
81 | height: auto; |
|
81 | height: auto; | |
82 | margin: 0 0.3125em; |
|
82 | margin: 0 0.3125em; | |
83 | } |
|
83 | } | |
84 |
|
84 | |||
85 | .swal2-popup.swal2-toast .swal2-styled { |
|
85 | .swal2-popup.swal2-toast .swal2-styled { | |
86 | margin: 0 0.3125em; |
|
86 | margin: 0 0.3125em; | |
87 | padding: 0.3125em 0.625em; |
|
87 | padding: 0.3125em 0.625em; | |
88 | font-size: 1em; |
|
88 | font-size: 1em; | |
89 | } |
|
89 | } | |
90 |
|
90 | |||
91 | .swal2-popup.swal2-toast .swal2-styled:focus { |
|
91 | .swal2-popup.swal2-toast .swal2-styled:focus { | |
92 | box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); |
|
92 | box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); | |
93 | } |
|
93 | } | |
94 |
|
94 | |||
95 | .swal2-popup.swal2-toast .swal2-success { |
|
95 | .swal2-popup.swal2-toast .swal2-success { | |
96 | border-color: @alert1; |
|
96 | border-color: @alert1; | |
97 | } |
|
97 | } | |
98 |
|
98 | |||
99 | .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] { |
|
99 | .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] { | |
100 | position: absolute; |
|
100 | position: absolute; | |
101 | width: 1.6em; |
|
101 | width: 1.6em; | |
102 | height: 3em; |
|
102 | height: 3em; | |
103 | transform: rotate(45deg); |
|
103 | transform: rotate(45deg); | |
104 | border-radius: 50%; |
|
104 | border-radius: 50%; | |
105 | } |
|
105 | } | |
106 |
|
106 | |||
107 | .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] { |
|
107 | .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] { | |
108 | top: -0.8em; |
|
108 | top: -0.8em; | |
109 | left: -0.5em; |
|
109 | left: -0.5em; | |
110 | transform: rotate(-45deg); |
|
110 | transform: rotate(-45deg); | |
111 | transform-origin: 2em 2em; |
|
111 | transform-origin: 2em 2em; | |
112 | border-radius: 4em 0 0 4em; |
|
112 | border-radius: 4em 0 0 4em; | |
113 | } |
|
113 | } | |
114 |
|
114 | |||
115 | .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] { |
|
115 | .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] { | |
116 | top: -0.25em; |
|
116 | top: -0.25em; | |
117 | left: 0.9375em; |
|
117 | left: 0.9375em; | |
118 | transform-origin: 0 1.5em; |
|
118 | transform-origin: 0 1.5em; | |
119 | border-radius: 0 4em 4em 0; |
|
119 | border-radius: 0 4em 4em 0; | |
120 | } |
|
120 | } | |
121 |
|
121 | |||
122 | .swal2-popup.swal2-toast .swal2-success .swal2-success-ring { |
|
122 | .swal2-popup.swal2-toast .swal2-success .swal2-success-ring { | |
123 | width: 2em; |
|
123 | width: 2em; | |
124 | height: 2em; |
|
124 | height: 2em; | |
125 | } |
|
125 | } | |
126 |
|
126 | |||
127 | .swal2-popup.swal2-toast .swal2-success .swal2-success-fix { |
|
127 | .swal2-popup.swal2-toast .swal2-success .swal2-success-fix { | |
128 | top: 0; |
|
128 | top: 0; | |
129 | left: 0.4375em; |
|
129 | left: 0.4375em; | |
130 | width: 0.4375em; |
|
130 | width: 0.4375em; | |
131 | height: 2.6875em; |
|
131 | height: 2.6875em; | |
132 | } |
|
132 | } | |
133 |
|
133 | |||
134 | .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] { |
|
134 | .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] { | |
135 | height: 0.3125em; |
|
135 | height: 0.3125em; | |
136 | } |
|
136 | } | |
137 |
|
137 | |||
138 | .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] { |
|
138 | .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] { | |
139 | top: 1.125em; |
|
139 | top: 1.125em; | |
140 | left: 0.1875em; |
|
140 | left: 0.1875em; | |
141 | width: 0.75em; |
|
141 | width: 0.75em; | |
142 | } |
|
142 | } | |
143 |
|
143 | |||
144 | .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] { |
|
144 | .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] { | |
145 | top: 0.9375em; |
|
145 | top: 0.9375em; | |
146 | right: 0.1875em; |
|
146 | right: 0.1875em; | |
147 | width: 1.375em; |
|
147 | width: 1.375em; | |
148 | } |
|
148 | } | |
149 |
|
149 | |||
150 | .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip { |
|
150 | .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip { | |
151 | -webkit-animation: swal2-toast-animate-success-line-tip 0.75s; |
|
151 | -webkit-animation: swal2-toast-animate-success-line-tip 0.75s; | |
152 | animation: swal2-toast-animate-success-line-tip 0.75s; |
|
152 | animation: swal2-toast-animate-success-line-tip 0.75s; | |
153 | } |
|
153 | } | |
154 |
|
154 | |||
155 | .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long { |
|
155 | .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long { | |
156 | -webkit-animation: swal2-toast-animate-success-line-long 0.75s; |
|
156 | -webkit-animation: swal2-toast-animate-success-line-long 0.75s; | |
157 | animation: swal2-toast-animate-success-line-long 0.75s; |
|
157 | animation: swal2-toast-animate-success-line-long 0.75s; | |
158 | } |
|
158 | } | |
159 |
|
159 | |||
160 | .swal2-popup.swal2-toast.swal2-show { |
|
160 | .swal2-popup.swal2-toast.swal2-show { | |
161 | -webkit-animation: swal2-toast-show 0.5s; |
|
161 | -webkit-animation: swal2-toast-show 0.5s; | |
162 | animation: swal2-toast-show 0.5s; |
|
162 | animation: swal2-toast-show 0.5s; | |
163 | } |
|
163 | } | |
164 |
|
164 | |||
165 | .swal2-popup.swal2-toast.swal2-hide { |
|
165 | .swal2-popup.swal2-toast.swal2-hide { | |
166 | -webkit-animation: swal2-toast-hide 0.1s forwards; |
|
166 | -webkit-animation: swal2-toast-hide 0.1s forwards; | |
167 | animation: swal2-toast-hide 0.1s forwards; |
|
167 | animation: swal2-toast-hide 0.1s forwards; | |
168 | } |
|
168 | } | |
169 |
|
169 | |||
170 | .swal2-container { |
|
170 | .swal2-container { | |
171 | display: flex; |
|
171 | display: flex; | |
172 | position: fixed; |
|
172 | position: fixed; | |
173 | z-index: 1060; |
|
173 | z-index: 1060; | |
174 | top: 0; |
|
174 | top: 0; | |
175 | right: 0; |
|
175 | right: 0; | |
176 | bottom: 0; |
|
176 | bottom: 0; | |
177 | left: 0; |
|
177 | left: 0; | |
178 | flex-direction: row; |
|
178 | flex-direction: row; | |
179 | align-items: center; |
|
179 | align-items: center; | |
180 | justify-content: center; |
|
180 | justify-content: center; | |
181 | padding: 0.625em; |
|
181 | padding: 0.625em; | |
182 | overflow-x: hidden; |
|
182 | overflow-x: hidden; | |
183 | transition: background-color 0.1s; |
|
183 | transition: background-color 0.1s; | |
184 | -webkit-overflow-scrolling: touch; |
|
184 | -webkit-overflow-scrolling: touch; | |
185 | } |
|
185 | } | |
186 |
|
186 | |||
187 | .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation { |
|
187 | .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation { | |
188 | background: rgba(0, 0, 0, 0.4); |
|
188 | background: rgba(0, 0, 0, 0.4); | |
189 | } |
|
189 | } | |
190 |
|
190 | |||
191 | .swal2-container.swal2-backdrop-hide { |
|
191 | .swal2-container.swal2-backdrop-hide { | |
192 | background: transparent !important; |
|
192 | background: transparent !important; | |
193 | } |
|
193 | } | |
194 |
|
194 | |||
195 | .swal2-container.swal2-top { |
|
195 | .swal2-container.swal2-top { | |
196 | align-items: flex-start; |
|
196 | align-items: flex-start; | |
197 | } |
|
197 | } | |
198 |
|
198 | |||
199 | .swal2-container.swal2-top-start, .swal2-container.swal2-top-left { |
|
199 | .swal2-container.swal2-top-start, .swal2-container.swal2-top-left { | |
200 | align-items: flex-start; |
|
200 | align-items: flex-start; | |
201 | justify-content: flex-start; |
|
201 | justify-content: flex-start; | |
202 | } |
|
202 | } | |
203 |
|
203 | |||
204 | .swal2-container.swal2-top-end, .swal2-container.swal2-top-right { |
|
204 | .swal2-container.swal2-top-end, .swal2-container.swal2-top-right { | |
205 | align-items: flex-start; |
|
205 | align-items: flex-start; | |
206 | justify-content: flex-end; |
|
206 | justify-content: flex-end; | |
207 | } |
|
207 | } | |
208 |
|
208 | |||
209 | .swal2-container.swal2-center { |
|
209 | .swal2-container.swal2-center { | |
210 | align-items: center; |
|
210 | align-items: center; | |
211 | } |
|
211 | } | |
212 |
|
212 | |||
213 | .swal2-container.swal2-center-start, .swal2-container.swal2-center-left { |
|
213 | .swal2-container.swal2-center-start, .swal2-container.swal2-center-left { | |
214 | align-items: center; |
|
214 | align-items: center; | |
215 | justify-content: flex-start; |
|
215 | justify-content: flex-start; | |
216 | } |
|
216 | } | |
217 |
|
217 | |||
218 | .swal2-container.swal2-center-end, .swal2-container.swal2-center-right { |
|
218 | .swal2-container.swal2-center-end, .swal2-container.swal2-center-right { | |
219 | align-items: center; |
|
219 | align-items: center; | |
220 | justify-content: flex-end; |
|
220 | justify-content: flex-end; | |
221 | } |
|
221 | } | |
222 |
|
222 | |||
223 | .swal2-container.swal2-bottom { |
|
223 | .swal2-container.swal2-bottom { | |
224 | align-items: flex-end; |
|
224 | align-items: flex-end; | |
225 | } |
|
225 | } | |
226 |
|
226 | |||
227 | .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left { |
|
227 | .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left { | |
228 | align-items: flex-end; |
|
228 | align-items: flex-end; | |
229 | justify-content: flex-start; |
|
229 | justify-content: flex-start; | |
230 | } |
|
230 | } | |
231 |
|
231 | |||
232 | .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right { |
|
232 | .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right { | |
233 | align-items: flex-end; |
|
233 | align-items: flex-end; | |
234 | justify-content: flex-end; |
|
234 | justify-content: flex-end; | |
235 | } |
|
235 | } | |
236 |
|
236 | |||
237 | .swal2-container.swal2-bottom > :first-child, |
|
237 | .swal2-container.swal2-bottom > :first-child, | |
238 | .swal2-container.swal2-bottom-start > :first-child, |
|
238 | .swal2-container.swal2-bottom-start > :first-child, | |
239 | .swal2-container.swal2-bottom-left > :first-child, |
|
239 | .swal2-container.swal2-bottom-left > :first-child, | |
240 | .swal2-container.swal2-bottom-end > :first-child, |
|
240 | .swal2-container.swal2-bottom-end > :first-child, | |
241 | .swal2-container.swal2-bottom-right > :first-child { |
|
241 | .swal2-container.swal2-bottom-right > :first-child { | |
242 | margin-top: auto; |
|
242 | margin-top: auto; | |
243 | } |
|
243 | } | |
244 |
|
244 | |||
245 | .swal2-container.swal2-grow-fullscreen > .swal2-modal { |
|
245 | .swal2-container.swal2-grow-fullscreen > .swal2-modal { | |
246 | display: flex !important; |
|
246 | display: flex !important; | |
247 | flex: 1; |
|
247 | flex: 1; | |
248 | align-self: stretch; |
|
248 | align-self: stretch; | |
249 | justify-content: center; |
|
249 | justify-content: center; | |
250 | } |
|
250 | } | |
251 |
|
251 | |||
252 | .swal2-container.swal2-grow-row > .swal2-modal { |
|
252 | .swal2-container.swal2-grow-row > .swal2-modal { | |
253 | display: flex !important; |
|
253 | display: flex !important; | |
254 | flex: 1; |
|
254 | flex: 1; | |
255 | align-content: center; |
|
255 | align-content: center; | |
256 | justify-content: center; |
|
256 | justify-content: center; | |
257 | } |
|
257 | } | |
258 |
|
258 | |||
259 | .swal2-container.swal2-grow-column { |
|
259 | .swal2-container.swal2-grow-column { | |
260 | flex: 1; |
|
260 | flex: 1; | |
261 | flex-direction: column; |
|
261 | flex-direction: column; | |
262 | } |
|
262 | } | |
263 |
|
263 | |||
264 | .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom { |
|
264 | .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom { | |
265 | align-items: center; |
|
265 | align-items: center; | |
266 | } |
|
266 | } | |
267 |
|
267 | |||
268 | .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left { |
|
268 | .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left { | |
269 | align-items: flex-start; |
|
269 | align-items: flex-start; | |
270 | } |
|
270 | } | |
271 |
|
271 | |||
272 | .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right { |
|
272 | .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right { | |
273 | align-items: flex-end; |
|
273 | align-items: flex-end; | |
274 | } |
|
274 | } | |
275 |
|
275 | |||
276 | .swal2-container.swal2-grow-column > .swal2-modal { |
|
276 | .swal2-container.swal2-grow-column > .swal2-modal { | |
277 | display: flex !important; |
|
277 | display: flex !important; | |
278 | flex: 1; |
|
278 | flex: 1; | |
279 | align-content: center; |
|
279 | align-content: center; | |
280 | justify-content: center; |
|
280 | justify-content: center; | |
281 | } |
|
281 | } | |
282 |
|
282 | |||
283 | .swal2-container.swal2-no-transition { |
|
283 | .swal2-container.swal2-no-transition { | |
284 | transition: none !important; |
|
284 | transition: none !important; | |
285 | } |
|
285 | } | |
286 |
|
286 | |||
287 | .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal { |
|
287 | .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal { | |
288 | margin: auto; |
|
288 | margin: auto; | |
289 | } |
|
289 | } | |
290 |
|
290 | |||
291 | @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { |
|
291 | @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { | |
292 | .swal2-container .swal2-modal { |
|
292 | .swal2-container .swal2-modal { | |
293 | margin: 0 !important; |
|
293 | margin: 0 !important; | |
294 | } |
|
294 | } | |
295 | } |
|
295 | } | |
296 |
|
296 | |||
297 | .swal2-popup { |
|
297 | .swal2-popup { | |
298 | display: none; |
|
298 | display: none; | |
299 | position: relative; |
|
299 | position: relative; | |
300 | box-sizing: border-box; |
|
300 | box-sizing: border-box; | |
301 | flex-direction: column; |
|
301 | flex-direction: column; | |
302 | justify-content: center; |
|
302 | justify-content: center; | |
303 | width: 38em; |
|
303 | width: 38em; | |
304 | max-width: 100%; |
|
304 | max-width: 100%; | |
305 | padding: 1.25em; |
|
305 | padding: 1.25em; | |
306 | border: none; |
|
306 | border: none; | |
307 | border-radius: 0; |
|
307 | border-radius: 0; | |
308 | background: #fff; |
|
308 | background: #fff; | |
309 | font-family: inherit; |
|
309 | font-family: inherit; | |
310 |
font-size: 1 |
|
310 | font-size: 13px; | |
311 | } |
|
311 | } | |
312 |
|
312 | |||
313 | .swal2-popup:focus { |
|
313 | .swal2-popup:focus { | |
314 | outline: none; |
|
314 | outline: none; | |
315 | } |
|
315 | } | |
316 |
|
316 | |||
317 | .swal2-popup.swal2-loading { |
|
317 | .swal2-popup.swal2-loading { | |
318 | overflow-y: hidden; |
|
318 | overflow-y: hidden; | |
319 | } |
|
319 | } | |
320 |
|
320 | |||
321 | .swal2-header { |
|
321 | .swal2-header { | |
322 | display: flex; |
|
322 | display: flex; | |
323 | flex-direction: column; |
|
323 | flex-direction: column; | |
324 | align-items: center; |
|
324 | align-items: center; | |
325 | } |
|
325 | } | |
326 |
|
326 | |||
327 | .swal2-title { |
|
327 | .swal2-title { | |
328 | position: relative; |
|
328 | position: relative; | |
329 | max-width: 100%; |
|
329 | max-width: 100%; | |
330 | margin: 0 0 0.4em; |
|
330 | margin: 0 0 0.4em; | |
331 | padding: 0; |
|
331 | padding: 0; | |
332 | color: #595959; |
|
332 | color: #595959; | |
333 | font-size: 1.875em; |
|
333 | font-size: 1.875em; | |
334 | font-weight: 600; |
|
334 | font-weight: 600; | |
335 | text-align: center; |
|
335 | text-align: center; | |
336 | text-transform: none; |
|
336 | text-transform: none; | |
337 | word-wrap: break-word; |
|
337 | word-wrap: break-word; | |
338 | } |
|
338 | } | |
339 |
|
339 | |||
340 | .swal2-actions { |
|
340 | .swal2-actions { | |
341 | display: flex; |
|
341 | display: flex; | |
342 | z-index: 1; |
|
342 | z-index: 1; | |
343 | flex-wrap: wrap; |
|
343 | flex-wrap: wrap; | |
344 | align-items: center; |
|
344 | align-items: center; | |
345 | justify-content: center; |
|
345 | justify-content: center; | |
346 | width: 100%; |
|
346 | width: 100%; | |
347 | margin: 1.25em auto 0; |
|
347 | margin: 1.25em auto 0; | |
348 | } |
|
348 | } | |
349 |
|
349 | |||
350 | .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] { |
|
350 | .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] { | |
351 | opacity: 0.4; |
|
351 | opacity: 0.4; | |
352 | } |
|
352 | } | |
353 |
|
353 | |||
354 | .swal2-actions:not(.swal2-loading) .swal2-styled:hover { |
|
354 | .swal2-actions:not(.swal2-loading) .swal2-styled:hover { | |
355 | background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); |
|
355 | background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); | |
356 | } |
|
356 | } | |
357 |
|
357 | |||
358 | .swal2-actions:not(.swal2-loading) .swal2-styled:active { |
|
358 | .swal2-actions:not(.swal2-loading) .swal2-styled:active { | |
359 | background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); |
|
359 | background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); | |
360 | } |
|
360 | } | |
361 |
|
361 | |||
362 | .swal2-actions.swal2-loading .swal2-styled.swal2-confirm { |
|
362 | .swal2-actions.swal2-loading .swal2-styled.swal2-confirm { | |
363 | box-sizing: border-box; |
|
363 | box-sizing: border-box; | |
364 | width: 2.5em; |
|
364 | width: 2.5em; | |
365 | height: 2.5em; |
|
365 | height: 2.5em; | |
366 | margin: 0.46875em; |
|
366 | margin: 0.46875em; | |
367 | padding: 0; |
|
367 | padding: 0; | |
368 | -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal; |
|
368 | -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal; | |
369 | animation: swal2-rotate-loading 1.5s linear 0s infinite normal; |
|
369 | animation: swal2-rotate-loading 1.5s linear 0s infinite normal; | |
370 | border: 0.25em solid transparent; |
|
370 | border: 0.25em solid transparent; | |
371 | border-radius: 100%; |
|
371 | border-radius: 100%; | |
372 | border-color: transparent; |
|
372 | border-color: transparent; | |
373 | background-color: transparent !important; |
|
373 | background-color: transparent !important; | |
374 | color: transparent !important; |
|
374 | color: transparent !important; | |
375 | cursor: default; |
|
375 | cursor: default; | |
376 | -webkit-user-select: none; |
|
376 | -webkit-user-select: none; | |
377 | -moz-user-select: none; |
|
377 | -moz-user-select: none; | |
378 | -ms-user-select: none; |
|
378 | -ms-user-select: none; | |
379 | user-select: none; |
|
379 | user-select: none; | |
380 | } |
|
380 | } | |
381 |
|
381 | |||
382 | .swal2-actions.swal2-loading .swal2-styled.swal2-cancel { |
|
382 | .swal2-actions.swal2-loading .swal2-styled.swal2-cancel { | |
383 | margin-right: 30px; |
|
383 | margin-right: 30px; | |
384 | margin-left: 30px; |
|
384 | margin-left: 30px; | |
385 | } |
|
385 | } | |
386 |
|
386 | |||
387 | .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after { |
|
387 | .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after { | |
388 | content: ""; |
|
388 | content: ""; | |
389 | display: inline-block; |
|
389 | display: inline-block; | |
390 | width: 15px; |
|
390 | width: 15px; | |
391 | height: 15px; |
|
391 | height: 15px; | |
392 | margin-left: 5px; |
|
392 | margin-left: 5px; | |
393 | -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal; |
|
393 | -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal; | |
394 | animation: swal2-rotate-loading 1.5s linear 0s infinite normal; |
|
394 | animation: swal2-rotate-loading 1.5s linear 0s infinite normal; | |
395 | border: 3px solid #999999; |
|
395 | border: 3px solid #999999; | |
396 | border-radius: 50%; |
|
396 | border-radius: 50%; | |
397 | border-right-color: transparent; |
|
397 | border-right-color: transparent; | |
398 | box-shadow: 1px 1px 1px #fff; |
|
398 | box-shadow: 1px 1px 1px #fff; | |
399 | } |
|
399 | } | |
400 |
|
400 | |||
401 | .swal2-styled { |
|
401 | .swal2-styled { | |
402 | margin: 0.3125em; |
|
402 | margin: 0.3125em; | |
403 | padding: 0.625em 2em; |
|
403 | padding: 0.625em 2em; | |
404 | box-shadow: none; |
|
404 | box-shadow: none; | |
405 | font-weight: 500; |
|
405 | font-weight: 500; | |
406 | } |
|
406 | } | |
407 |
|
407 | |||
408 | .swal2-styled:not([disabled]) { |
|
408 | .swal2-styled:not([disabled]) { | |
409 | cursor: pointer; |
|
409 | cursor: pointer; | |
410 | } |
|
410 | } | |
411 |
|
411 | |||
412 | .swal2-styled.swal2-confirm { |
|
412 | .swal2-styled.swal2-confirm { | |
413 | border: 0; |
|
413 | border: 0; | |
414 | border-radius: 0; |
|
414 | border-radius: 0; | |
415 | background: initial; |
|
415 | background: initial; | |
416 | background-color: @alert4; |
|
416 | background-color: @alert4; | |
417 | color: #fff; |
|
417 | color: #fff; | |
418 | font-size: 1.0625em; |
|
418 | font-size: 1.0625em; | |
419 | } |
|
419 | } | |
420 |
|
420 | |||
421 | .swal2-styled.swal2-cancel { |
|
421 | .swal2-styled.swal2-cancel { | |
422 | border: 0; |
|
422 | border: 0; | |
423 | border-radius: 0; |
|
423 | border-radius: 0; | |
424 | background: initial; |
|
424 | background: initial; | |
425 | background-color: #aaa; |
|
425 | background-color: #aaa; | |
426 | color: #fff; |
|
426 | color: #fff; | |
427 | font-size: 1.0625em; |
|
427 | font-size: 1.0625em; | |
428 | } |
|
428 | } | |
429 |
|
429 | |||
430 | .swal2-styled:focus { |
|
430 | .swal2-styled:focus { | |
431 | outline: none; |
|
431 | outline: none; | |
432 | box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); |
|
432 | box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); | |
433 | } |
|
433 | } | |
434 |
|
434 | |||
435 | .swal2-styled::-moz-focus-inner { |
|
435 | .swal2-styled::-moz-focus-inner { | |
436 | border: 0; |
|
436 | border: 0; | |
437 | } |
|
437 | } | |
438 |
|
438 | |||
439 | .swal2-footer { |
|
439 | .swal2-footer { | |
440 | justify-content: center; |
|
440 | justify-content: center; | |
441 | margin: 1.25em 0 0; |
|
441 | margin: 1.25em 0 0; | |
442 | padding: 1em 0 0; |
|
442 | padding: 1em 0 0; | |
443 | border-top: 1px solid #eee; |
|
443 | border-top: 1px solid #eee; | |
444 | color: #545454; |
|
444 | color: #545454; | |
445 | font-size: 1em; |
|
445 | font-size: 1em; | |
446 | } |
|
446 | } | |
447 |
|
447 | |||
448 | .swal2-timer-progress-bar-container { |
|
448 | .swal2-timer-progress-bar-container { | |
449 | position: absolute; |
|
449 | position: absolute; | |
450 | right: 0; |
|
450 | right: 0; | |
451 | bottom: 0; |
|
451 | bottom: 0; | |
452 | left: 0; |
|
452 | left: 0; | |
453 | height: 0.25em; |
|
453 | height: 0.25em; | |
454 | overflow: hidden; |
|
454 | overflow: hidden; | |
455 | border-bottom-right-radius: 0; |
|
455 | border-bottom-right-radius: 0; | |
456 | border-bottom-left-radius: 0; |
|
456 | border-bottom-left-radius: 0; | |
457 | } |
|
457 | } | |
458 |
|
458 | |||
459 | .swal2-timer-progress-bar { |
|
459 | .swal2-timer-progress-bar { | |
460 | width: 100%; |
|
460 | width: 100%; | |
461 | height: 0.25em; |
|
461 | height: 0.25em; | |
462 | background: rgba(0, 0, 0, 0.2); |
|
462 | background: rgba(0, 0, 0, 0.2); | |
463 | } |
|
463 | } | |
464 |
|
464 | |||
465 | .swal2-image { |
|
465 | .swal2-image { | |
466 | max-width: 100%; |
|
466 | max-width: 100%; | |
467 | margin: 1.25em auto; |
|
467 | margin: 1.25em auto; | |
468 | } |
|
468 | } | |
469 |
|
469 | |||
470 | .swal2-close { |
|
470 | .swal2-close { | |
471 | position: absolute; |
|
471 | position: absolute; | |
472 | z-index: 2; |
|
472 | z-index: 2; | |
473 | /* 1617 */ |
|
473 | /* 1617 */ | |
474 | top: 0; |
|
474 | top: 0; | |
475 | right: 0; |
|
475 | right: 0; | |
476 | align-items: center; |
|
476 | align-items: center; | |
477 | justify-content: center; |
|
477 | justify-content: center; | |
478 | width: 1.2em; |
|
478 | width: 1.2em; | |
479 | height: 1.2em; |
|
479 | height: 1.2em; | |
480 | padding: 0; |
|
480 | padding: 0; | |
481 | overflow: hidden; |
|
481 | overflow: hidden; | |
482 | transition: color 0.1s ease-out; |
|
482 | transition: color 0.1s ease-out; | |
483 | border: none; |
|
483 | border: none; | |
484 | border-radius: 0; |
|
484 | border-radius: 0; | |
485 | background: transparent; |
|
485 | background: transparent; | |
486 | color: #cccccc; |
|
486 | color: #cccccc; | |
487 | font-family: serif; |
|
487 | font-family: serif; | |
488 | font-size: 2.5em; |
|
488 | font-size: 2.5em; | |
489 | line-height: 1.2; |
|
489 | line-height: 1.2; | |
490 | cursor: pointer; |
|
490 | cursor: pointer; | |
491 | } |
|
491 | } | |
492 |
|
492 | |||
493 | .swal2-close:hover { |
|
493 | .swal2-close:hover { | |
494 | transform: none; |
|
494 | transform: none; | |
495 | background: transparent; |
|
495 | background: transparent; | |
496 | color: #f27474; |
|
496 | color: #f27474; | |
497 | } |
|
497 | } | |
498 |
|
498 | |||
499 | .swal2-close::-moz-focus-inner { |
|
499 | .swal2-close::-moz-focus-inner { | |
500 | border: 0; |
|
500 | border: 0; | |
501 | } |
|
501 | } | |
502 |
|
502 | |||
503 | .swal2-content { |
|
503 | .swal2-content { | |
504 | z-index: 1; |
|
504 | z-index: 1; | |
505 | justify-content: center; |
|
505 | justify-content: center; | |
506 | margin: 0; |
|
506 | margin: 0; | |
507 | padding: 0; |
|
507 | padding: 0; | |
508 | color: #545454; |
|
508 | color: #545454; | |
509 | font-size: 1.125em; |
|
509 | font-size: 1.125em; | |
510 | font-weight: normal; |
|
510 | font-weight: normal; | |
511 | line-height: normal; |
|
511 | line-height: normal; | |
512 | text-align: center; |
|
512 | text-align: center; | |
513 | word-wrap: break-word; |
|
513 | word-wrap: break-word; | |
514 | } |
|
514 | } | |
515 |
|
515 | |||
516 | .swal2-input, |
|
516 | .swal2-input, | |
517 | .swal2-file, |
|
517 | .swal2-file, | |
518 | .swal2-textarea, |
|
518 | .swal2-textarea, | |
519 | .swal2-select, |
|
519 | .swal2-select, | |
520 | .swal2-radio, |
|
520 | .swal2-radio, | |
521 | .swal2-checkbox { |
|
521 | .swal2-checkbox { | |
522 | margin: 1em auto; |
|
522 | margin: 1em auto; | |
523 | } |
|
523 | } | |
524 |
|
524 | |||
525 | .swal2-input, |
|
525 | .swal2-input, | |
526 | .swal2-file, |
|
526 | .swal2-file, | |
527 | .swal2-textarea { |
|
527 | .swal2-textarea { | |
528 | box-sizing: border-box; |
|
528 | box-sizing: border-box; | |
529 | width: 100%; |
|
529 | width: 100%; | |
530 | transition: initial; |
|
530 | transition: initial; | |
531 | border: 1px solid #d9d9d9; |
|
531 | border: 1px solid #d9d9d9; | |
532 | border-radius: 0; |
|
532 | border-radius: 0; | |
533 | background: inherit; |
|
533 | background: inherit; | |
534 | box-shadow: none; |
|
534 | box-shadow: none; | |
535 | color: inherit; |
|
535 | color: inherit; | |
536 | font-size: 1.125em; |
|
536 | font-size: 1.125em; | |
537 | } |
|
537 | } | |
538 |
|
538 | |||
539 | .swal2-input.swal2-inputerror, |
|
539 | .swal2-input.swal2-inputerror, | |
540 | .swal2-file.swal2-inputerror, |
|
540 | .swal2-file.swal2-inputerror, | |
541 | .swal2-textarea.swal2-inputerror { |
|
541 | .swal2-textarea.swal2-inputerror { | |
542 | border-color: #f27474 !important; |
|
542 | border-color: #f27474 !important; | |
543 | box-shadow: 0 0 2px #f27474 !important; |
|
543 | box-shadow: 0 0 2px #f27474 !important; | |
544 | } |
|
544 | } | |
545 |
|
545 | |||
546 | .swal2-input:focus, |
|
546 | .swal2-input:focus, | |
547 | .swal2-file:focus, |
|
547 | .swal2-file:focus, | |
548 | .swal2-textarea:focus { |
|
548 | .swal2-textarea:focus { | |
549 | border: 1px solid #b4dbed; |
|
549 | border: 1px solid #b4dbed; | |
550 | outline: none; |
|
550 | outline: none; | |
551 | box-shadow: 0 0 3px #c4e6f5; |
|
551 | box-shadow: 0 0 3px #c4e6f5; | |
552 | } |
|
552 | } | |
553 |
|
553 | |||
554 | .swal2-input::-webkit-input-placeholder, .swal2-file::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder { |
|
554 | .swal2-input::-webkit-input-placeholder, .swal2-file::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder { | |
555 | color: #cccccc; |
|
555 | color: #cccccc; | |
556 | } |
|
556 | } | |
557 |
|
557 | |||
558 | .swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder { |
|
558 | .swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder { | |
559 | color: #cccccc; |
|
559 | color: #cccccc; | |
560 | } |
|
560 | } | |
561 |
|
561 | |||
562 | .swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder { |
|
562 | .swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder { | |
563 | color: #cccccc; |
|
563 | color: #cccccc; | |
564 | } |
|
564 | } | |
565 |
|
565 | |||
566 | .swal2-input::-ms-input-placeholder, .swal2-file::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder { |
|
566 | .swal2-input::-ms-input-placeholder, .swal2-file::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder { | |
567 | color: #cccccc; |
|
567 | color: #cccccc; | |
568 | } |
|
568 | } | |
569 |
|
569 | |||
570 | .swal2-input::placeholder, |
|
570 | .swal2-input::placeholder, | |
571 | .swal2-file::placeholder, |
|
571 | .swal2-file::placeholder, | |
572 | .swal2-textarea::placeholder { |
|
572 | .swal2-textarea::placeholder { | |
573 | color: #cccccc; |
|
573 | color: #cccccc; | |
574 | } |
|
574 | } | |
575 |
|
575 | |||
576 | .swal2-range { |
|
576 | .swal2-range { | |
577 | margin: 1em auto; |
|
577 | margin: 1em auto; | |
578 | background: #fff; |
|
578 | background: #fff; | |
579 | } |
|
579 | } | |
580 |
|
580 | |||
581 | .swal2-range input { |
|
581 | .swal2-range input { | |
582 | width: 80%; |
|
582 | width: 80%; | |
583 | } |
|
583 | } | |
584 |
|
584 | |||
585 | .swal2-range output { |
|
585 | .swal2-range output { | |
586 | width: 20%; |
|
586 | width: 20%; | |
587 | color: inherit; |
|
587 | color: inherit; | |
588 | font-weight: 600; |
|
588 | font-weight: 600; | |
589 | text-align: center; |
|
589 | text-align: center; | |
590 | } |
|
590 | } | |
591 |
|
591 | |||
592 | .swal2-range input, |
|
592 | .swal2-range input, | |
593 | .swal2-range output { |
|
593 | .swal2-range output { | |
594 | height: 2.625em; |
|
594 | height: 2.625em; | |
595 | padding: 0; |
|
595 | padding: 0; | |
596 | font-size: 1.125em; |
|
596 | font-size: 1.125em; | |
597 | line-height: 2.625em; |
|
597 | line-height: 2.625em; | |
598 | } |
|
598 | } | |
599 |
|
599 | |||
600 | .swal2-input { |
|
600 | .swal2-input { | |
601 | height: 2.625em; |
|
601 | height: 2.625em; | |
602 | padding: 0 0.75em; |
|
602 | padding: 0 0.75em; | |
603 | } |
|
603 | } | |
604 |
|
604 | |||
605 | .swal2-input[type=number] { |
|
605 | .swal2-input[type=number] { | |
606 | max-width: 10em; |
|
606 | max-width: 10em; | |
607 | } |
|
607 | } | |
608 |
|
608 | |||
609 | .swal2-file { |
|
609 | .swal2-file { | |
610 | background: inherit; |
|
610 | background: inherit; | |
611 | font-size: 1.125em; |
|
611 | font-size: 1.125em; | |
612 | } |
|
612 | } | |
613 |
|
613 | |||
614 | .swal2-textarea { |
|
614 | .swal2-textarea { | |
615 | height: 6.75em; |
|
615 | height: 6.75em; | |
616 | padding: 0.75em; |
|
616 | padding: 0.75em; | |
617 | } |
|
617 | } | |
618 |
|
618 | |||
619 | .swal2-select { |
|
619 | .swal2-select { | |
620 | min-width: 50%; |
|
620 | min-width: 50%; | |
621 | max-width: 100%; |
|
621 | max-width: 100%; | |
622 | padding: 0.375em 0.625em; |
|
622 | padding: 0.375em 0.625em; | |
623 | background: inherit; |
|
623 | background: inherit; | |
624 | color: inherit; |
|
624 | color: inherit; | |
625 | font-size: 1.125em; |
|
625 | font-size: 1.125em; | |
626 | } |
|
626 | } | |
627 |
|
627 | |||
628 | .swal2-radio, |
|
628 | .swal2-radio, | |
629 | .swal2-checkbox { |
|
629 | .swal2-checkbox { | |
630 | align-items: center; |
|
630 | align-items: center; | |
631 | justify-content: center; |
|
631 | justify-content: center; | |
632 | background: #fff; |
|
632 | background: #fff; | |
633 | color: inherit; |
|
633 | color: inherit; | |
634 | } |
|
634 | } | |
635 |
|
635 | |||
636 | .swal2-radio label, |
|
636 | .swal2-radio label, | |
637 | .swal2-checkbox label { |
|
637 | .swal2-checkbox label { | |
638 | margin: 0 0.6em; |
|
638 | margin: 0 0.6em; | |
639 | font-size: 1.125em; |
|
639 | font-size: 1.125em; | |
640 | } |
|
640 | } | |
641 |
|
641 | |||
642 | .swal2-radio input, |
|
642 | .swal2-radio input, | |
643 | .swal2-checkbox input { |
|
643 | .swal2-checkbox input { | |
644 | margin: 0 0.4em; |
|
644 | margin: 0 0.4em; | |
645 | } |
|
645 | } | |
646 |
|
646 | |||
647 | .swal2-validation-message { |
|
647 | .swal2-validation-message { | |
648 | display: none; |
|
648 | display: none; | |
649 | align-items: center; |
|
649 | align-items: center; | |
650 | justify-content: center; |
|
650 | justify-content: center; | |
651 | padding: 0.625em; |
|
651 | padding: 0.625em; | |
652 | overflow: hidden; |
|
652 | overflow: hidden; | |
653 | background: #f0f0f0; |
|
653 | background: #f0f0f0; | |
654 | color: #666666; |
|
654 | color: #666666; | |
655 | font-size: 1em; |
|
655 | font-size: 1em; | |
656 | font-weight: 300; |
|
656 | font-weight: 300; | |
657 | } |
|
657 | } | |
658 |
|
658 | |||
659 | .swal2-validation-message::before { |
|
659 | .swal2-validation-message::before { | |
660 | content: "!"; |
|
660 | content: "!"; | |
661 | display: inline-block; |
|
661 | display: inline-block; | |
662 | width: 1.5em; |
|
662 | width: 1.5em; | |
663 | min-width: 1.5em; |
|
663 | min-width: 1.5em; | |
664 | height: 1.5em; |
|
664 | height: 1.5em; | |
665 | margin: 0 0.625em; |
|
665 | margin: 0 0.625em; | |
666 | border-radius: 50%; |
|
666 | border-radius: 50%; | |
667 | background-color: #f27474; |
|
667 | background-color: #f27474; | |
668 | color: #fff; |
|
668 | color: #fff; | |
669 | font-weight: 600; |
|
669 | font-weight: 600; | |
670 | line-height: 1.5em; |
|
670 | line-height: 1.5em; | |
671 | text-align: center; |
|
671 | text-align: center; | |
672 | } |
|
672 | } | |
673 |
|
673 | |||
674 | .swal2-icon { |
|
674 | .swal2-icon { | |
675 | position: relative; |
|
675 | position: relative; | |
676 | box-sizing: content-box; |
|
676 | box-sizing: content-box; | |
677 | justify-content: center; |
|
677 | justify-content: center; | |
678 | width: 5em; |
|
678 | width: 5em; | |
679 | height: 5em; |
|
679 | height: 5em; | |
680 | margin: 1.25em auto 1.875em; |
|
680 | margin: 1.25em auto 1.875em; | |
681 | border: 0.25em solid transparent; |
|
681 | border: 0.25em solid transparent; | |
682 | border-radius: 50%; |
|
682 | border-radius: 50%; | |
683 | font-family: inherit; |
|
683 | font-family: inherit; | |
684 | line-height: 5em; |
|
684 | line-height: 5em; | |
685 | cursor: default; |
|
685 | cursor: default; | |
686 | -webkit-user-select: none; |
|
686 | -webkit-user-select: none; | |
687 | -moz-user-select: none; |
|
687 | -moz-user-select: none; | |
688 | -ms-user-select: none; |
|
688 | -ms-user-select: none; | |
689 | user-select: none; |
|
689 | user-select: none; | |
690 | } |
|
690 | } | |
691 |
|
691 | |||
692 | .swal2-icon .swal2-icon-content { |
|
692 | .swal2-icon .swal2-icon-content { | |
693 | display: flex; |
|
693 | display: flex; | |
694 | align-items: center; |
|
694 | align-items: center; | |
695 | font-size: 3.75em; |
|
695 | font-size: 3.75em; | |
696 | } |
|
696 | } | |
697 |
|
697 | |||
698 | .swal2-icon.swal2-error { |
|
698 | .swal2-icon.swal2-error { | |
699 | border-color: @alert2; |
|
699 | border-color: @alert2; | |
700 | color: @alert2; |
|
700 | color: @alert2; | |
701 | } |
|
701 | } | |
702 |
|
702 | |||
703 | .swal2-icon.swal2-error .swal2-x-mark { |
|
703 | .swal2-icon.swal2-error .swal2-x-mark { | |
704 | position: relative; |
|
704 | position: relative; | |
705 | flex-grow: 1; |
|
705 | flex-grow: 1; | |
706 | } |
|
706 | } | |
707 |
|
707 | |||
708 | .swal2-icon.swal2-error [class^=swal2-x-mark-line] { |
|
708 | .swal2-icon.swal2-error [class^=swal2-x-mark-line] { | |
709 | display: block; |
|
709 | display: block; | |
710 | position: absolute; |
|
710 | position: absolute; | |
711 | top: 2.3125em; |
|
711 | top: 2.3125em; | |
712 | width: 2.9375em; |
|
712 | width: 2.9375em; | |
713 | height: 0.3125em; |
|
713 | height: 0.3125em; | |
714 | border-radius: 0.125em; |
|
714 | border-radius: 0.125em; | |
715 | background-color: @alert2; |
|
715 | background-color: @alert2; | |
716 | } |
|
716 | } | |
717 |
|
717 | |||
718 | .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] { |
|
718 | .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] { | |
719 | left: 1.0625em; |
|
719 | left: 1.0625em; | |
720 | transform: rotate(45deg); |
|
720 | transform: rotate(45deg); | |
721 | } |
|
721 | } | |
722 |
|
722 | |||
723 | .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] { |
|
723 | .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] { | |
724 | right: 1em; |
|
724 | right: 1em; | |
725 | transform: rotate(-45deg); |
|
725 | transform: rotate(-45deg); | |
726 | } |
|
726 | } | |
727 |
|
727 | |||
728 | .swal2-icon.swal2-error.swal2-icon-show { |
|
728 | .swal2-icon.swal2-error.swal2-icon-show { | |
729 | //-webkit-animation: swal2-animate-error-icon 0.5s; |
|
729 | //-webkit-animation: swal2-animate-error-icon 0.5s; | |
730 | // animation: swal2-animate-error-icon 0.5s; |
|
730 | // animation: swal2-animate-error-icon 0.5s; | |
731 | } |
|
731 | } | |
732 |
|
732 | |||
733 | .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark { |
|
733 | .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark { | |
734 | //-webkit-animation: swal2-animate-error-x-mark 0.5s; |
|
734 | //-webkit-animation: swal2-animate-error-x-mark 0.5s; | |
735 | // animation: swal2-animate-error-x-mark 0.5s; |
|
735 | // animation: swal2-animate-error-x-mark 0.5s; | |
736 | } |
|
736 | } | |
737 |
|
737 | |||
738 | .swal2-icon.swal2-warning { |
|
738 | .swal2-icon.swal2-warning { | |
739 | border-color: @alert3; |
|
739 | border-color: @alert3; | |
740 | color: @alert3; |
|
740 | color: @alert3; | |
741 | } |
|
741 | } | |
742 |
|
742 | |||
743 | .swal2-icon.swal2-info { |
|
743 | .swal2-icon.swal2-info { | |
744 | border-color: #9de0f6; |
|
744 | border-color: #9de0f6; | |
745 | color: #3fc3ee; |
|
745 | color: #3fc3ee; | |
746 | } |
|
746 | } | |
747 |
|
747 | |||
748 | .swal2-icon.swal2-question { |
|
748 | .swal2-icon.swal2-question { | |
749 | border-color: #c9dae1; |
|
749 | border-color: #c9dae1; | |
750 | color: #87adbd; |
|
750 | color: #87adbd; | |
751 | } |
|
751 | } | |
752 |
|
752 | |||
753 | .swal2-icon.swal2-success { |
|
753 | .swal2-icon.swal2-success { | |
754 | border-color: @alert1; |
|
754 | border-color: @alert1; | |
755 | color: @alert1; |
|
755 | color: @alert1; | |
756 | } |
|
756 | } | |
757 |
|
757 | |||
758 | .swal2-icon.swal2-success [class^=swal2-success-circular-line] { |
|
758 | .swal2-icon.swal2-success [class^=swal2-success-circular-line] { | |
759 | position: absolute; |
|
759 | position: absolute; | |
760 | width: 3.75em; |
|
760 | width: 3.75em; | |
761 | height: 7.5em; |
|
761 | height: 7.5em; | |
762 | transform: rotate(45deg); |
|
762 | transform: rotate(45deg); | |
763 | border-radius: 50%; |
|
763 | border-radius: 50%; | |
764 | } |
|
764 | } | |
765 |
|
765 | |||
766 | .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] { |
|
766 | .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] { | |
767 | top: -0.4375em; |
|
767 | top: -0.4375em; | |
768 | left: -2.0635em; |
|
768 | left: -2.0635em; | |
769 | transform: rotate(-45deg); |
|
769 | transform: rotate(-45deg); | |
770 | transform-origin: 3.75em 3.75em; |
|
770 | transform-origin: 3.75em 3.75em; | |
771 | border-radius: 7.5em 0 0 7.5em; |
|
771 | border-radius: 7.5em 0 0 7.5em; | |
772 | } |
|
772 | } | |
773 |
|
773 | |||
774 | .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] { |
|
774 | .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] { | |
775 | top: -0.6875em; |
|
775 | top: -0.6875em; | |
776 | left: 1.875em; |
|
776 | left: 1.875em; | |
777 | transform: rotate(-45deg); |
|
777 | transform: rotate(-45deg); | |
778 | transform-origin: 0 3.75em; |
|
778 | transform-origin: 0 3.75em; | |
779 | border-radius: 0 7.5em 7.5em 0; |
|
779 | border-radius: 0 7.5em 7.5em 0; | |
780 | } |
|
780 | } | |
781 |
|
781 | |||
782 | .swal2-icon.swal2-success .swal2-success-ring { |
|
782 | .swal2-icon.swal2-success .swal2-success-ring { | |
783 | position: absolute; |
|
783 | position: absolute; | |
784 | z-index: 2; |
|
784 | z-index: 2; | |
785 | top: -0.25em; |
|
785 | top: -0.25em; | |
786 | left: -0.25em; |
|
786 | left: -0.25em; | |
787 | box-sizing: content-box; |
|
787 | box-sizing: content-box; | |
788 | width: 100%; |
|
788 | width: 100%; | |
789 | height: 100%; |
|
789 | height: 100%; | |
790 | border: 0.25em solid rgba(165, 220, 134, 0.3); |
|
790 | border: 0.25em solid rgba(165, 220, 134, 0.3); | |
791 | border-radius: 50%; |
|
791 | border-radius: 50%; | |
792 | } |
|
792 | } | |
793 |
|
793 | |||
794 | .swal2-icon.swal2-success .swal2-success-fix { |
|
794 | .swal2-icon.swal2-success .swal2-success-fix { | |
795 | position: absolute; |
|
795 | position: absolute; | |
796 | z-index: 1; |
|
796 | z-index: 1; | |
797 | top: 0.5em; |
|
797 | top: 0.5em; | |
798 | left: 1.625em; |
|
798 | left: 1.625em; | |
799 | width: 0.4375em; |
|
799 | width: 0.4375em; | |
800 | height: 5.625em; |
|
800 | height: 5.625em; | |
801 | transform: rotate(-45deg); |
|
801 | transform: rotate(-45deg); | |
802 | } |
|
802 | } | |
803 |
|
803 | |||
804 | .swal2-icon.swal2-success [class^=swal2-success-line] { |
|
804 | .swal2-icon.swal2-success [class^=swal2-success-line] { | |
805 | display: block; |
|
805 | display: block; | |
806 | position: absolute; |
|
806 | position: absolute; | |
807 | z-index: 2; |
|
807 | z-index: 2; | |
808 | height: 0.3125em; |
|
808 | height: 0.3125em; | |
809 | border-radius: 0.125em; |
|
809 | border-radius: 0.125em; | |
810 | background-color: @alert1; |
|
810 | background-color: @alert1; | |
811 | } |
|
811 | } | |
812 |
|
812 | |||
813 | .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] { |
|
813 | .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] { | |
814 | top: 2.875em; |
|
814 | top: 2.875em; | |
815 | left: 0.8125em; |
|
815 | left: 0.8125em; | |
816 | width: 1.5625em; |
|
816 | width: 1.5625em; | |
817 | transform: rotate(45deg); |
|
817 | transform: rotate(45deg); | |
818 | } |
|
818 | } | |
819 |
|
819 | |||
820 | .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] { |
|
820 | .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] { | |
821 | top: 2.375em; |
|
821 | top: 2.375em; | |
822 | right: 0.5em; |
|
822 | right: 0.5em; | |
823 | width: 2.9375em; |
|
823 | width: 2.9375em; | |
824 | transform: rotate(-45deg); |
|
824 | transform: rotate(-45deg); | |
825 | } |
|
825 | } | |
826 |
|
826 | |||
827 | .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip { |
|
827 | .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip { | |
828 | -webkit-animation: swal2-animate-success-line-tip 0.75s; |
|
828 | -webkit-animation: swal2-animate-success-line-tip 0.75s; | |
829 | animation: swal2-animate-success-line-tip 0.75s; |
|
829 | animation: swal2-animate-success-line-tip 0.75s; | |
830 | } |
|
830 | } | |
831 |
|
831 | |||
832 | .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long { |
|
832 | .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long { | |
833 | -webkit-animation: swal2-animate-success-line-long 0.75s; |
|
833 | -webkit-animation: swal2-animate-success-line-long 0.75s; | |
834 | animation: swal2-animate-success-line-long 0.75s; |
|
834 | animation: swal2-animate-success-line-long 0.75s; | |
835 | } |
|
835 | } | |
836 |
|
836 | |||
837 | .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right { |
|
837 | .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right { | |
838 | -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in; |
|
838 | -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in; | |
839 | animation: swal2-rotate-success-circular-line 4.25s ease-in; |
|
839 | animation: swal2-rotate-success-circular-line 4.25s ease-in; | |
840 | } |
|
840 | } | |
841 |
|
841 | |||
842 | .swal2-progress-steps { |
|
842 | .swal2-progress-steps { | |
843 | align-items: center; |
|
843 | align-items: center; | |
844 | margin: 0 0 1.25em; |
|
844 | margin: 0 0 1.25em; | |
845 | padding: 0; |
|
845 | padding: 0; | |
846 | background: inherit; |
|
846 | background: inherit; | |
847 | font-weight: 600; |
|
847 | font-weight: 600; | |
848 | } |
|
848 | } | |
849 |
|
849 | |||
850 | .swal2-progress-steps li { |
|
850 | .swal2-progress-steps li { | |
851 | display: inline-block; |
|
851 | display: inline-block; | |
852 | position: relative; |
|
852 | position: relative; | |
853 | } |
|
853 | } | |
854 |
|
854 | |||
855 | .swal2-progress-steps .swal2-progress-step { |
|
855 | .swal2-progress-steps .swal2-progress-step { | |
856 | z-index: 20; |
|
856 | z-index: 20; | |
857 | width: 2em; |
|
857 | width: 2em; | |
858 | height: 2em; |
|
858 | height: 2em; | |
859 | border-radius: 2em; |
|
859 | border-radius: 2em; | |
860 | background: #3085d6; |
|
860 | background: #3085d6; | |
861 | color: #fff; |
|
861 | color: #fff; | |
862 | line-height: 2em; |
|
862 | line-height: 2em; | |
863 | text-align: center; |
|
863 | text-align: center; | |
864 | } |
|
864 | } | |
865 |
|
865 | |||
866 | .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step { |
|
866 | .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step { | |
867 | background: #3085d6; |
|
867 | background: #3085d6; | |
868 | } |
|
868 | } | |
869 |
|
869 | |||
870 | .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step { |
|
870 | .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step { | |
871 | background: #add8e6; |
|
871 | background: #add8e6; | |
872 | color: #fff; |
|
872 | color: #fff; | |
873 | } |
|
873 | } | |
874 |
|
874 | |||
875 | .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line { |
|
875 | .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line { | |
876 | background: #add8e6; |
|
876 | background: #add8e6; | |
877 | } |
|
877 | } | |
878 |
|
878 | |||
879 | .swal2-progress-steps .swal2-progress-step-line { |
|
879 | .swal2-progress-steps .swal2-progress-step-line { | |
880 | z-index: 10; |
|
880 | z-index: 10; | |
881 | width: 2.5em; |
|
881 | width: 2.5em; | |
882 | height: 0.4em; |
|
882 | height: 0.4em; | |
883 | margin: 0 -1px; |
|
883 | margin: 0 -1px; | |
884 | background: #3085d6; |
|
884 | background: #3085d6; | |
885 | } |
|
885 | } | |
886 |
|
886 | |||
887 | [class^=swal2] { |
|
887 | [class^=swal2] { | |
888 | -webkit-tap-highlight-color: transparent; |
|
888 | -webkit-tap-highlight-color: transparent; | |
889 | } |
|
889 | } | |
890 |
|
890 | |||
891 | .swal2-show { |
|
891 | .swal2-show { | |
892 | -webkit-animation: swal2-show 0.3s; |
|
892 | -webkit-animation: swal2-show 0.3s; | |
893 | animation: swal2-show 0.3s; |
|
893 | animation: swal2-show 0.3s; | |
894 | } |
|
894 | } | |
895 |
|
895 | |||
896 | .swal2-hide { |
|
896 | .swal2-hide { | |
897 | -webkit-animation: swal2-hide 0.15s forwards; |
|
897 | -webkit-animation: swal2-hide 0.15s forwards; | |
898 | animation: swal2-hide 0.15s forwards; |
|
898 | animation: swal2-hide 0.15s forwards; | |
899 | } |
|
899 | } | |
900 |
|
900 | |||
901 | .swal2-noanimation { |
|
901 | .swal2-noanimation { | |
902 | transition: none; |
|
902 | transition: none; | |
903 | } |
|
903 | } | |
904 |
|
904 | |||
905 | .swal2-scrollbar-measure { |
|
905 | .swal2-scrollbar-measure { | |
906 | position: absolute; |
|
906 | position: absolute; | |
907 | top: -9999px; |
|
907 | top: -9999px; | |
908 | width: 50px; |
|
908 | width: 50px; | |
909 | height: 50px; |
|
909 | height: 50px; | |
910 | overflow: scroll; |
|
910 | overflow: scroll; | |
911 | } |
|
911 | } | |
912 |
|
912 | |||
913 | .swal2-rtl .swal2-close { |
|
913 | .swal2-rtl .swal2-close { | |
914 | right: auto; |
|
914 | right: auto; | |
915 | left: 0; |
|
915 | left: 0; | |
916 | } |
|
916 | } | |
917 |
|
917 | |||
918 | .swal2-rtl .swal2-timer-progress-bar { |
|
918 | .swal2-rtl .swal2-timer-progress-bar { | |
919 | right: 0; |
|
919 | right: 0; | |
920 | left: auto; |
|
920 | left: auto; | |
921 | } |
|
921 | } | |
922 |
|
922 | |||
923 | @supports (-ms-accelerator: true) { |
|
923 | @supports (-ms-accelerator: true) { | |
924 | .swal2-range input { |
|
924 | .swal2-range input { | |
925 | width: 100% !important; |
|
925 | width: 100% !important; | |
926 | } |
|
926 | } | |
927 |
|
927 | |||
928 | .swal2-range output { |
|
928 | .swal2-range output { | |
929 | display: none; |
|
929 | display: none; | |
930 | } |
|
930 | } | |
931 | } |
|
931 | } | |
932 |
|
932 | |||
933 | @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { |
|
933 | @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { | |
934 | .swal2-range input { |
|
934 | .swal2-range input { | |
935 | width: 100% !important; |
|
935 | width: 100% !important; | |
936 | } |
|
936 | } | |
937 |
|
937 | |||
938 | .swal2-range output { |
|
938 | .swal2-range output { | |
939 | display: none; |
|
939 | display: none; | |
940 | } |
|
940 | } | |
941 | } |
|
941 | } | |
942 |
|
942 | |||
943 | @-moz-document url-prefix() { |
|
943 | @-moz-document url-prefix() { | |
944 | .swal2-close:focus { |
|
944 | .swal2-close:focus { | |
945 | outline: 2px solid rgba(50, 100, 150, 0.4); |
|
945 | outline: 2px solid rgba(50, 100, 150, 0.4); | |
946 | } |
|
946 | } | |
947 | } |
|
947 | } | |
948 |
|
948 | |||
949 | @-webkit-keyframes swal2-toast-show { |
|
949 | @-webkit-keyframes swal2-toast-show { | |
950 | 0% { |
|
950 | 0% { | |
951 | transform: translateY(-0.625em) rotateZ(2deg); |
|
951 | transform: translateY(-0.625em) rotateZ(2deg); | |
952 | } |
|
952 | } | |
953 | 33% { |
|
953 | 33% { | |
954 | transform: translateY(0) rotateZ(-2deg); |
|
954 | transform: translateY(0) rotateZ(-2deg); | |
955 | } |
|
955 | } | |
956 | 66% { |
|
956 | 66% { | |
957 | transform: translateY(0.3125em) rotateZ(2deg); |
|
957 | transform: translateY(0.3125em) rotateZ(2deg); | |
958 | } |
|
958 | } | |
959 | 100% { |
|
959 | 100% { | |
960 | transform: translateY(0) rotateZ(0deg); |
|
960 | transform: translateY(0) rotateZ(0deg); | |
961 | } |
|
961 | } | |
962 | } |
|
962 | } | |
963 |
|
963 | |||
964 | @keyframes swal2-toast-show { |
|
964 | @keyframes swal2-toast-show { | |
965 | 0% { |
|
965 | 0% { | |
966 | transform: translateY(-0.625em) rotateZ(2deg); |
|
966 | transform: translateY(-0.625em) rotateZ(2deg); | |
967 | } |
|
967 | } | |
968 | 33% { |
|
968 | 33% { | |
969 | transform: translateY(0) rotateZ(-2deg); |
|
969 | transform: translateY(0) rotateZ(-2deg); | |
970 | } |
|
970 | } | |
971 | 66% { |
|
971 | 66% { | |
972 | transform: translateY(0.3125em) rotateZ(2deg); |
|
972 | transform: translateY(0.3125em) rotateZ(2deg); | |
973 | } |
|
973 | } | |
974 | 100% { |
|
974 | 100% { | |
975 | transform: translateY(0) rotateZ(0deg); |
|
975 | transform: translateY(0) rotateZ(0deg); | |
976 | } |
|
976 | } | |
977 | } |
|
977 | } | |
978 |
|
978 | |||
979 | @-webkit-keyframes swal2-toast-hide { |
|
979 | @-webkit-keyframes swal2-toast-hide { | |
980 | 100% { |
|
980 | 100% { | |
981 | transform: rotateZ(1deg); |
|
981 | transform: rotateZ(1deg); | |
982 | opacity: 0; |
|
982 | opacity: 0; | |
983 | } |
|
983 | } | |
984 | } |
|
984 | } | |
985 |
|
985 | |||
986 | @keyframes swal2-toast-hide { |
|
986 | @keyframes swal2-toast-hide { | |
987 | 100% { |
|
987 | 100% { | |
988 | transform: rotateZ(1deg); |
|
988 | transform: rotateZ(1deg); | |
989 | opacity: 0; |
|
989 | opacity: 0; | |
990 | } |
|
990 | } | |
991 | } |
|
991 | } | |
992 |
|
992 | |||
993 | @-webkit-keyframes swal2-toast-animate-success-line-tip { |
|
993 | @-webkit-keyframes swal2-toast-animate-success-line-tip { | |
994 | 0% { |
|
994 | 0% { | |
995 | top: 0.5625em; |
|
995 | top: 0.5625em; | |
996 | left: 0.0625em; |
|
996 | left: 0.0625em; | |
997 | width: 0; |
|
997 | width: 0; | |
998 | } |
|
998 | } | |
999 | 54% { |
|
999 | 54% { | |
1000 | top: 0.125em; |
|
1000 | top: 0.125em; | |
1001 | left: 0.125em; |
|
1001 | left: 0.125em; | |
1002 | width: 0; |
|
1002 | width: 0; | |
1003 | } |
|
1003 | } | |
1004 | 70% { |
|
1004 | 70% { | |
1005 | top: 0.625em; |
|
1005 | top: 0.625em; | |
1006 | left: -0.25em; |
|
1006 | left: -0.25em; | |
1007 | width: 1.625em; |
|
1007 | width: 1.625em; | |
1008 | } |
|
1008 | } | |
1009 | 84% { |
|
1009 | 84% { | |
1010 | top: 1.0625em; |
|
1010 | top: 1.0625em; | |
1011 | left: 0.75em; |
|
1011 | left: 0.75em; | |
1012 | width: 0.5em; |
|
1012 | width: 0.5em; | |
1013 | } |
|
1013 | } | |
1014 | 100% { |
|
1014 | 100% { | |
1015 | top: 1.125em; |
|
1015 | top: 1.125em; | |
1016 | left: 0.1875em; |
|
1016 | left: 0.1875em; | |
1017 | width: 0.75em; |
|
1017 | width: 0.75em; | |
1018 | } |
|
1018 | } | |
1019 | } |
|
1019 | } | |
1020 |
|
1020 | |||
1021 | @keyframes swal2-toast-animate-success-line-tip { |
|
1021 | @keyframes swal2-toast-animate-success-line-tip { | |
1022 | 0% { |
|
1022 | 0% { | |
1023 | top: 0.5625em; |
|
1023 | top: 0.5625em; | |
1024 | left: 0.0625em; |
|
1024 | left: 0.0625em; | |
1025 | width: 0; |
|
1025 | width: 0; | |
1026 | } |
|
1026 | } | |
1027 | 54% { |
|
1027 | 54% { | |
1028 | top: 0.125em; |
|
1028 | top: 0.125em; | |
1029 | left: 0.125em; |
|
1029 | left: 0.125em; | |
1030 | width: 0; |
|
1030 | width: 0; | |
1031 | } |
|
1031 | } | |
1032 | 70% { |
|
1032 | 70% { | |
1033 | top: 0.625em; |
|
1033 | top: 0.625em; | |
1034 | left: -0.25em; |
|
1034 | left: -0.25em; | |
1035 | width: 1.625em; |
|
1035 | width: 1.625em; | |
1036 | } |
|
1036 | } | |
1037 | 84% { |
|
1037 | 84% { | |
1038 | top: 1.0625em; |
|
1038 | top: 1.0625em; | |
1039 | left: 0.75em; |
|
1039 | left: 0.75em; | |
1040 | width: 0.5em; |
|
1040 | width: 0.5em; | |
1041 | } |
|
1041 | } | |
1042 | 100% { |
|
1042 | 100% { | |
1043 | top: 1.125em; |
|
1043 | top: 1.125em; | |
1044 | left: 0.1875em; |
|
1044 | left: 0.1875em; | |
1045 | width: 0.75em; |
|
1045 | width: 0.75em; | |
1046 | } |
|
1046 | } | |
1047 | } |
|
1047 | } | |
1048 |
|
1048 | |||
1049 | @-webkit-keyframes swal2-toast-animate-success-line-long { |
|
1049 | @-webkit-keyframes swal2-toast-animate-success-line-long { | |
1050 | 0% { |
|
1050 | 0% { | |
1051 | top: 1.625em; |
|
1051 | top: 1.625em; | |
1052 | right: 1.375em; |
|
1052 | right: 1.375em; | |
1053 | width: 0; |
|
1053 | width: 0; | |
1054 | } |
|
1054 | } | |
1055 | 65% { |
|
1055 | 65% { | |
1056 | top: 1.25em; |
|
1056 | top: 1.25em; | |
1057 | right: 0.9375em; |
|
1057 | right: 0.9375em; | |
1058 | width: 0; |
|
1058 | width: 0; | |
1059 | } |
|
1059 | } | |
1060 | 84% { |
|
1060 | 84% { | |
1061 | top: 0.9375em; |
|
1061 | top: 0.9375em; | |
1062 | right: 0; |
|
1062 | right: 0; | |
1063 | width: 1.125em; |
|
1063 | width: 1.125em; | |
1064 | } |
|
1064 | } | |
1065 | 100% { |
|
1065 | 100% { | |
1066 | top: 0.9375em; |
|
1066 | top: 0.9375em; | |
1067 | right: 0.1875em; |
|
1067 | right: 0.1875em; | |
1068 | width: 1.375em; |
|
1068 | width: 1.375em; | |
1069 | } |
|
1069 | } | |
1070 | } |
|
1070 | } | |
1071 |
|
1071 | |||
1072 | @keyframes swal2-toast-animate-success-line-long { |
|
1072 | @keyframes swal2-toast-animate-success-line-long { | |
1073 | 0% { |
|
1073 | 0% { | |
1074 | top: 1.625em; |
|
1074 | top: 1.625em; | |
1075 | right: 1.375em; |
|
1075 | right: 1.375em; | |
1076 | width: 0; |
|
1076 | width: 0; | |
1077 | } |
|
1077 | } | |
1078 | 65% { |
|
1078 | 65% { | |
1079 | top: 1.25em; |
|
1079 | top: 1.25em; | |
1080 | right: 0.9375em; |
|
1080 | right: 0.9375em; | |
1081 | width: 0; |
|
1081 | width: 0; | |
1082 | } |
|
1082 | } | |
1083 | 84% { |
|
1083 | 84% { | |
1084 | top: 0.9375em; |
|
1084 | top: 0.9375em; | |
1085 | right: 0; |
|
1085 | right: 0; | |
1086 | width: 1.125em; |
|
1086 | width: 1.125em; | |
1087 | } |
|
1087 | } | |
1088 | 100% { |
|
1088 | 100% { | |
1089 | top: 0.9375em; |
|
1089 | top: 0.9375em; | |
1090 | right: 0.1875em; |
|
1090 | right: 0.1875em; | |
1091 | width: 1.375em; |
|
1091 | width: 1.375em; | |
1092 | } |
|
1092 | } | |
1093 | } |
|
1093 | } | |
1094 |
|
1094 | |||
1095 | @-webkit-keyframes swal2-show { |
|
1095 | @-webkit-keyframes swal2-show { | |
1096 | 0% { |
|
1096 | 0% { | |
1097 | transform: scale(0.7); |
|
1097 | transform: scale(0.7); | |
1098 | } |
|
1098 | } | |
1099 | 45% { |
|
1099 | 45% { | |
1100 | transform: scale(1.05); |
|
1100 | transform: scale(1.05); | |
1101 | } |
|
1101 | } | |
1102 | 80% { |
|
1102 | 80% { | |
1103 | transform: scale(0.95); |
|
1103 | transform: scale(0.95); | |
1104 | } |
|
1104 | } | |
1105 | 100% { |
|
1105 | 100% { | |
1106 | transform: scale(1); |
|
1106 | transform: scale(1); | |
1107 | } |
|
1107 | } | |
1108 | } |
|
1108 | } | |
1109 |
|
1109 | |||
1110 | @keyframes swal2-show { |
|
1110 | @keyframes swal2-show { | |
1111 | 0% { |
|
1111 | 0% { | |
1112 | transform: scale(0.7); |
|
1112 | transform: scale(0.7); | |
1113 | } |
|
1113 | } | |
1114 | 45% { |
|
1114 | 45% { | |
1115 | transform: scale(1.05); |
|
1115 | transform: scale(1.05); | |
1116 | } |
|
1116 | } | |
1117 | 80% { |
|
1117 | 80% { | |
1118 | transform: scale(0.95); |
|
1118 | transform: scale(0.95); | |
1119 | } |
|
1119 | } | |
1120 | 100% { |
|
1120 | 100% { | |
1121 | transform: scale(1); |
|
1121 | transform: scale(1); | |
1122 | } |
|
1122 | } | |
1123 | } |
|
1123 | } | |
1124 |
|
1124 | |||
1125 | @-webkit-keyframes swal2-hide { |
|
1125 | @-webkit-keyframes swal2-hide { | |
1126 | 0% { |
|
1126 | 0% { | |
1127 | transform: scale(1); |
|
1127 | transform: scale(1); | |
1128 | opacity: 1; |
|
1128 | opacity: 1; | |
1129 | } |
|
1129 | } | |
1130 | 100% { |
|
1130 | 100% { | |
1131 | transform: scale(0.5); |
|
1131 | transform: scale(0.5); | |
1132 | opacity: 0; |
|
1132 | opacity: 0; | |
1133 | } |
|
1133 | } | |
1134 | } |
|
1134 | } | |
1135 |
|
1135 | |||
1136 | @keyframes swal2-hide { |
|
1136 | @keyframes swal2-hide { | |
1137 | 0% { |
|
1137 | 0% { | |
1138 | transform: scale(1); |
|
1138 | transform: scale(1); | |
1139 | opacity: 1; |
|
1139 | opacity: 1; | |
1140 | } |
|
1140 | } | |
1141 | 100% { |
|
1141 | 100% { | |
1142 | transform: scale(0.5); |
|
1142 | transform: scale(0.5); | |
1143 | opacity: 0; |
|
1143 | opacity: 0; | |
1144 | } |
|
1144 | } | |
1145 | } |
|
1145 | } | |
1146 |
|
1146 | |||
1147 | @-webkit-keyframes swal2-animate-success-line-tip { |
|
1147 | @-webkit-keyframes swal2-animate-success-line-tip { | |
1148 | 0% { |
|
1148 | 0% { | |
1149 | top: 1.1875em; |
|
1149 | top: 1.1875em; | |
1150 | left: 0.0625em; |
|
1150 | left: 0.0625em; | |
1151 | width: 0; |
|
1151 | width: 0; | |
1152 | } |
|
1152 | } | |
1153 | 54% { |
|
1153 | 54% { | |
1154 | top: 1.0625em; |
|
1154 | top: 1.0625em; | |
1155 | left: 0.125em; |
|
1155 | left: 0.125em; | |
1156 | width: 0; |
|
1156 | width: 0; | |
1157 | } |
|
1157 | } | |
1158 | 70% { |
|
1158 | 70% { | |
1159 | top: 2.1875em; |
|
1159 | top: 2.1875em; | |
1160 | left: -0.375em; |
|
1160 | left: -0.375em; | |
1161 | width: 3.125em; |
|
1161 | width: 3.125em; | |
1162 | } |
|
1162 | } | |
1163 | 84% { |
|
1163 | 84% { | |
1164 | top: 3em; |
|
1164 | top: 3em; | |
1165 | left: 1.3125em; |
|
1165 | left: 1.3125em; | |
1166 | width: 1.0625em; |
|
1166 | width: 1.0625em; | |
1167 | } |
|
1167 | } | |
1168 | 100% { |
|
1168 | 100% { | |
1169 | top: 2.8125em; |
|
1169 | top: 2.8125em; | |
1170 | left: 0.8125em; |
|
1170 | left: 0.8125em; | |
1171 | width: 1.5625em; |
|
1171 | width: 1.5625em; | |
1172 | } |
|
1172 | } | |
1173 | } |
|
1173 | } | |
1174 |
|
1174 | |||
1175 | @keyframes swal2-animate-success-line-tip { |
|
1175 | @keyframes swal2-animate-success-line-tip { | |
1176 | 0% { |
|
1176 | 0% { | |
1177 | top: 1.1875em; |
|
1177 | top: 1.1875em; | |
1178 | left: 0.0625em; |
|
1178 | left: 0.0625em; | |
1179 | width: 0; |
|
1179 | width: 0; | |
1180 | } |
|
1180 | } | |
1181 | 54% { |
|
1181 | 54% { | |
1182 | top: 1.0625em; |
|
1182 | top: 1.0625em; | |
1183 | left: 0.125em; |
|
1183 | left: 0.125em; | |
1184 | width: 0; |
|
1184 | width: 0; | |
1185 | } |
|
1185 | } | |
1186 | 70% { |
|
1186 | 70% { | |
1187 | top: 2.1875em; |
|
1187 | top: 2.1875em; | |
1188 | left: -0.375em; |
|
1188 | left: -0.375em; | |
1189 | width: 3.125em; |
|
1189 | width: 3.125em; | |
1190 | } |
|
1190 | } | |
1191 | 84% { |
|
1191 | 84% { | |
1192 | top: 3em; |
|
1192 | top: 3em; | |
1193 | left: 1.3125em; |
|
1193 | left: 1.3125em; | |
1194 | width: 1.0625em; |
|
1194 | width: 1.0625em; | |
1195 | } |
|
1195 | } | |
1196 | 100% { |
|
1196 | 100% { | |
1197 | top: 2.8125em; |
|
1197 | top: 2.8125em; | |
1198 | left: 0.8125em; |
|
1198 | left: 0.8125em; | |
1199 | width: 1.5625em; |
|
1199 | width: 1.5625em; | |
1200 | } |
|
1200 | } | |
1201 | } |
|
1201 | } | |
1202 |
|
1202 | |||
1203 | @-webkit-keyframes swal2-animate-success-line-long { |
|
1203 | @-webkit-keyframes swal2-animate-success-line-long { | |
1204 | 0% { |
|
1204 | 0% { | |
1205 | top: 3.375em; |
|
1205 | top: 3.375em; | |
1206 | right: 2.875em; |
|
1206 | right: 2.875em; | |
1207 | width: 0; |
|
1207 | width: 0; | |
1208 | } |
|
1208 | } | |
1209 | 65% { |
|
1209 | 65% { | |
1210 | top: 3.375em; |
|
1210 | top: 3.375em; | |
1211 | right: 2.875em; |
|
1211 | right: 2.875em; | |
1212 | width: 0; |
|
1212 | width: 0; | |
1213 | } |
|
1213 | } | |
1214 | 84% { |
|
1214 | 84% { | |
1215 | top: 2.1875em; |
|
1215 | top: 2.1875em; | |
1216 | right: 0; |
|
1216 | right: 0; | |
1217 | width: 3.4375em; |
|
1217 | width: 3.4375em; | |
1218 | } |
|
1218 | } | |
1219 | 100% { |
|
1219 | 100% { | |
1220 | top: 2.375em; |
|
1220 | top: 2.375em; | |
1221 | right: 0.5em; |
|
1221 | right: 0.5em; | |
1222 | width: 2.9375em; |
|
1222 | width: 2.9375em; | |
1223 | } |
|
1223 | } | |
1224 | } |
|
1224 | } | |
1225 |
|
1225 | |||
1226 | @keyframes swal2-animate-success-line-long { |
|
1226 | @keyframes swal2-animate-success-line-long { | |
1227 | 0% { |
|
1227 | 0% { | |
1228 | top: 3.375em; |
|
1228 | top: 3.375em; | |
1229 | right: 2.875em; |
|
1229 | right: 2.875em; | |
1230 | width: 0; |
|
1230 | width: 0; | |
1231 | } |
|
1231 | } | |
1232 | 65% { |
|
1232 | 65% { | |
1233 | top: 3.375em; |
|
1233 | top: 3.375em; | |
1234 | right: 2.875em; |
|
1234 | right: 2.875em; | |
1235 | width: 0; |
|
1235 | width: 0; | |
1236 | } |
|
1236 | } | |
1237 | 84% { |
|
1237 | 84% { | |
1238 | top: 2.1875em; |
|
1238 | top: 2.1875em; | |
1239 | right: 0; |
|
1239 | right: 0; | |
1240 | width: 3.4375em; |
|
1240 | width: 3.4375em; | |
1241 | } |
|
1241 | } | |
1242 | 100% { |
|
1242 | 100% { | |
1243 | top: 2.375em; |
|
1243 | top: 2.375em; | |
1244 | right: 0.5em; |
|
1244 | right: 0.5em; | |
1245 | width: 2.9375em; |
|
1245 | width: 2.9375em; | |
1246 | } |
|
1246 | } | |
1247 | } |
|
1247 | } | |
1248 |
|
1248 | |||
1249 | @-webkit-keyframes swal2-rotate-success-circular-line { |
|
1249 | @-webkit-keyframes swal2-rotate-success-circular-line { | |
1250 | 0% { |
|
1250 | 0% { | |
1251 | transform: rotate(-45deg); |
|
1251 | transform: rotate(-45deg); | |
1252 | } |
|
1252 | } | |
1253 | 5% { |
|
1253 | 5% { | |
1254 | transform: rotate(-45deg); |
|
1254 | transform: rotate(-45deg); | |
1255 | } |
|
1255 | } | |
1256 | 12% { |
|
1256 | 12% { | |
1257 | transform: rotate(-405deg); |
|
1257 | transform: rotate(-405deg); | |
1258 | } |
|
1258 | } | |
1259 | 100% { |
|
1259 | 100% { | |
1260 | transform: rotate(-405deg); |
|
1260 | transform: rotate(-405deg); | |
1261 | } |
|
1261 | } | |
1262 | } |
|
1262 | } | |
1263 |
|
1263 | |||
1264 | @keyframes swal2-rotate-success-circular-line { |
|
1264 | @keyframes swal2-rotate-success-circular-line { | |
1265 | 0% { |
|
1265 | 0% { | |
1266 | transform: rotate(-45deg); |
|
1266 | transform: rotate(-45deg); | |
1267 | } |
|
1267 | } | |
1268 | 5% { |
|
1268 | 5% { | |
1269 | transform: rotate(-45deg); |
|
1269 | transform: rotate(-45deg); | |
1270 | } |
|
1270 | } | |
1271 | 12% { |
|
1271 | 12% { | |
1272 | transform: rotate(-405deg); |
|
1272 | transform: rotate(-405deg); | |
1273 | } |
|
1273 | } | |
1274 | 100% { |
|
1274 | 100% { | |
1275 | transform: rotate(-405deg); |
|
1275 | transform: rotate(-405deg); | |
1276 | } |
|
1276 | } | |
1277 | } |
|
1277 | } | |
1278 |
|
1278 | |||
1279 | @-webkit-keyframes swal2-animate-error-x-mark { |
|
1279 | @-webkit-keyframes swal2-animate-error-x-mark { | |
1280 | 0% { |
|
1280 | 0% { | |
1281 | margin-top: 1.625em; |
|
1281 | margin-top: 1.625em; | |
1282 | transform: scale(0.4); |
|
1282 | transform: scale(0.4); | |
1283 | opacity: 0; |
|
1283 | opacity: 0; | |
1284 | } |
|
1284 | } | |
1285 | 50% { |
|
1285 | 50% { | |
1286 | margin-top: 1.625em; |
|
1286 | margin-top: 1.625em; | |
1287 | transform: scale(0.4); |
|
1287 | transform: scale(0.4); | |
1288 | opacity: 0; |
|
1288 | opacity: 0; | |
1289 | } |
|
1289 | } | |
1290 | 80% { |
|
1290 | 80% { | |
1291 | margin-top: -0.375em; |
|
1291 | margin-top: -0.375em; | |
1292 | transform: scale(1.15); |
|
1292 | transform: scale(1.15); | |
1293 | } |
|
1293 | } | |
1294 | 100% { |
|
1294 | 100% { | |
1295 | margin-top: 0; |
|
1295 | margin-top: 0; | |
1296 | transform: scale(1); |
|
1296 | transform: scale(1); | |
1297 | opacity: 1; |
|
1297 | opacity: 1; | |
1298 | } |
|
1298 | } | |
1299 | } |
|
1299 | } | |
1300 |
|
1300 | |||
1301 | @keyframes swal2-animate-error-x-mark { |
|
1301 | @keyframes swal2-animate-error-x-mark { | |
1302 | 0% { |
|
1302 | 0% { | |
1303 | margin-top: 1.625em; |
|
1303 | margin-top: 1.625em; | |
1304 | transform: scale(0.4); |
|
1304 | transform: scale(0.4); | |
1305 | opacity: 0; |
|
1305 | opacity: 0; | |
1306 | } |
|
1306 | } | |
1307 | 50% { |
|
1307 | 50% { | |
1308 | margin-top: 1.625em; |
|
1308 | margin-top: 1.625em; | |
1309 | transform: scale(0.4); |
|
1309 | transform: scale(0.4); | |
1310 | opacity: 0; |
|
1310 | opacity: 0; | |
1311 | } |
|
1311 | } | |
1312 | 80% { |
|
1312 | 80% { | |
1313 | margin-top: -0.375em; |
|
1313 | margin-top: -0.375em; | |
1314 | transform: scale(1.15); |
|
1314 | transform: scale(1.15); | |
1315 | } |
|
1315 | } | |
1316 | 100% { |
|
1316 | 100% { | |
1317 | margin-top: 0; |
|
1317 | margin-top: 0; | |
1318 | transform: scale(1); |
|
1318 | transform: scale(1); | |
1319 | opacity: 1; |
|
1319 | opacity: 1; | |
1320 | } |
|
1320 | } | |
1321 | } |
|
1321 | } | |
1322 |
|
1322 | |||
1323 | @-webkit-keyframes swal2-animate-error-icon { |
|
1323 | @-webkit-keyframes swal2-animate-error-icon { | |
1324 | 0% { |
|
1324 | 0% { | |
1325 | transform: rotateX(100deg); |
|
1325 | transform: rotateX(100deg); | |
1326 | opacity: 0; |
|
1326 | opacity: 0; | |
1327 | } |
|
1327 | } | |
1328 | 100% { |
|
1328 | 100% { | |
1329 | transform: rotateX(0deg); |
|
1329 | transform: rotateX(0deg); | |
1330 | opacity: 1; |
|
1330 | opacity: 1; | |
1331 | } |
|
1331 | } | |
1332 | } |
|
1332 | } | |
1333 |
|
1333 | |||
1334 | @keyframes swal2-animate-error-icon { |
|
1334 | @keyframes swal2-animate-error-icon { | |
1335 | 0% { |
|
1335 | 0% { | |
1336 | transform: rotateX(100deg); |
|
1336 | transform: rotateX(100deg); | |
1337 | opacity: 0; |
|
1337 | opacity: 0; | |
1338 | } |
|
1338 | } | |
1339 | 100% { |
|
1339 | 100% { | |
1340 | transform: rotateX(0deg); |
|
1340 | transform: rotateX(0deg); | |
1341 | opacity: 1; |
|
1341 | opacity: 1; | |
1342 | } |
|
1342 | } | |
1343 | } |
|
1343 | } | |
1344 |
|
1344 | |||
1345 | @-webkit-keyframes swal2-rotate-loading { |
|
1345 | @-webkit-keyframes swal2-rotate-loading { | |
1346 | 0% { |
|
1346 | 0% { | |
1347 | transform: rotate(0deg); |
|
1347 | transform: rotate(0deg); | |
1348 | } |
|
1348 | } | |
1349 | 100% { |
|
1349 | 100% { | |
1350 | transform: rotate(360deg); |
|
1350 | transform: rotate(360deg); | |
1351 | } |
|
1351 | } | |
1352 | } |
|
1352 | } | |
1353 |
|
1353 | |||
1354 | @keyframes swal2-rotate-loading { |
|
1354 | @keyframes swal2-rotate-loading { | |
1355 | 0% { |
|
1355 | 0% { | |
1356 | transform: rotate(0deg); |
|
1356 | transform: rotate(0deg); | |
1357 | } |
|
1357 | } | |
1358 | 100% { |
|
1358 | 100% { | |
1359 | transform: rotate(360deg); |
|
1359 | transform: rotate(360deg); | |
1360 | } |
|
1360 | } | |
1361 | } |
|
1361 | } | |
1362 |
|
1362 | |||
1363 | body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { |
|
1363 | body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { | |
1364 | overflow: hidden; |
|
1364 | overflow: hidden; | |
1365 | } |
|
1365 | } | |
1366 |
|
1366 | |||
1367 | body.swal2-height-auto { |
|
1367 | body.swal2-height-auto { | |
1368 | height: auto !important; |
|
1368 | height: auto !important; | |
1369 | } |
|
1369 | } | |
1370 |
|
1370 | |||
1371 | body.swal2-no-backdrop .swal2-container { |
|
1371 | body.swal2-no-backdrop .swal2-container { | |
1372 | top: auto; |
|
1372 | top: auto; | |
1373 | right: auto; |
|
1373 | right: auto; | |
1374 | bottom: auto; |
|
1374 | bottom: auto; | |
1375 | left: auto; |
|
1375 | left: auto; | |
1376 | max-width: calc(100% - 0.625em * 2); |
|
1376 | max-width: calc(100% - 0.625em * 2); | |
1377 | background-color: transparent !important; |
|
1377 | background-color: transparent !important; | |
1378 | } |
|
1378 | } | |
1379 |
|
1379 | |||
1380 | body.swal2-no-backdrop .swal2-container > .swal2-modal { |
|
1380 | body.swal2-no-backdrop .swal2-container > .swal2-modal { | |
1381 | box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); |
|
1381 | box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); | |
1382 | } |
|
1382 | } | |
1383 |
|
1383 | |||
1384 | body.swal2-no-backdrop .swal2-container.swal2-top { |
|
1384 | body.swal2-no-backdrop .swal2-container.swal2-top { | |
1385 | top: 0; |
|
1385 | top: 0; | |
1386 | left: 50%; |
|
1386 | left: 50%; | |
1387 | transform: translateX(-50%); |
|
1387 | transform: translateX(-50%); | |
1388 | } |
|
1388 | } | |
1389 |
|
1389 | |||
1390 | body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left { |
|
1390 | body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left { | |
1391 | top: 0; |
|
1391 | top: 0; | |
1392 | left: 0; |
|
1392 | left: 0; | |
1393 | } |
|
1393 | } | |
1394 |
|
1394 | |||
1395 | body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right { |
|
1395 | body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right { | |
1396 | top: 0; |
|
1396 | top: 0; | |
1397 | right: 0; |
|
1397 | right: 0; | |
1398 | } |
|
1398 | } | |
1399 |
|
1399 | |||
1400 | body.swal2-no-backdrop .swal2-container.swal2-center { |
|
1400 | body.swal2-no-backdrop .swal2-container.swal2-center { | |
1401 | top: 50%; |
|
1401 | top: 50%; | |
1402 | left: 50%; |
|
1402 | left: 50%; | |
1403 | transform: translate(-50%, -50%); |
|
1403 | transform: translate(-50%, -50%); | |
1404 | } |
|
1404 | } | |
1405 |
|
1405 | |||
1406 | body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left { |
|
1406 | body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left { | |
1407 | top: 50%; |
|
1407 | top: 50%; | |
1408 | left: 0; |
|
1408 | left: 0; | |
1409 | transform: translateY(-50%); |
|
1409 | transform: translateY(-50%); | |
1410 | } |
|
1410 | } | |
1411 |
|
1411 | |||
1412 | body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right { |
|
1412 | body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right { | |
1413 | top: 50%; |
|
1413 | top: 50%; | |
1414 | right: 0; |
|
1414 | right: 0; | |
1415 | transform: translateY(-50%); |
|
1415 | transform: translateY(-50%); | |
1416 | } |
|
1416 | } | |
1417 |
|
1417 | |||
1418 | body.swal2-no-backdrop .swal2-container.swal2-bottom { |
|
1418 | body.swal2-no-backdrop .swal2-container.swal2-bottom { | |
1419 | bottom: 0; |
|
1419 | bottom: 0; | |
1420 | left: 50%; |
|
1420 | left: 50%; | |
1421 | transform: translateX(-50%); |
|
1421 | transform: translateX(-50%); | |
1422 | } |
|
1422 | } | |
1423 |
|
1423 | |||
1424 | body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left { |
|
1424 | body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left { | |
1425 | bottom: 0; |
|
1425 | bottom: 0; | |
1426 | left: 0; |
|
1426 | left: 0; | |
1427 | } |
|
1427 | } | |
1428 |
|
1428 | |||
1429 | body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right { |
|
1429 | body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right { | |
1430 | right: 0; |
|
1430 | right: 0; | |
1431 | bottom: 0; |
|
1431 | bottom: 0; | |
1432 | } |
|
1432 | } | |
1433 |
|
1433 | |||
1434 | @media print { |
|
1434 | @media print { | |
1435 | body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { |
|
1435 | body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { | |
1436 | overflow-y: scroll !important; |
|
1436 | overflow-y: scroll !important; | |
1437 | } |
|
1437 | } | |
1438 |
|
1438 | |||
1439 | body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] { |
|
1439 | body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] { | |
1440 | display: none; |
|
1440 | display: none; | |
1441 | } |
|
1441 | } | |
1442 |
|
1442 | |||
1443 | body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container { |
|
1443 | body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container { | |
1444 | position: static !important; |
|
1444 | position: static !important; | |
1445 | } |
|
1445 | } | |
1446 | } |
|
1446 | } | |
1447 |
|
1447 | |||
1448 | body.swal2-toast-shown .swal2-container { |
|
1448 | body.swal2-toast-shown .swal2-container { | |
1449 | background-color: transparent; |
|
1449 | background-color: transparent; | |
1450 | } |
|
1450 | } | |
1451 |
|
1451 | |||
1452 | body.swal2-toast-shown .swal2-container.swal2-top { |
|
1452 | body.swal2-toast-shown .swal2-container.swal2-top { | |
1453 | top: 0; |
|
1453 | top: 0; | |
1454 | right: auto; |
|
1454 | right: auto; | |
1455 | bottom: auto; |
|
1455 | bottom: auto; | |
1456 | left: 50%; |
|
1456 | left: 50%; | |
1457 | transform: translateX(-50%); |
|
1457 | transform: translateX(-50%); | |
1458 | } |
|
1458 | } | |
1459 |
|
1459 | |||
1460 | body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right { |
|
1460 | body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right { | |
1461 | top: 0; |
|
1461 | top: 0; | |
1462 | right: 0; |
|
1462 | right: 0; | |
1463 | bottom: auto; |
|
1463 | bottom: auto; | |
1464 | left: auto; |
|
1464 | left: auto; | |
1465 | } |
|
1465 | } | |
1466 |
|
1466 | |||
1467 | body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left { |
|
1467 | body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left { | |
1468 | top: 0; |
|
1468 | top: 0; | |
1469 | right: auto; |
|
1469 | right: auto; | |
1470 | bottom: auto; |
|
1470 | bottom: auto; | |
1471 | left: 0; |
|
1471 | left: 0; | |
1472 | } |
|
1472 | } | |
1473 |
|
1473 | |||
1474 | body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left { |
|
1474 | body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left { | |
1475 | top: 50%; |
|
1475 | top: 50%; | |
1476 | right: auto; |
|
1476 | right: auto; | |
1477 | bottom: auto; |
|
1477 | bottom: auto; | |
1478 | left: 0; |
|
1478 | left: 0; | |
1479 | transform: translateY(-50%); |
|
1479 | transform: translateY(-50%); | |
1480 | } |
|
1480 | } | |
1481 |
|
1481 | |||
1482 | body.swal2-toast-shown .swal2-container.swal2-center { |
|
1482 | body.swal2-toast-shown .swal2-container.swal2-center { | |
1483 | top: 50%; |
|
1483 | top: 50%; | |
1484 | right: auto; |
|
1484 | right: auto; | |
1485 | bottom: auto; |
|
1485 | bottom: auto; | |
1486 | left: 50%; |
|
1486 | left: 50%; | |
1487 | transform: translate(-50%, -50%); |
|
1487 | transform: translate(-50%, -50%); | |
1488 | } |
|
1488 | } | |
1489 |
|
1489 | |||
1490 | body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right { |
|
1490 | body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right { | |
1491 | top: 50%; |
|
1491 | top: 50%; | |
1492 | right: 0; |
|
1492 | right: 0; | |
1493 | bottom: auto; |
|
1493 | bottom: auto; | |
1494 | left: auto; |
|
1494 | left: auto; | |
1495 | transform: translateY(-50%); |
|
1495 | transform: translateY(-50%); | |
1496 | } |
|
1496 | } | |
1497 |
|
1497 | |||
1498 | body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left { |
|
1498 | body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left { | |
1499 | top: auto; |
|
1499 | top: auto; | |
1500 | right: auto; |
|
1500 | right: auto; | |
1501 | bottom: 0; |
|
1501 | bottom: 0; | |
1502 | left: 0; |
|
1502 | left: 0; | |
1503 | } |
|
1503 | } | |
1504 |
|
1504 | |||
1505 | body.swal2-toast-shown .swal2-container.swal2-bottom { |
|
1505 | body.swal2-toast-shown .swal2-container.swal2-bottom { | |
1506 | top: auto; |
|
1506 | top: auto; | |
1507 | right: auto; |
|
1507 | right: auto; | |
1508 | bottom: 0; |
|
1508 | bottom: 0; | |
1509 | left: 50%; |
|
1509 | left: 50%; | |
1510 | transform: translateX(-50%); |
|
1510 | transform: translateX(-50%); | |
1511 | } |
|
1511 | } | |
1512 |
|
1512 | |||
1513 | body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right { |
|
1513 | body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right { | |
1514 | top: auto; |
|
1514 | top: auto; | |
1515 | right: 0; |
|
1515 | right: 0; | |
1516 | bottom: 0; |
|
1516 | bottom: 0; | |
1517 | left: auto; |
|
1517 | left: auto; | |
1518 | } |
|
1518 | } | |
1519 |
|
1519 | |||
1520 | body.swal2-toast-column .swal2-toast { |
|
1520 | body.swal2-toast-column .swal2-toast { | |
1521 | flex-direction: column; |
|
1521 | flex-direction: column; | |
1522 | align-items: stretch; |
|
1522 | align-items: stretch; | |
1523 | } |
|
1523 | } | |
1524 |
|
1524 | |||
1525 | body.swal2-toast-column .swal2-toast .swal2-actions { |
|
1525 | body.swal2-toast-column .swal2-toast .swal2-actions { | |
1526 | flex: 1; |
|
1526 | flex: 1; | |
1527 | align-self: stretch; |
|
1527 | align-self: stretch; | |
1528 | height: 2.2em; |
|
1528 | height: 2.2em; | |
1529 | margin-top: 0.3125em; |
|
1529 | margin-top: 0.3125em; | |
1530 | } |
|
1530 | } | |
1531 |
|
1531 | |||
1532 | body.swal2-toast-column .swal2-toast .swal2-loading { |
|
1532 | body.swal2-toast-column .swal2-toast .swal2-loading { | |
1533 | justify-content: center; |
|
1533 | justify-content: center; | |
1534 | } |
|
1534 | } | |
1535 |
|
1535 | |||
1536 | body.swal2-toast-column .swal2-toast .swal2-input { |
|
1536 | body.swal2-toast-column .swal2-toast .swal2-input { | |
1537 | height: 2em; |
|
1537 | height: 2em; | |
1538 | margin: 0.3125em auto; |
|
1538 | margin: 0.3125em auto; | |
1539 | font-size: 1em; |
|
1539 | font-size: 1em; | |
1540 | } |
|
1540 | } | |
1541 |
|
1541 | |||
1542 | body.swal2-toast-column .swal2-toast .swal2-validation-message { |
|
1542 | body.swal2-toast-column .swal2-toast .swal2-validation-message { | |
1543 | font-size: 1em; |
|
1543 | font-size: 1em; | |
1544 | } No newline at end of file |
|
1544 | } |
General Comments 0
You need to be logged in to leave comments.
Login now