@maboussoleaidant/design-system 0.1.31 → 0.1.32

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.
@@ -2973,10 +2973,13 @@ button.mba-input-icon__icon:hover {
2973
2973
  z-index: 100;
2974
2974
  }
2975
2975
 
2976
- .mba-header--transparent {
2976
+ .mba-header--fixed {
2977
2977
  position: fixed;
2978
2978
  top: 0;
2979
2979
  z-index: 100;
2980
+ }
2981
+
2982
+ .mba-header--transparent {
2980
2983
  background-color: transparent;
2981
2984
  box-shadow: none;
2982
2985
  border-radius: 0;