@festo-ui/web-essentials 11.0.0-dev.969 → 11.0.0-dev.971
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 +14 -10
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +11 -11
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +5 -1
- package/dist/css/light/festo-web-essentials-light.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.css +4 -0
- package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.css +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.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/_modal.scss +1 -0
- package/dist/scss/_tree.scss +1 -0
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/organisms/_header-slider.scss +2 -0
- package/dist/scss/organisms/_image-gallery.scss +2 -0
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_modal.scss +1 -0
- package/scss/_tree.scss +1 -0
- package/scss/organisms/_header-slider.scss +2 -0
- package/scss/organisms/_image-gallery.scss +2 -0
|
@@ -5357,7 +5357,9 @@ fieldset.fwe-progress-container label {
|
|
|
5357
5357
|
.fwe-modal--with-indicator-bar {
|
|
5358
5358
|
border-left: 8px solid var(--fwe-hero);
|
|
5359
5359
|
}
|
|
5360
|
-
.fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-
|
|
5360
|
+
.fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-link,
|
|
5361
|
+
.fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-tertiary, .fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-link,
|
|
5362
|
+
.fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-tertiary {
|
|
5361
5363
|
color: var(--fwe-text);
|
|
5362
5364
|
}
|
|
5363
5365
|
.fwe-modal--info .fwe-modal-h2, .fwe-modal--warning .fwe-modal-h2, .fwe-modal--error .fwe-modal-h2 {
|
|
@@ -6951,11 +6953,13 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6951
6953
|
margin-left: 16px;
|
|
6952
6954
|
}
|
|
6953
6955
|
|
|
6956
|
+
.fwe-btn.fwe-btn-link.fwe-btn--tree-node-toggle,
|
|
6954
6957
|
.fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-toggle {
|
|
6955
6958
|
color: var(--fwe-text);
|
|
6956
6959
|
padding: 0 8px 0 16px;
|
|
6957
6960
|
justify-content: flex-start;
|
|
6958
6961
|
}
|
|
6962
|
+
.fwe-btn.fwe-btn-link.fwe-btn--tree-node-select,
|
|
6959
6963
|
.fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-select {
|
|
6960
6964
|
color: var(--fwe-text);
|
|
6961
6965
|
justify-content: flex-start;
|