@maboussoleaidant/design-system 0.1.28 → 0.1.29

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.
@@ -3782,6 +3782,18 @@ button.mba-input-icon__icon:hover {
3782
3782
  background-color: var(--mba-color-white);
3783
3783
  }
3784
3784
 
3785
+ .mba-section--bleuet {
3786
+ background-color: var(--mba-color-pastel-bleuet);
3787
+ }
3788
+
3789
+ .mba-section--narcisse {
3790
+ background-color: var(--mba-color-pastel-narcisse);
3791
+ }
3792
+
3793
+ .mba-section--oranger {
3794
+ background-color: var(--mba-color-pastel-oranger);
3795
+ }
3796
+
3785
3797
  /* ===========================================
3786
3798
  WAVE TOP (::before)
3787
3799
  =========================================== */
@@ -3864,6 +3876,21 @@ button.mba-input-icon__icon:hover {
3864
3876
  background-color: var(--mba-color-primary-50);
3865
3877
  }
3866
3878
 
3879
+ .mba-section--wave-bleuet::before,
3880
+ .mba-section--wave-bleuet::after {
3881
+ background-color: var(--mba-color-pastel-bleuet);
3882
+ }
3883
+
3884
+ .mba-section--wave-narcisse::before,
3885
+ .mba-section--wave-narcisse::after {
3886
+ background-color: var(--mba-color-pastel-narcisse);
3887
+ }
3888
+
3889
+ .mba-section--wave-oranger::before,
3890
+ .mba-section--wave-oranger::after {
3891
+ background-color: var(--mba-color-pastel-oranger);
3892
+ }
3893
+
3867
3894
  }
3868
3895
 
3869
3896
  /* end @layer components */