@festo-ui/web-essentials 8.2.0-dev.592 → 8.2.0-dev.594

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.
@@ -5693,14 +5693,25 @@ fieldset.fwe-progress-container label {
5693
5693
  max-height: calc(100vh - 64px);
5694
5694
  overflow: visible;
5695
5695
  }
5696
+ @media (min-width: 768px) {
5697
+ .fwe-navbar-menu-container.fwe-hidden {
5698
+ display: none;
5699
+ }
5700
+ }
5696
5701
  @media (max-width: 767px) {
5697
5702
  .fwe-navbar-menu-container {
5703
+ display: flex;
5704
+ transition: transform 0.3s ease;
5705
+ transform: translateX(0%);
5698
5706
  width: 100% !important;
5699
5707
  position: fixed;
5700
5708
  top: 64px;
5701
5709
  left: 0;
5702
5710
  height: calc(100vh - 64px);
5703
5711
  }
5712
+ .fwe-navbar-menu-container.fwe-hidden {
5713
+ transform: translateX(-105%);
5714
+ }
5704
5715
  }
5705
5716
 
5706
5717
  /**