@symphony-talent/component-library 3.1.0 → 3.3.1
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/atoms/atoms.module.mjs +7 -3
- package/esm2020/lib/atoms/button/button.component.mjs +3 -3
- package/esm2020/lib/atoms/filter-area/filter-area.component.mjs +1 -1
- package/esm2020/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +1 -1
- package/esm2020/lib/atoms/grid/grid.component.mjs +7 -6
- package/esm2020/lib/atoms/grid/grid.model.mjs +1 -1
- package/esm2020/lib/atoms/h1/h1.component.mjs +1 -1
- package/esm2020/lib/atoms/h3/h3.component.mjs +1 -1
- package/esm2020/lib/atoms/h4/h4.component.mjs +1 -1
- package/esm2020/lib/atoms/icon/icon.component.mjs +5 -3
- package/esm2020/lib/atoms/icon/icon.enum.mjs +15 -1
- package/esm2020/lib/atoms/input-radio/input-radio.component.mjs +1 -1
- package/esm2020/lib/atoms/input-text/input-text.component.mjs +5 -3
- package/esm2020/lib/atoms/paragraph/paragraph.component.mjs +1 -1
- package/esm2020/lib/atoms/pill/pill.component.mjs +2 -2
- package/esm2020/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
- package/esm2020/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +1 -1
- package/esm2020/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +1 -1
- package/esm2020/lib/atoms/task-icon/task-icon.component.mjs +1 -1
- package/esm2020/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +17 -0
- package/esm2020/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.mjs +20 -0
- package/esm2020/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +1 -1
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.component.mjs +1 -1
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +85 -1
- package/esm2020/lib/design-guide/typography/typography.component.mjs +1 -1
- package/esm2020/lib/molecules/breadcrumb/breadcrumb.component.mjs +1 -1
- package/esm2020/lib/molecules/card/card.component.mjs +1 -1
- package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +25 -0
- package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.model.mjs +2 -0
- package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.module.mjs +37 -0
- package/esm2020/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
- package/esm2020/lib/molecules/molecules.module.mjs +6 -2
- package/esm2020/lib/molecules/note/note.component.mjs +1 -1
- package/esm2020/lib/molecules/pills/pills.component.mjs +3 -3
- package/esm2020/lib/molecules/task/task.component.mjs +1 -1
- package/esm2020/lib/organisms/note-list/note-list.component.mjs +1 -1
- package/esm2020/lib/organisms/task-list/task-list.component.mjs +1 -1
- package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +7 -9
- package/esm2020/lib/pages/events-settings-page/events-settings-page.model.mjs +1 -1
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +60 -0
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +2 -0
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +62 -0
- package/esm2020/lib/pages/setting-list-page/setting-list-page.component.mjs +2 -2
- package/esm2020/lib/templates/admin-list/admin-list.component.mjs +1 -1
- package/esm2020/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +12 -0
- package/esm2020/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.mjs +18 -0
- package/esm2020/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.mjs +12 -0
- package/esm2020/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.mjs +18 -0
- package/esm2020/lib/templates/placeholder/placeholder.component.mjs +1 -1
- package/esm2020/lib/templates/setting-list-template/setting-list-template.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +7 -3
- package/esm2020/projects/component-library/lib/atoms/button/button.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/atoms/filter-area/filter-area.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +7 -6
- package/esm2020/projects/component-library/lib/atoms/grid/grid.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/h1/h1.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/h3/h3.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/h4/h4.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/icon/icon.component.mjs +5 -3
- package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +15 -1
- package/esm2020/projects/component-library/lib/atoms/input-radio/input-radio.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/input-text/input-text.component.mjs +5 -3
- package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/pill/pill.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/task-icon/task-icon.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +85 -1
- package/esm2020/projects/component-library/lib/design-guide/typography/typography.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/card/card.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +25 -0
- package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.module.mjs +37 -0
- package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +6 -2
- package/esm2020/projects/component-library/lib/molecules/note/note.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/pills/pills.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/molecules/task/task.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/note-list/note-list.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/task-list/task-list.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +7 -9
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +60 -0
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +62 -0
- package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +12 -0
- package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.mjs +12 -0
- package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/templates/placeholder/placeholder.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/templates/setting-list-template/setting-list-template.component.mjs +3 -3
- package/esm2020/projects/component-library/public-api.mjs +8 -1
- package/esm2020/public-api.mjs +8 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +378 -51
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +378 -51
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +378 -51
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +378 -51
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/atoms.module.d.ts +2 -1
- package/lib/atoms/grid/grid.component.d.ts +3 -6
- package/lib/atoms/grid/grid.model.d.ts +2 -0
- package/lib/atoms/icon/icon.component.d.ts +2 -1
- package/lib/atoms/icon/icon.enum.d.ts +14 -0
- package/lib/atoms/input-text/input-text.component.d.ts +2 -1
- package/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +8 -0
- package/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.d.ts +9 -0
- package/lib/molecules/h5-with-icon/h5-with-icon.component.d.ts +8 -0
- package/lib/molecules/h5-with-icon/h5-with-icon.model.d.ts +9 -0
- package/lib/molecules/h5-with-icon/h5-with-icon.module.d.ts +12 -0
- package/lib/molecules/molecules.module.d.ts +2 -1
- package/lib/pages/events-settings-page/events-settings-page.component.d.ts +1 -1
- package/lib/pages/events-settings-page/events-settings-page.model.d.ts +0 -1
- package/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +15 -0
- package/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +37 -0
- package/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +18 -0
- package/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.d.ts +6 -0
- package/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.d.ts +8 -0
- package/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.d.ts +6 -0
- package/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.d.ts +8 -0
- package/package.json +1 -1
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.svg +31 -17
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
- package/projects/component-library/global-assets/iconography/library-icons.css +97 -55
- package/projects/component-library/global-assets/iconography/{sfxiconsV1.json → sfx-icons-v2.json} +526 -75
- package/projects/component-library/global-assets/spacing.scss +290 -0
- package/projects/component-library/global.scss +230 -252
- package/projects/component-library/lib/atoms/atoms.module.d.ts +2 -1
- package/projects/component-library/lib/atoms/grid/grid.component.d.ts +3 -6
- package/projects/component-library/lib/atoms/grid/grid.model.d.ts +2 -0
- package/projects/component-library/lib/atoms/icon/icon.component.d.ts +2 -1
- package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +14 -0
- package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +2 -1
- package/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +8 -0
- package/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.d.ts +9 -0
- package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.component.d.ts +8 -0
- package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.model.d.ts +9 -0
- package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.module.d.ts +12 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +2 -1
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +1 -1
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.d.ts +0 -1
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +15 -0
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +37 -0
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +18 -0
- package/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.d.ts +6 -0
- package/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.d.ts +8 -0
- package/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.d.ts +6 -0
- package/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.d.ts +8 -0
- package/projects/component-library/public-api.d.ts +7 -0
- package/public-api.d.ts +7 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family:
|
|
3
|
-
src:
|
|
4
|
-
src:
|
|
5
|
-
url(
|
|
6
|
-
url(
|
|
7
|
-
url(
|
|
2
|
+
font-family: 'library-icons';
|
|
3
|
+
src: url('library-fonts/library-icons.eot?l96x6y');
|
|
4
|
+
src: url('library-fonts/library-icons.eot?l96x6y#iefix') format('embedded-opentype'),
|
|
5
|
+
url('library-fonts/library-icons.ttf?l96x6y') format('truetype'),
|
|
6
|
+
url('library-fonts/library-icons.woff?l96x6y') format('woff'),
|
|
7
|
+
url('library-fonts/library-icons.svg?l96x6y#library-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
[class^="si-"],
|
|
14
14
|
[class*="si-"] {
|
|
15
15
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
16
|
-
font-family:
|
|
16
|
+
font-family: 'library-icons' !important;
|
|
17
17
|
speak: never;
|
|
18
18
|
font-style: normal;
|
|
19
19
|
font-weight: normal;
|
|
@@ -26,6 +26,96 @@
|
|
|
26
26
|
-moz-osx-font-smoothing: grayscale;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
+
.si-access:before {
|
|
30
|
+
content: "\e947";
|
|
31
|
+
}
|
|
32
|
+
.si-chatbot:before {
|
|
33
|
+
content: "\e948";
|
|
34
|
+
}
|
|
35
|
+
.si-codetag:before {
|
|
36
|
+
content: "\e949";
|
|
37
|
+
}
|
|
38
|
+
.si-confirmation:before {
|
|
39
|
+
content: "\e94a";
|
|
40
|
+
}
|
|
41
|
+
.si-field:before {
|
|
42
|
+
content: "\e94b";
|
|
43
|
+
}
|
|
44
|
+
.si-flow:before {
|
|
45
|
+
content: "\e94c";
|
|
46
|
+
}
|
|
47
|
+
.si-form:before {
|
|
48
|
+
content: "\e94d";
|
|
49
|
+
}
|
|
50
|
+
.si-hierarchy:before {
|
|
51
|
+
content: "\e94e";
|
|
52
|
+
}
|
|
53
|
+
.si-list:before {
|
|
54
|
+
content: "\e94f";
|
|
55
|
+
}
|
|
56
|
+
.si-password:before {
|
|
57
|
+
content: "\e950";
|
|
58
|
+
}
|
|
59
|
+
.si-referral:before {
|
|
60
|
+
content: "\e951";
|
|
61
|
+
}
|
|
62
|
+
.si-tag:before {
|
|
63
|
+
content: "\e952";
|
|
64
|
+
}
|
|
65
|
+
.si-team:before {
|
|
66
|
+
content: "\e953";
|
|
67
|
+
}
|
|
68
|
+
.si-workflow:before {
|
|
69
|
+
content: "\e954";
|
|
70
|
+
}
|
|
71
|
+
.si-arrow-next:before {
|
|
72
|
+
content: "\e903";
|
|
73
|
+
}
|
|
74
|
+
.si-arrow-prev:before {
|
|
75
|
+
content: "\e904";
|
|
76
|
+
}
|
|
77
|
+
.si-edit:before {
|
|
78
|
+
content: "\e90b";
|
|
79
|
+
}
|
|
80
|
+
.si-email-drip:before {
|
|
81
|
+
content: "\e90c";
|
|
82
|
+
}
|
|
83
|
+
.si-feedback-no:before {
|
|
84
|
+
content: "\e912";
|
|
85
|
+
}
|
|
86
|
+
.si-feedback-yes:before {
|
|
87
|
+
content: "\e913";
|
|
88
|
+
}
|
|
89
|
+
.si-interview:before {
|
|
90
|
+
content: "\e917";
|
|
91
|
+
}
|
|
92
|
+
.si-menu-analytics:before {
|
|
93
|
+
content: "\e91b";
|
|
94
|
+
}
|
|
95
|
+
.si-menu-campaigns:before {
|
|
96
|
+
content: "\e91d";
|
|
97
|
+
}
|
|
98
|
+
.si-menu-contact:before {
|
|
99
|
+
content: "\e91e";
|
|
100
|
+
}
|
|
101
|
+
.si-menu-dashboard:before {
|
|
102
|
+
content: "\e920";
|
|
103
|
+
}
|
|
104
|
+
.si-menu-events:before {
|
|
105
|
+
content: "\e921";
|
|
106
|
+
}
|
|
107
|
+
.si-menu-folders:before {
|
|
108
|
+
content: "\e922";
|
|
109
|
+
}
|
|
110
|
+
.si-menu-jobs:before {
|
|
111
|
+
content: "\e923";
|
|
112
|
+
}
|
|
113
|
+
.si-status:before {
|
|
114
|
+
content: "\e93e";
|
|
115
|
+
}
|
|
116
|
+
.si-user-multiple:before {
|
|
117
|
+
content: "\e945";
|
|
118
|
+
}
|
|
29
119
|
.si-more-options:before {
|
|
30
120
|
content: "\e901";
|
|
31
121
|
}
|
|
@@ -38,12 +128,6 @@
|
|
|
38
128
|
.si-arrow-hide-reveal:before {
|
|
39
129
|
content: "\e902";
|
|
40
130
|
}
|
|
41
|
-
.si-arrow-next:before {
|
|
42
|
-
content: "\e903";
|
|
43
|
-
}
|
|
44
|
-
.si-arrow-prev:before {
|
|
45
|
-
content: "\e904";
|
|
46
|
-
}
|
|
47
131
|
.si-close-modal:before {
|
|
48
132
|
content: "\e905";
|
|
49
133
|
}
|
|
@@ -62,12 +146,6 @@
|
|
|
62
146
|
.si-download:before {
|
|
63
147
|
content: "\e90a";
|
|
64
148
|
}
|
|
65
|
-
.si-edit:before {
|
|
66
|
-
content: "\e90b";
|
|
67
|
-
}
|
|
68
|
-
.si-email-drip:before {
|
|
69
|
-
content: "\e90c";
|
|
70
|
-
}
|
|
71
149
|
.si-email-open:before {
|
|
72
150
|
content: "\e90d";
|
|
73
151
|
}
|
|
@@ -83,12 +161,6 @@
|
|
|
83
161
|
.si-feedback-maybe:before {
|
|
84
162
|
content: "\e911";
|
|
85
163
|
}
|
|
86
|
-
.si-feedback-no:before {
|
|
87
|
-
content: "\e912";
|
|
88
|
-
}
|
|
89
|
-
.si-feedback-yes:before {
|
|
90
|
-
content: "\e913";
|
|
91
|
-
}
|
|
92
164
|
.si-folder-multiple:before {
|
|
93
165
|
content: "\e914";
|
|
94
166
|
}
|
|
@@ -98,9 +170,6 @@
|
|
|
98
170
|
.si-info:before {
|
|
99
171
|
content: "\e916";
|
|
100
172
|
}
|
|
101
|
-
.si-interview:before {
|
|
102
|
-
content: "\e917";
|
|
103
|
-
}
|
|
104
173
|
.si-link:before {
|
|
105
174
|
content: "\e918";
|
|
106
175
|
}
|
|
@@ -110,33 +179,12 @@
|
|
|
110
179
|
.si-menu-all:before {
|
|
111
180
|
content: "\e91a";
|
|
112
181
|
}
|
|
113
|
-
.si-menu-analytics:before {
|
|
114
|
-
content: "\e91b";
|
|
115
|
-
}
|
|
116
182
|
.si-menu-assets:before {
|
|
117
183
|
content: "\e91c";
|
|
118
184
|
}
|
|
119
|
-
.si-menu-campaigns:before {
|
|
120
|
-
content: "\e91d";
|
|
121
|
-
}
|
|
122
|
-
.si-menu-contact:before {
|
|
123
|
-
content: "\e91e";
|
|
124
|
-
}
|
|
125
185
|
.si-menu-content:before {
|
|
126
186
|
content: "\e91f";
|
|
127
187
|
}
|
|
128
|
-
.si-menu-dashboard:before {
|
|
129
|
-
content: "\e920";
|
|
130
|
-
}
|
|
131
|
-
.si-menu-events:before {
|
|
132
|
-
content: "\e921";
|
|
133
|
-
}
|
|
134
|
-
.si-menu-folders:before {
|
|
135
|
-
content: "\e922";
|
|
136
|
-
}
|
|
137
|
-
.si-menu-jobs:before {
|
|
138
|
-
content: "\e923";
|
|
139
|
-
}
|
|
140
188
|
.si-menu-return:before {
|
|
141
189
|
content: "\e924";
|
|
142
190
|
}
|
|
@@ -212,9 +260,6 @@
|
|
|
212
260
|
.si-sort-mini:before {
|
|
213
261
|
content: "\e93d";
|
|
214
262
|
}
|
|
215
|
-
.si-status:before {
|
|
216
|
-
content: "\e93e";
|
|
217
|
-
}
|
|
218
263
|
.si-system-action:before {
|
|
219
264
|
content: "\e93f";
|
|
220
265
|
}
|
|
@@ -233,9 +278,6 @@
|
|
|
233
278
|
.si-upload:before {
|
|
234
279
|
content: "\e944";
|
|
235
280
|
}
|
|
236
|
-
.si-user-multiple:before {
|
|
237
|
-
content: "\e945";
|
|
238
|
-
}
|
|
239
281
|
.si-user:before {
|
|
240
282
|
content: "\e946";
|
|
241
283
|
}
|