@solcre-org/core-ui 2.15.24 → 2.15.26

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.
@@ -44,7 +44,7 @@
44
44
  background-color: var(--color-neutral-100);
45
45
  }
46
46
 
47
- .c-fixed-actions__btn.c-fixed-actions__btn--main {
47
+ .c-fixed-actions__btn.c-fixed-actions__btn--primary {
48
48
  background-color: hsl(var(--_color-main-hsl));
49
49
  border-color: hsl(var(--_color-main-hsl));
50
50
  color: var(--color-neutral-100);
@@ -59,6 +59,7 @@
59
59
 
60
60
  .c-header-mobile__subnav--light{
61
61
  background-color: var(--color-neutral-100);
62
+ padding-block: 1.4rem;
62
63
  }
63
64
 
64
65
  .c-header-mobile__subnav--light .c-btn--secondary{
@@ -286,8 +286,7 @@ body:has(.c-modal.is-visible) {
286
286
  transform: translate3d(0, 100%, 0);
287
287
  }
288
288
 
289
- .c-modal__header,
290
- .c-modal__bottom {
289
+ .c-modal__header {
291
290
  border: none;
292
291
  }
293
292