mis-crystal-design-system 2.7.8 → 2.7.9
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/bundles/mis-crystal-design-system-button.umd.js.map +1 -1
- package/bundles/mis-crystal-design-system-datepicker_v2.umd.js.map +1 -1
- package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.js.map +1 -1
- package/bundles/mis-crystal-design-system-drawer.umd.js.map +1 -1
- package/bundles/mis-crystal-design-system-modal.umd.js.map +1 -1
- package/bundles/mis-crystal-design-system-radio-button.umd.js.map +1 -1
- package/bundles/mis-crystal-design-system-radio-button.umd.min.js.map +1 -1
- package/bundles/mis-crystal-design-system-table.umd.js.map +1 -1
- package/bundles/mis-crystal-design-system-toast.umd.js.map +1 -1
- package/fesm2015/mis-crystal-design-system-button.js.map +1 -1
- package/fesm2015/mis-crystal-design-system-datepicker_v2.js.map +1 -1
- package/fesm2015/mis-crystal-design-system-daterangepicker_v2.js.map +1 -1
- package/fesm2015/mis-crystal-design-system-drawer.js.map +1 -1
- package/fesm2015/mis-crystal-design-system-modal.js.map +1 -1
- package/fesm2015/mis-crystal-design-system-radio-button.js.map +1 -1
- package/fesm2015/mis-crystal-design-system-table.js.map +1 -1
- package/fesm2015/mis-crystal-design-system-toast.js.map +1 -1
- package/package.json +1 -1
- package/styles/fonts/icomoon.eot +0 -0
- package/styles/fonts/icomoon.ttf +0 -0
- package/styles/fonts/icomoon.woff +0 -0
- package/styles/mis-icons.scss +19 -19
package/styles/mis-icons.scss
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'icomoon';
|
|
3
|
-
src: url('fonts/icomoon.eot?
|
|
4
|
-
src: url('fonts/icomoon.eot?
|
|
5
|
-
url('fonts/icomoon.ttf?
|
|
6
|
-
url('fonts/icomoon.woff?
|
|
7
|
-
url('fonts/icomoon.svg?
|
|
3
|
+
src: url('fonts/icomoon.eot?sriz9y');
|
|
4
|
+
src: url('fonts/icomoon.eot?sriz9y#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/icomoon.ttf?sriz9y') format('truetype'),
|
|
6
|
+
url('fonts/icomoon.woff?sriz9y') format('woff'),
|
|
7
|
+
url('fonts/icomoon.svg?sriz9y#icomoon') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -25,6 +25,20 @@
|
|
|
25
25
|
-moz-osx-font-smoothing: grayscale;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
.icon-ic-ets-green-impact-32 .path1:before {
|
|
29
|
+
content: "\e90c";
|
|
30
|
+
color: rgb(228, 245, 233);
|
|
31
|
+
}
|
|
32
|
+
.icon-ic-ets-green-impact-32 .path2:before {
|
|
33
|
+
content: "\ea1a";
|
|
34
|
+
margin-left: -0.9697265625em;
|
|
35
|
+
color: rgb(84, 127, 64);
|
|
36
|
+
}
|
|
37
|
+
.icon-ic-ets-green-impact-32 .path3:before {
|
|
38
|
+
content: "\ea1b";
|
|
39
|
+
margin-left: -0.9697265625em;
|
|
40
|
+
color: rgb(84, 127, 64);
|
|
41
|
+
}
|
|
28
42
|
.icon-ic-action-average-kilometers:before {
|
|
29
43
|
content: "\ea28";
|
|
30
44
|
}
|
|
@@ -95,20 +109,6 @@
|
|
|
95
109
|
content: "\e90b";
|
|
96
110
|
color: #b00020;
|
|
97
111
|
}
|
|
98
|
-
.icon-ic-ets-green-impact-32 .path1:before {
|
|
99
|
-
content: "\e90c";
|
|
100
|
-
color: rgb(228, 245, 233);
|
|
101
|
-
}
|
|
102
|
-
.icon-ic-ets-green-impact-32 .path2:before {
|
|
103
|
-
content: "\ea1a";
|
|
104
|
-
margin-left: -0.9697265625em;
|
|
105
|
-
color: rgb(84, 127, 64);
|
|
106
|
-
}
|
|
107
|
-
.icon-ic-ets-green-impact-32 .path3:before {
|
|
108
|
-
content: "\ea1b";
|
|
109
|
-
margin-left: -0.9697265625em;
|
|
110
|
-
color: rgb(84, 127, 64);
|
|
111
|
-
}
|
|
112
112
|
.icon-ic-ets-help-desk-32:before {
|
|
113
113
|
content: "\e90d";
|
|
114
114
|
color: #fff;
|