@festo-ui/web-essentials 3.2.0 → 3.2.1-pre-20220624.2
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/README.md +16 -0
- package/dist/css/festo-web-essentials.css +178 -15
- 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/fonts/FestoW05-Bold.woff +0 -0
- package/dist/css/fonts/FestoW05-Bold.woff2 +0 -0
- package/dist/css/fonts/FestoW05-Regular.woff +0 -0
- package/dist/css/fonts/FestoW05-Regular.woff2 +0 -0
- package/dist/css/fonts/festo_icons-16.woff2 +0 -0
- package/dist/css/fonts/festo_icons-24.woff2 +0 -0
- package/dist/css/fonts/festo_icons-32.woff2 +0 -0
- package/dist/css/organisms/festo-web-essentials-organisms.css +66 -1
- package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.css +2 -2
- 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/fonts/FestoW05-Bold.woff +0 -0
- package/dist/fonts/FestoW05-Bold.woff2 +0 -0
- package/dist/fonts/FestoW05-Regular.woff +0 -0
- package/dist/fonts/FestoW05-Regular.woff2 +0 -0
- package/dist/fonts/festo_icons-16.woff2 +0 -0
- package/dist/fonts/festo_icons-24.woff2 +0 -0
- package/dist/fonts/festo_icons-32.woff2 +0 -0
- package/dist/scss/_breadcrumb.scss +0 -2
- package/dist/scss/_button.scss +0 -4
- package/dist/scss/_checkbox.scss +0 -1
- package/dist/scss/_fonts.scss +5 -4
- package/dist/scss/_icons.scss +111 -2
- package/dist/scss/_mobile-flyout.scss +4 -0
- package/dist/scss/_navbar-menu.scss +1 -0
- package/dist/scss/_radio.scss +0 -1
- package/dist/scss/_search-input.scss +1 -1
- package/dist/scss/_select.scss +1 -0
- package/dist/scss/_stepper-horizontal.scss +1 -0
- package/dist/scss/_stepper-vertical.scss +1 -0
- package/dist/scss/_table.scss +2 -1
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/fonts/FestoW05-Bold.woff +0 -0
- package/dist/scss/fonts/FestoW05-Bold.woff2 +0 -0
- package/dist/scss/fonts/FestoW05-Regular.woff +0 -0
- package/dist/scss/fonts/FestoW05-Regular.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-16.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-24.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-32.woff2 +0 -0
- package/dist/scss/organisms/_login.scss +59 -0
- package/dist/scss/organisms/festo-web-essentials-organisms.scss +2 -1
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_breadcrumb.scss +0 -2
- package/scss/_button.scss +0 -4
- package/scss/_checkbox.scss +0 -1
- package/scss/_fonts.scss +5 -4
- package/scss/_icons.scss +111 -2
- package/scss/_mobile-flyout.scss +4 -0
- package/scss/_navbar-menu.scss +1 -0
- package/scss/_radio.scss +0 -1
- package/scss/_search-input.scss +1 -1
- package/scss/_select.scss +1 -0
- package/scss/_stepper-horizontal.scss +1 -0
- package/scss/_stepper-vertical.scss +1 -0
- package/scss/_table.scss +2 -1
- package/scss/organisms/_login.scss +59 -0
- package/scss/organisms/festo-web-essentials-organisms.scss +1 -0
- package/dist/css/fonts/MetaPro-Bold.otf +0 -0
- package/dist/css/fonts/MetaPro-Bold.woff +0 -0
- package/dist/css/fonts/MetaPro-Bold.woff2 +0 -0
- package/dist/css/fonts/MetaPro-Regular.otf +0 -0
- package/dist/css/fonts/MetaPro-Regular.woff +0 -0
- package/dist/css/fonts/MetaPro-Regular.woff2 +0 -0
- package/dist/fonts/MetaPro-Bold.otf +0 -0
- package/dist/fonts/MetaPro-Bold.woff +0 -0
- package/dist/fonts/MetaPro-Bold.woff2 +0 -0
- package/dist/fonts/MetaPro-Regular.otf +0 -0
- package/dist/fonts/MetaPro-Regular.woff +0 -0
- package/dist/fonts/MetaPro-Regular.woff2 +0 -0
- package/dist/scss/fonts/MetaPro-Bold.otf +0 -0
- package/dist/scss/fonts/MetaPro-Bold.woff +0 -0
- package/dist/scss/fonts/MetaPro-Bold.woff2 +0 -0
- package/dist/scss/fonts/MetaPro-Regular.otf +0 -0
- package/dist/scss/fonts/MetaPro-Regular.woff +0 -0
- package/dist/scss/fonts/MetaPro-Regular.woff2 +0 -0
package/README.md
CHANGED
|
@@ -56,3 +56,19 @@ You can use the variables like this:
|
|
|
56
56
|
background: $hero; // background is carul now
|
|
57
57
|
@extend .fwe-icon-menu-close; // add the menu-close icon as ::before element
|
|
58
58
|
```
|
|
59
|
+
|
|
60
|
+
## Using Web Essentials with local fonts
|
|
61
|
+
|
|
62
|
+
If you want to use Web Essentials in an __offline__ environment, you have to provide local files for the MetaPro font.
|
|
63
|
+
* Download the required fonts here: https://festo.sharepoint.com/sites/tggfw/SitePages/Font-Richtlinie.aspx
|
|
64
|
+
* Override the css variable for the font:
|
|
65
|
+
```scss
|
|
66
|
+
@font-face {
|
|
67
|
+
font-family: "localMeta";
|
|
68
|
+
src: url("../src/fonts/MetaChinese.woff") format("woff"), url("../src/fonts/MetaChinese.woff2") format("woff2");
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
:root {
|
|
72
|
+
--fwe-font-family-sans-serif: "localMeta";
|
|
73
|
+
}
|
|
74
|
+
```
|
|
@@ -1,19 +1,22 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Festo UI - Web Essentials v3.2.
|
|
3
|
+
* Festo UI - Web Essentials v3.2.1-pre-20220624.2 (https://storybook.festo.design/)
|
|
4
4
|
* Copyright 2022 Festo SE & Co. KG
|
|
5
5
|
* Licensed under Apache-2.0
|
|
6
6
|
*/
|
|
7
7
|
/* a screen reader friendly approach */
|
|
8
|
+
/* MetaPro regular */
|
|
8
9
|
@font-face {
|
|
9
10
|
font-family: "MetaPro";
|
|
10
|
-
src: url("../fonts/
|
|
11
|
+
src: url("../fonts/FestoW05-Regular.woff2") format("woff2"), url("../fonts/FestoW05-Regular.woff") format("woff");
|
|
11
12
|
}
|
|
13
|
+
/* MetaPro bold */
|
|
12
14
|
@font-face {
|
|
13
15
|
font-family: "MetaPro";
|
|
14
16
|
font-weight: bold;
|
|
15
|
-
src: url("../fonts/
|
|
17
|
+
src: url("../fonts/FestoW05-Bold.woff2") format("woff2"), url("../fonts/FestoW05-Bold.woff") format("woff");
|
|
16
18
|
}
|
|
19
|
+
/* Festo Icon Font */
|
|
17
20
|
@font-face {
|
|
18
21
|
font-family: "festo_icons-16";
|
|
19
22
|
src: url("../fonts/festo_icons-16.woff2") format("woff2");
|
|
@@ -64,6 +67,7 @@
|
|
|
64
67
|
}
|
|
65
68
|
|
|
66
69
|
.fwe-icon, .fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step, .fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step, .fwe-search-input .fwe-clear-icon, .fwe-search-input .fwe-search-icon, .fwe-notification-menu .fwe-notification-list .fwe-notification-item-content, .fwe-notification-menu .fwe-notification-list .fwe-notification-error, .fwe-notification-menu .fwe-notification-list .fwe-notification-warning, .fwe-notification-menu .fwe-notification-list .fwe-notification-info, .fwe-pagination .fwe-navigate-btn, .fwe-pagination .fwe-navigate-btn-down, .fwe-pagination .fwe-navigate-btn-up, .fwe-select-wrapper, label.fwe-checkbox .fwe-checkbox-checkmark, .fwe-mobile-flyout-page .fwe-page-back i, .fwe-mobile-flyout .fwe-mobile-flyout-button, .fwe-mobile-flyout .fwe-close-button, .fwe-mobile-flyout .fwe-burger-button, .fwe-navbar .fwe-navbar-burger-menu, table.fwe-table tr th.fwe-table-order {
|
|
70
|
+
font-family: var(--fwe-font-family-icons-16);
|
|
67
71
|
font-size: var(--fwe-font-size-base);
|
|
68
72
|
display: inline-block;
|
|
69
73
|
}
|
|
@@ -237,7 +241,7 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
|
|
|
237
241
|
content: "";
|
|
238
242
|
}
|
|
239
243
|
|
|
240
|
-
.fwe-icon-communication-
|
|
244
|
+
.fwe-icon-communication-headset:before {
|
|
241
245
|
content: "";
|
|
242
246
|
}
|
|
243
247
|
|
|
@@ -761,7 +765,7 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
|
|
|
761
765
|
content: "";
|
|
762
766
|
}
|
|
763
767
|
|
|
764
|
-
.fwe-icon-file-
|
|
768
|
+
.fwe-icon-file-secure:before {
|
|
765
769
|
content: "";
|
|
766
770
|
}
|
|
767
771
|
|
|
@@ -1825,6 +1829,150 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
|
|
|
1825
1829
|
content: "";
|
|
1826
1830
|
}
|
|
1827
1831
|
|
|
1832
|
+
.fwe-icon-align-bottom:before {
|
|
1833
|
+
content: "";
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.fwe-icon-align-center:before {
|
|
1837
|
+
content: "";
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.fwe-icon-align-left:before {
|
|
1841
|
+
content: "";
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
.fwe-icon-align-middle:before {
|
|
1845
|
+
content: "";
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
.fwe-icon-align-right:before {
|
|
1849
|
+
content: "";
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
.fwe-icon-align-top:before {
|
|
1853
|
+
content: "";
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
.fwe-icon-artificial-intelligence-AI:before {
|
|
1857
|
+
content: "";
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
.fwe-icon-assign-to-learner:before {
|
|
1861
|
+
content: "";
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
.fwe-icon-augmented-reality:before {
|
|
1865
|
+
content: "";
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
.fwe-icon-bus-systems:before {
|
|
1869
|
+
content: "";
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
.fwe-icon-cobotic:before {
|
|
1873
|
+
content: "";
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
.fwe-icon-controlled:before {
|
|
1877
|
+
content: "";
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
.fwe-icon-distribute-columns:before {
|
|
1881
|
+
content: "";
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
.fwe-icon-electrics:before {
|
|
1885
|
+
content: "";
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
.fwe-icon-energy-efficiency:before {
|
|
1889
|
+
content: "";
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.fwe-icon-fast-delivery:before {
|
|
1893
|
+
content: "";
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
.fwe-icon-funk:before {
|
|
1897
|
+
content: "";
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
.fwe-icon-hide-label:before {
|
|
1901
|
+
content: "";
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
.fwe-icon-iiot:before {
|
|
1905
|
+
content: "";
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
.fwe-icon-iot:before {
|
|
1909
|
+
content: "";
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
.fwe-icon-learning-path1:before {
|
|
1913
|
+
content: "";
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.fwe-icon-mobotic:before {
|
|
1917
|
+
content: "";
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
.fwe-icon-new-link:before {
|
|
1921
|
+
content: "";
|
|
1922
|
+
}
|
|
1923
|
+
|
|
1924
|
+
.fwe-icon-numeric-value:before {
|
|
1925
|
+
content: "";
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
.fwe-icon-piezo:before {
|
|
1929
|
+
content: "";
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
.fwe-icon-pneumatics:before {
|
|
1933
|
+
content: "";
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
.fwe-icon-recycling:before {
|
|
1937
|
+
content: "";
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
.fwe-icon-remove-link:before {
|
|
1941
|
+
content: "";
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1944
|
+
.fwe-icon-remove-user:before {
|
|
1945
|
+
content: "";
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1948
|
+
.fwe-icon-safety:before {
|
|
1949
|
+
content: "";
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
.fwe-icon-show-label:before {
|
|
1953
|
+
content: "";
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
.fwe-icon-show-link:before {
|
|
1957
|
+
content: "";
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
.fwe-icon-smart:before {
|
|
1961
|
+
content: "";
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
.fwe-icon-sustainable-materials:before {
|
|
1965
|
+
content: "";
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
.fwe-icon-text-value:before {
|
|
1969
|
+
content: "";
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
.fwe-icon-virtual-reality:before {
|
|
1973
|
+
content: "";
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1828
1976
|
.fwe-color-black {
|
|
1829
1977
|
color: var(--fwe-black) !important;
|
|
1830
1978
|
}
|
|
@@ -15689,6 +15837,7 @@ table.fwe-table tr th.fwe-table-order {
|
|
|
15689
15837
|
user-select: none;
|
|
15690
15838
|
white-space: nowrap;
|
|
15691
15839
|
direction: rtl;
|
|
15840
|
+
font-family: var(--fwe-font-family-sans-serif);
|
|
15692
15841
|
display: table-cell;
|
|
15693
15842
|
font-size: var(--fwe-font-size-md);
|
|
15694
15843
|
}
|
|
@@ -15698,7 +15847,7 @@ table.fwe-table tr th.fwe-table-order::before {
|
|
|
15698
15847
|
position: relative;
|
|
15699
15848
|
top: 3px;
|
|
15700
15849
|
left: 8px;
|
|
15701
|
-
transform-origin:
|
|
15850
|
+
transform-origin: 8px 7px;
|
|
15702
15851
|
transition: transform 0.3s;
|
|
15703
15852
|
}
|
|
15704
15853
|
table.fwe-table tr th.fwe-table-order.fwe-active {
|
|
@@ -16290,6 +16439,24 @@ header.fwe-fixed-header {
|
|
|
16290
16439
|
bottom: 0;
|
|
16291
16440
|
transform: translateX(100%);
|
|
16292
16441
|
transition: transform 0.3s ease;
|
|
16442
|
+
scrollbar-width: thin;
|
|
16443
|
+
scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
|
|
16444
|
+
overflow-x: hidden;
|
|
16445
|
+
overflow-y: auto;
|
|
16446
|
+
}
|
|
16447
|
+
.fwe-mobile-flyout-page::-webkit-scrollbar {
|
|
16448
|
+
width: 12px;
|
|
16449
|
+
}
|
|
16450
|
+
.fwe-mobile-flyout-page::-webkit-scrollbar-track {
|
|
16451
|
+
background: transparent;
|
|
16452
|
+
}
|
|
16453
|
+
.fwe-mobile-flyout-page::-webkit-scrollbar-thumb {
|
|
16454
|
+
overflow: visible;
|
|
16455
|
+
background-color: var(--fwe-control-scrollbar);
|
|
16456
|
+
border: 3px solid rgba(242, 243, 245, 0);
|
|
16457
|
+
-webkit-background-clip: padding-box;
|
|
16458
|
+
background-clip: padding-box;
|
|
16459
|
+
border-radius: 6px;
|
|
16293
16460
|
}
|
|
16294
16461
|
.fwe-mobile-flyout-page.fwe-opened {
|
|
16295
16462
|
transform: translateX(0%);
|
|
@@ -16340,8 +16507,6 @@ header.fwe-fixed-header {
|
|
|
16340
16507
|
color: var(--fwe-text-light);
|
|
16341
16508
|
}
|
|
16342
16509
|
.fwe-breadcrumb .fwe-icon-arrows-right-2, .fwe-breadcrumb .fwe-pagination .fwe-navigate-btn-up, .fwe-pagination .fwe-breadcrumb .fwe-navigate-btn-up {
|
|
16343
|
-
margin-top: 1px;
|
|
16344
|
-
margin-bottom: -1px;
|
|
16345
16510
|
margin-left: 4px;
|
|
16346
16511
|
margin-right: 4px;
|
|
16347
16512
|
}
|
|
@@ -16860,7 +17025,6 @@ label.fwe-radio .fwe-radio-checkmark {
|
|
|
16860
17025
|
border: 1px solid var(--fwe-control-border);
|
|
16861
17026
|
background-color: var(--fwe-white);
|
|
16862
17027
|
border-radius: 50%;
|
|
16863
|
-
margin-top: 2px;
|
|
16864
17028
|
}
|
|
16865
17029
|
label.fwe-radio .fwe-radio-checkmark:after {
|
|
16866
17030
|
content: "";
|
|
@@ -16973,7 +17137,6 @@ label.fwe-checkbox .fwe-checkbox-checkmark {
|
|
|
16973
17137
|
border: 1px solid var(--fwe-control-border);
|
|
16974
17138
|
background-color: var(--fwe-white);
|
|
16975
17139
|
border-radius: 2px;
|
|
16976
|
-
margin-top: 2px;
|
|
16977
17140
|
font-size: var(--fwe-font-size-md);
|
|
16978
17141
|
}
|
|
16979
17142
|
label.fwe-checkbox .fwe-checkbox-checkmark:before {
|
|
@@ -17162,10 +17325,6 @@ button.fwe-btn i[class^=fwe-icon-],
|
|
|
17162
17325
|
button.fwe-btn i[class*=" fwe-icon-"] {
|
|
17163
17326
|
padding-right: 8px;
|
|
17164
17327
|
}
|
|
17165
|
-
a.fwe-btn span,
|
|
17166
|
-
button.fwe-btn span {
|
|
17167
|
-
margin: -1px 0px 1px 0px;
|
|
17168
|
-
}
|
|
17169
17328
|
a.fwe-btn:hover,
|
|
17170
17329
|
button.fwe-btn:hover {
|
|
17171
17330
|
color: var(--fwe-btn-text-hover);
|
|
@@ -17555,6 +17714,7 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
|
|
|
17555
17714
|
}
|
|
17556
17715
|
|
|
17557
17716
|
.fwe-select-wrapper {
|
|
17717
|
+
font-family: var(--fwe-font-size-base);
|
|
17558
17718
|
position: relative;
|
|
17559
17719
|
display: flex;
|
|
17560
17720
|
flex-direction: column;
|
|
@@ -18890,6 +19050,7 @@ fieldset.fwe-progress-container label {
|
|
|
18890
19050
|
margin-right: 24px;
|
|
18891
19051
|
padding-top: 16px;
|
|
18892
19052
|
padding-bottom: 16px;
|
|
19053
|
+
font-family: var(--fwe-font-family-sans-serif);
|
|
18893
19054
|
}
|
|
18894
19055
|
.fwe-notification-menu .fwe-notification-list .fwe-notification-item-content .fwe-item-header, .fwe-notification-menu .fwe-notification-list .fwe-notification-error .fwe-item-header, .fwe-notification-menu .fwe-notification-list .fwe-notification-warning .fwe-item-header, .fwe-notification-menu .fwe-notification-list .fwe-notification-info .fwe-item-header {
|
|
18895
19056
|
font-weight: var(--fwe-font-weight-bold);
|
|
@@ -18980,7 +19141,7 @@ fieldset.fwe-progress-container label {
|
|
|
18980
19141
|
border-radius: 0px;
|
|
18981
19142
|
border-bottom: 1px solid var(--fwe-control-border);
|
|
18982
19143
|
background: transparent;
|
|
18983
|
-
padding:
|
|
19144
|
+
padding: 1px 24px 4px 32px;
|
|
18984
19145
|
}
|
|
18985
19146
|
.fwe-search-input input::-moz-placeholder {
|
|
18986
19147
|
color: var(--fwe-text);
|
|
@@ -19102,6 +19263,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
19102
19263
|
font-weight: var(--fwe-font-weight-bold);
|
|
19103
19264
|
}
|
|
19104
19265
|
.fwe-stepper-horizontal .fwe-step-container .fwe-step .fwe-step-name {
|
|
19266
|
+
font-family: var(--fwe-font-family-sans-serif);
|
|
19105
19267
|
font-size: var(--fwe-font-size-md);
|
|
19106
19268
|
position: absolute;
|
|
19107
19269
|
top: 30px;
|
|
@@ -19192,6 +19354,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
19192
19354
|
font-weight: var(--fwe-font-weight-bold);
|
|
19193
19355
|
}
|
|
19194
19356
|
.fwe-stepper-vertical .fwe-step-container .fwe-step .fwe-step-name {
|
|
19357
|
+
font-family: var(--fwe-font-family-sans-serif);
|
|
19195
19358
|
font-size: var(--fwe-font-size-md);
|
|
19196
19359
|
position: absolute;
|
|
19197
19360
|
left: 36px;
|