@festo-ui/web-essentials 7.2.0-dev.412 → 7.2.0-dev.414

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v7.2.0-dev.412 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v7.2.0-dev.414 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -14155,7 +14155,7 @@ header.fwe-fixed-header {
14155
14155
  left: 0px;
14156
14156
  right: 0px;
14157
14157
  top: 0px;
14158
- z-index: 1;
14158
+ z-index: var(--fwe-z-index-fixed);
14159
14159
  }
14160
14160
 
14161
14161
  .fwe-navbar-spacer {
@@ -14210,6 +14210,20 @@ header.fwe-fixed-header {
14210
14210
  display: block;
14211
14211
  }
14212
14212
  }
14213
+ .fwe-navbar--no-logo {
14214
+ padding-left: 0px !important;
14215
+ }
14216
+ .fwe-navbar .fwe-app-title-container {
14217
+ font-weight: bold;
14218
+ display: none;
14219
+ margin-bottom: 17px;
14220
+ margin-right: 48px;
14221
+ }
14222
+ @media (min-width: 1025px) {
14223
+ .fwe-navbar .fwe-app-title-container {
14224
+ display: block;
14225
+ }
14226
+ }
14213
14227
  .fwe-navbar .fwe-container {
14214
14228
  display: flex;
14215
14229
  align-items: flex-end;
@@ -14380,6 +14394,11 @@ header.fwe-fixed-header {
14380
14394
  margin-right: 8px;
14381
14395
  }
14382
14396
  }
14397
+ @media (max-width: 769px) {
14398
+ .fwe-navbar .fwe-logo-container {
14399
+ margin-left: 32px !important;
14400
+ }
14401
+ }
14383
14402
 
14384
14403
  .fwe-navbar-bottom-box {
14385
14404
  background-color: var(--fwe-control);
@@ -18004,9 +18023,10 @@ input[type=search]::-webkit-search-cancel-button {
18004
18023
  }
18005
18024
  @media (max-width: 600px) {
18006
18025
  .fwe-sidebar-overlay {
18026
+ padding: 16px;
18007
18027
  left: 0px;
18008
18028
  width: unset;
18009
- transform: translateX(100%);
18029
+ transform: none;
18010
18030
  }
18011
18031
  }
18012
18032