@getflip/swirl-components 0.57.0 → 0.57.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components.json +1 -1
- package/dist/cjs/swirl-modal.cjs.entry.js +1 -1
- package/dist/collection/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/collection/components/swirl-modal/swirl-modal.css +9 -5
- package/dist/components/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/components/swirl-modal.js +1 -1
- package/dist/esm/swirl-modal.entry.js +1 -1
- package/dist/swirl-components/p-165f0d02.entry.js +10 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/typings.d.ts +1 -0
- package/package.json +1 -1
- package/dist/swirl-components/p-0de7d1ea.entry.js +0 -10
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
.modal--variant-drawer .modal__header {
|
|
114
|
-
padding-left: calc(var(--s-space-8) + 2.5rem + var(--s-space-8));
|
|
115
114
|
padding-right: var(--s-space-16);
|
|
115
|
+
padding-left: calc(var(--s-space-8) + 2.5rem + var(--s-space-8));
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
@media (min-width: 768px) {
|
|
@@ -160,6 +160,13 @@
|
|
|
160
160
|
padding-top: var(--s-space-16);
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
+
.modal--has-custom-footer .modal__custom-footer {
|
|
164
|
+
padding-top: var(--s-space-16);
|
|
165
|
+
padding-right: var(--s-space-24);
|
|
166
|
+
padding-bottom: var(--s-space-16);
|
|
167
|
+
padding-left: var(--s-space-24);
|
|
168
|
+
}
|
|
169
|
+
|
|
163
170
|
@media (min-width: 768px) {
|
|
164
171
|
.modal--scrolled .modal__header {
|
|
165
172
|
border-bottom-color: var(--s-border-default);
|
|
@@ -197,6 +204,7 @@
|
|
|
197
204
|
|
|
198
205
|
.modal__close-button {
|
|
199
206
|
position: absolute;
|
|
207
|
+
z-index: 1;
|
|
200
208
|
top: var(--s-space-8);
|
|
201
209
|
left: var(--s-space-8);
|
|
202
210
|
}
|
|
@@ -262,10 +270,6 @@
|
|
|
262
270
|
}
|
|
263
271
|
|
|
264
272
|
.modal__custom-footer {
|
|
265
|
-
padding-top: var(--s-space-16);
|
|
266
|
-
padding-right: var(--s-space-24);
|
|
267
|
-
padding-bottom: var(--s-space-16);
|
|
268
|
-
padding-left: var(--s-space-24);
|
|
269
273
|
flex-shrink: 0;
|
|
270
274
|
}
|
|
271
275
|
|