@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.
@@ -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