barbican-reset 2.23.0 → 2.24.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.
|
@@ -310,7 +310,13 @@
|
|
|
310
310
|
@mixin btn-login-to-book {
|
|
311
311
|
@include display-button(flex, 0.5);
|
|
312
312
|
@include btn-primary;
|
|
313
|
+
justify-content: center;
|
|
313
314
|
min-width: initial;
|
|
315
|
+
|
|
316
|
+
@include media-breakpoint-down(md) {
|
|
317
|
+
margin-top: 1rem;
|
|
318
|
+
width: 100%;
|
|
319
|
+
}
|
|
314
320
|
}
|
|
315
321
|
|
|
316
322
|
@mixin btn-sold-out {
|
|
@@ -321,7 +327,7 @@
|
|
|
321
327
|
}
|
|
322
328
|
|
|
323
329
|
@mixin btn-add-membership-to-basket {
|
|
324
|
-
@include solid-button($background
|
|
330
|
+
@include solid-button($background: $c-brand-membership);
|
|
325
331
|
@include display-button(flex, 0.5);
|
|
326
332
|
}
|
|
327
333
|
|
package/package.json
CHANGED