@festo-ui/web-essentials 5.0.0-dev.98 → 5.0.0
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 +3 -3
- 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/_table.scss +2 -2
- 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/_table.scss +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v5.0.0
|
|
2
|
+
* Festo UI - Web Essentials v5.0.0 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -13277,8 +13277,8 @@ table.fwe-table tr th.fwe-table-order.fwe-table-order-descending::before {
|
|
|
13277
13277
|
table.fwe-table tr td {
|
|
13278
13278
|
background-color: var(--fwe-white);
|
|
13279
13279
|
border-bottom: 2px solid var(--fwe-background);
|
|
13280
|
-
padding-top:
|
|
13281
|
-
padding-bottom:
|
|
13280
|
+
padding-top: 11px;
|
|
13281
|
+
padding-bottom: 13px;
|
|
13282
13282
|
padding-left: 16px;
|
|
13283
13283
|
padding-right: 16px;
|
|
13284
13284
|
vertical-align: top;
|