@festo-ui/angular 3.1.0-pre-20220307.5 → 3.1.0-pre-20220321.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/esm2020/lib/components/modals/alert/alert.component.mjs +3 -3
- package/fesm2015/festo-ui-angular.mjs +2 -2
- package/fesm2015/festo-ui-angular.mjs.map +1 -1
- package/fesm2020/festo-ui-angular.mjs +2 -2
- package/fesm2020/festo-ui-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/scss/styles.scss +27 -0
package/package.json
CHANGED
package/scss/styles.scss
CHANGED
|
@@ -2047,6 +2047,33 @@ $zindex-tooltip: var(--fwe-z-index-tooltip) !default;
|
|
|
2047
2047
|
.fwe-icon-simulation:before {
|
|
2048
2048
|
content: "\ea9d";
|
|
2049
2049
|
}
|
|
2050
|
+
.fwe-icon-control-valve:before {
|
|
2051
|
+
content: "\ea9e";
|
|
2052
|
+
}
|
|
2053
|
+
.fwe-icon-country-selector:before {
|
|
2054
|
+
content: "\ea9f";
|
|
2055
|
+
}
|
|
2056
|
+
.fwe-icon-dosing-heads:before {
|
|
2057
|
+
content: "\eaa0";
|
|
2058
|
+
}
|
|
2059
|
+
.fwe-icon-single-valve:before {
|
|
2060
|
+
content: "\eaa1";
|
|
2061
|
+
}
|
|
2062
|
+
.fwe-icon-show-course:before {
|
|
2063
|
+
content: "\eaa2";
|
|
2064
|
+
}
|
|
2065
|
+
.fwe-icon-show-equipment:before {
|
|
2066
|
+
content: "\eaa3";
|
|
2067
|
+
}
|
|
2068
|
+
.fwe-icon-show-group:before {
|
|
2069
|
+
content: "\eaa4";
|
|
2070
|
+
}
|
|
2071
|
+
.fwe-icon-show-results:before {
|
|
2072
|
+
content: "\eaa5";
|
|
2073
|
+
}
|
|
2074
|
+
.fwe-icon-show-user:before {
|
|
2075
|
+
content: "\eaa6";
|
|
2076
|
+
}
|
|
2050
2077
|
|
|
2051
2078
|
|
|
2052
2079
|
.cdk-overlay-container,
|