@festo-ui/web-essentials 7.2.0-dev.412 → 7.2.0-dev.413
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.
- package/dist/css/festo-web-essentials.css +21 -2
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +2 -2
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/scss/_navbar.scss +21 -4
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_navbar.scss +21 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v7.2.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v7.2.0-dev.413 (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:
|
|
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);
|