barbican-reset 2.25.0 → 2.26.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.
- package/helpers/mixins/_buttons.scss +5 -0
- package/package.json +1 -1
- package/scss/_btn.scss +5 -1
|
@@ -331,6 +331,11 @@
|
|
|
331
331
|
@include display-button(flex, 0.5);
|
|
332
332
|
}
|
|
333
333
|
|
|
334
|
+
@mixin btn-remove-membership-from-basket {
|
|
335
|
+
@include solid-button($background: $c-status-error);
|
|
336
|
+
@include display-button(flex, 0.5);
|
|
337
|
+
}
|
|
338
|
+
|
|
334
339
|
// Access Overlay Work -- End
|
|
335
340
|
|
|
336
341
|
@mixin btn-expand {
|
package/package.json
CHANGED
package/scss/_btn.scss
CHANGED