@maboussoleaidant/design-system 0.1.34 → 0.1.35

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.
@@ -2960,7 +2960,7 @@ button.mba-input-icon__icon:hover {
2960
2960
  .mba-header {
2961
2961
  --mba-header-height: 64px;
2962
2962
  background-color: var(--mba-color-white);
2963
- border-radius: 0 0 var(--mba-radius-md) var(--mba-radius-md);
2963
+ border-radius: 0 0 var(--mba-radius-sm) var(--mba-radius-sm);
2964
2964
  box-shadow: var(--mba-shadow-xs);
2965
2965
  position: relative;
2966
2966
  width: 100%;
@@ -2989,8 +2989,8 @@ button.mba-input-icon__icon:hover {
2989
2989
  display: flex;
2990
2990
  align-items: center;
2991
2991
  justify-content: space-between;
2992
- padding: var(--mba-space-md) var(--mba-space-xl); /* 16px 32px */
2993
- max-width: var(--mba-container-width);
2992
+ padding: var(--mba-space-md) 5rem; /* vertical: md (24px), horizontal: 80px */
2993
+ max-width: 80rem; /* 1280px = 1120px de contenu + 2 x 80px de padding */
2994
2994
  margin: 0 auto;
2995
2995
  }
2996
2996