@festo-ui/web-essentials 4.0.1 → 4.0.2-pre-20220930.4

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,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * Festo UI - Web Essentials v4.0.1 (https://storybook.festo.design/)
3
+ * Festo UI - Web Essentials v4.0.2-pre-20220930.4 (https://storybook.festo.design/)
4
4
  * Copyright 2022 Festo SE & Co. KG
5
5
  * Licensed under Apache-2.0
6
6
  */
@@ -18108,9 +18108,10 @@ fieldset.fwe-progress-container {
18108
18108
  }
18109
18109
  fieldset.fwe-progress-container legend {
18110
18110
  padding: 0;
18111
- margin: 0;
18112
18111
  padding-top: 16px;
18112
+ padding-bottom: 8px;
18113
18113
  padding-left: 4px;
18114
+ padding-right: 0px;
18114
18115
  height: 18px;
18115
18116
  line-height: 18px;
18116
18117
  font-size: var(--fwe-font-size-small);
@@ -18119,7 +18120,7 @@ fieldset.fwe-progress-container legend {
18119
18120
  fieldset.fwe-progress-container p {
18120
18121
  padding: 0;
18121
18122
  margin: 0;
18122
- padding-top: 16px;
18123
+ padding-top: 8px;
18123
18124
  padding-bottom: 8px;
18124
18125
  padding-left: 4px;
18125
18126
  }