@skyscanner/backpack-web 3.1.0 → 3.2.0
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.
|
@@ -30,8 +30,6 @@
|
|
|
30
30
|
box-shadow: none;
|
|
31
31
|
|
|
32
32
|
@include breakpoint-landscape {
|
|
33
|
-
pointer-events: none;
|
|
34
|
-
|
|
35
33
|
&__sponsor-label {
|
|
36
34
|
margin-bottom: bpk-spacing-sm();
|
|
37
35
|
|
|
@@ -172,6 +170,11 @@
|
|
|
172
170
|
|
|
173
171
|
@include bpk-margin-leading(bpk-spacing-xxxl(), false);
|
|
174
172
|
@include bpk-margin-trailing(bpk-spacing-xxl(), false);
|
|
173
|
+
|
|
174
|
+
/* adjusting for 1.5rem different between margins */
|
|
175
|
+
&--center > * {
|
|
176
|
+
@include bpk-margin-trailing(bpk-spacing-lg());
|
|
177
|
+
}
|
|
175
178
|
}
|
|
176
179
|
|
|
177
180
|
@include breakpoint-landscape-tablet {
|
|
@@ -179,6 +182,11 @@
|
|
|
179
182
|
|
|
180
183
|
@include bpk-margin-leading(bpk-spacing-xxl(), false);
|
|
181
184
|
@include bpk-margin-trailing(bpk-spacing-xl(), false);
|
|
185
|
+
|
|
186
|
+
/* adjusting for 0.5rem different between margins */
|
|
187
|
+
&--center > * {
|
|
188
|
+
@include bpk-margin-trailing(bpk-spacing-md());
|
|
189
|
+
}
|
|
182
190
|
}
|
|
183
191
|
|
|
184
192
|
@include breakpoint-portrait-large {
|
|
@@ -237,8 +245,6 @@
|
|
|
237
245
|
}
|
|
238
246
|
|
|
239
247
|
&__cta {
|
|
240
|
-
pointer-events: auto;
|
|
241
|
-
|
|
242
248
|
@include breakpoint-landscape {
|
|
243
249
|
margin-top: bpk-spacing-xl();
|
|
244
250
|
}
|