tiny-ui 0.0.94 → 0.0.95
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/.stylelintrc +19 -0
- package/babel.config.js +30 -0
- package/components/_utils/dom.ts +1 -1
- package/components/alert/__tests__/alert.test.tsx +36 -38
- package/components/aspect-ratio/__tests__/aspect-ratio.test.tsx +7 -4
- package/components/button/__tests__/button-group.test.tsx +49 -8
- package/components/checkbox/checkbox.tsx +3 -3
- package/components/grid/style/_index.scss +2 -2
- package/components/index.ts +5 -3
- package/components/input/input.tsx +1 -1
- package/components/layout/layout.tsx +1 -1
- package/components/link/__test__/__snapshots__/link.test.tsx.snap +17 -0
- package/components/link/__test__/link.test.tsx +27 -0
- package/components/popup/index.tsx +3 -4
- package/components/popup/style/_index.scss +5 -4
- package/components/radio/radio.tsx +1 -1
- package/components/sticky/style/_index.scss +4 -1
- package/components/style/_animation.scss +3 -0
- package/components/style/_component.scss +0 -1
- package/components/style/_font.scss +247 -246
- package/components/style/_mixins.scss +1 -1
- package/components/style/_normalise.scss +7 -0
- package/components/style/_variables.scss +183 -183
- package/components/switch/index.tsx +1 -1
- package/components/switch/style/_mixin.scss +2 -2
- package/components/tooltip/style/_index.scss +5 -4
- package/dist/styles/index.css +7140 -5434
- package/dist/styles/index.css.map +1 -1
- package/dist/styles/index.min.css +1 -1
- package/dist/styles/index.min.css.map +1 -1
- package/dist/tiny.js +3695 -1916
- package/dist/tiny.map +1 -1
- package/dist/tiny.min.js +2 -6
- package/dist/tiny.min.js.LICENSE.txt +20 -0
- package/lib/_utils/dom.d.ts +8 -1
- package/lib/_utils/general.js +2 -2
- package/lib/_utils/general.js.map +1 -1
- package/lib/_utils/warning.js +1 -1
- package/lib/_utils/warning.js.map +1 -1
- package/lib/alert/index.js +7 -7
- package/lib/alert/index.js.map +1 -1
- package/lib/anchor/anchor-link.d.ts +1 -1
- package/lib/anchor/anchor-link.js +3 -3
- package/lib/anchor/anchor-link.js.map +1 -1
- package/lib/anchor/anchor.js +8 -8
- package/lib/anchor/anchor.js.map +1 -1
- package/lib/aspect-ratio/index.js +2 -2
- package/lib/aspect-ratio/index.js.map +1 -1
- package/lib/avatar/avatar.js +8 -8
- package/lib/avatar/avatar.js.map +1 -1
- package/lib/badge/index.js +4 -4
- package/lib/badge/index.js.map +1 -1
- package/lib/breadcrumb/breadcrumb-item.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.js.map +1 -1
- package/lib/breadcrumb/breadcrumb.js +1 -1
- package/lib/breadcrumb/breadcrumb.js.map +1 -1
- package/lib/button/button-group.d.ts +1 -1
- package/lib/button/button-group.js +2 -2
- package/lib/button/button-group.js.map +1 -1
- package/lib/button/button.d.ts +1 -1
- package/lib/button/button.js +9 -9
- package/lib/button/button.js.map +1 -1
- package/lib/calendar/index.js +4 -4
- package/lib/calendar/index.js.map +1 -1
- package/lib/card/card-content.js +1 -1
- package/lib/card/card-content.js.map +1 -1
- package/lib/card/card.js +5 -5
- package/lib/card/card.js.map +1 -1
- package/lib/carousel/arrow-group.js +3 -3
- package/lib/carousel/arrow-group.js.map +1 -1
- package/lib/carousel/carousel.js +3 -3
- package/lib/carousel/carousel.js.map +1 -1
- package/lib/carousel/dot-group.js +3 -3
- package/lib/carousel/dot-group.js.map +1 -1
- package/lib/checkbox/checkbox-group.d.ts +1 -1
- package/lib/checkbox/checkbox-group.js +3 -3
- package/lib/checkbox/checkbox-group.js.map +1 -1
- package/lib/checkbox/checkbox.d.ts +1 -1
- package/lib/checkbox/checkbox.js +8 -8
- package/lib/checkbox/checkbox.js.map +1 -1
- package/lib/collapse/collapse-panel.js +8 -8
- package/lib/collapse/collapse-panel.js.map +1 -1
- package/lib/collapse/collapse.d.ts +1 -1
- package/lib/collapse/collapse.js +4 -4
- package/lib/collapse/collapse.js.map +1 -1
- package/lib/date-picker/picker-day.js +9 -9
- package/lib/date-picker/picker-day.js.map +1 -1
- package/lib/date-picker/picker-header.js +7 -7
- package/lib/date-picker/picker-header.js.map +1 -1
- package/lib/descriptions/col.js +7 -7
- package/lib/descriptions/col.js.map +1 -1
- package/lib/descriptions/descriptions.js +4 -4
- package/lib/descriptions/descriptions.js.map +1 -1
- package/lib/descriptions/row.js +3 -3
- package/lib/descriptions/row.js.map +1 -1
- package/lib/divider/index.js +4 -4
- package/lib/divider/index.js.map +1 -1
- package/lib/drawer/index.js +7 -7
- package/lib/drawer/index.js.map +1 -1
- package/lib/empty/index.js +4 -4
- package/lib/empty/index.js.map +1 -1
- package/lib/flip/flip.js +11 -11
- package/lib/flip/flip.js.map +1 -1
- package/lib/form/form-helper.js +1 -1
- package/lib/form/form-helper.js.map +1 -1
- package/lib/form/form-item.js +11 -11
- package/lib/form/form-item.js.map +1 -1
- package/lib/form/form.js +1 -1
- package/lib/form/form.js.map +1 -1
- package/lib/grid/col.js +4 -4
- package/lib/grid/col.js.map +1 -1
- package/lib/grid/row.js +2 -2
- package/lib/grid/row.js.map +1 -1
- package/lib/grid/style/_index.scss +2 -2
- package/lib/icon/index.js +2 -2
- package/lib/icon/index.js.map +1 -1
- package/lib/image/index.js +1 -1
- package/lib/image/index.js.map +1 -1
- package/lib/index.d.ts +1 -2
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/lib/input/input-group-addon.js +2 -2
- package/lib/input/input-group-addon.js.map +1 -1
- package/lib/input/input.d.ts +1 -1
- package/lib/input/input.js +7 -7
- package/lib/input/input.js.map +1 -1
- package/lib/input-number/index.js +9 -9
- package/lib/input-number/index.js.map +1 -1
- package/lib/input-password/index.js +2 -2
- package/lib/input-password/index.js.map +1 -1
- package/lib/keyboard/index.d.ts +1 -1
- package/lib/layout/layout.d.ts +4 -4
- package/lib/layout/layout.js +1 -1
- package/lib/layout/layout.js.map +1 -1
- package/lib/layout/sidebar.d.ts +1 -1
- package/lib/layout/sidebar.js +4 -4
- package/lib/layout/sidebar.js.map +1 -1
- package/lib/link/index.js +2 -2
- package/lib/link/index.js.map +1 -1
- package/lib/loader/index.js +9 -9
- package/lib/loader/index.js.map +1 -1
- package/lib/loader/indicator.js +5 -5
- package/lib/loader/indicator.js.map +1 -1
- package/lib/loading-bar/index.js +1 -1
- package/lib/loading-bar/index.js.map +1 -1
- package/lib/loading-bar/loading-bar.js +1 -1
- package/lib/loading-bar/loading-bar.js.map +1 -1
- package/lib/menu/menu-item-group.js +3 -3
- package/lib/menu/menu-item-group.js.map +1 -1
- package/lib/menu/menu-item.js +2 -2
- package/lib/menu/menu-item.js.map +1 -1
- package/lib/menu/menu.js +2 -2
- package/lib/menu/menu.js.map +1 -1
- package/lib/menu/sub-menu.js +11 -11
- package/lib/menu/sub-menu.js.map +1 -1
- package/lib/message/index.js +2 -2
- package/lib/message/index.js.map +1 -1
- package/lib/message/message.js +9 -9
- package/lib/message/message.js.map +1 -1
- package/lib/modal/index.js +10 -10
- package/lib/modal/index.js.map +1 -1
- package/lib/native-select/native-opt-group.d.ts +3 -3
- package/lib/native-select/native-option.d.ts +3 -3
- package/lib/native-select/native-select.d.ts +1 -1
- package/lib/native-select/native-select.js +2 -2
- package/lib/native-select/native-select.js.map +1 -1
- package/lib/notification/index.js +6 -6
- package/lib/notification/index.js.map +1 -1
- package/lib/notification/notification.js +6 -6
- package/lib/notification/notification.js.map +1 -1
- package/lib/overlay/index.js +2 -2
- package/lib/overlay/index.js.map +1 -1
- package/lib/pagination/index.js +11 -11
- package/lib/pagination/index.js.map +1 -1
- package/lib/pop-confirm/index.js +4 -4
- package/lib/pop-confirm/index.js.map +1 -1
- package/lib/popover/index.js +4 -4
- package/lib/popover/index.js.map +1 -1
- package/lib/popup/index.js +6 -6
- package/lib/popup/index.js.map +1 -1
- package/lib/popup/style/_index.scss +5 -4
- package/lib/progress/bar.js +10 -10
- package/lib/progress/bar.js.map +1 -1
- package/lib/progress/circle.js +6 -6
- package/lib/progress/circle.js.map +1 -1
- package/lib/progress/index.d.ts +2 -2
- package/lib/radio/radio-group.d.ts +1 -1
- package/lib/radio/radio.d.ts +1 -1
- package/lib/radio/radio.js +5 -5
- package/lib/radio/radio.js.map +1 -1
- package/lib/rate/index.d.ts +1 -1
- package/lib/rate/rate-item.js +3 -3
- package/lib/rate/rate-item.js.map +1 -1
- package/lib/result/index.d.ts +1 -1
- package/lib/result/index.js +7 -7
- package/lib/result/index.js.map +1 -1
- package/lib/scroll-indicator/index.js +2 -2
- package/lib/scroll-indicator/index.js.map +1 -1
- package/lib/select/opt-group.js +2 -2
- package/lib/select/opt-group.js.map +1 -1
- package/lib/select/option.js +3 -3
- package/lib/select/option.js.map +1 -1
- package/lib/select/select.js +3 -3
- package/lib/select/select.js.map +1 -1
- package/lib/skeleton/index.d.ts +1 -1
- package/lib/skeleton/index.js +2 -2
- package/lib/skeleton/index.js.map +1 -1
- package/lib/slider/index.d.ts +1 -1
- package/lib/slider/index.js +23 -23
- package/lib/slider/index.js.map +1 -1
- package/lib/space/index.d.ts +1 -1
- package/lib/space/index.js +2 -2
- package/lib/space/index.js.map +1 -1
- package/lib/split/resizer.js +2 -2
- package/lib/split/resizer.js.map +1 -1
- package/lib/split/split-pane.d.ts +1 -1
- package/lib/split/split.js +2 -2
- package/lib/split/split.js.map +1 -1
- package/lib/split-button/index.js +1 -1
- package/lib/split-button/index.js.map +1 -1
- package/lib/steps/steps-item.d.ts +1 -1
- package/lib/steps/steps-item.js +8 -8
- package/lib/steps/steps-item.js.map +1 -1
- package/lib/steps/steps.d.ts +1 -1
- package/lib/steps/steps.js +1 -1
- package/lib/steps/steps.js.map +1 -1
- package/lib/sticky/style/_index.scss +4 -1
- package/lib/strength-indicator/index.d.ts +1 -1
- package/lib/strength-indicator/index.js +4 -4
- package/lib/strength-indicator/index.js.map +1 -1
- package/lib/style/_animation.scss +3 -0
- package/lib/style/_component.scss +0 -1
- package/lib/style/_font.scss +247 -246
- package/lib/style/_mixins.scss +1 -1
- package/lib/style/_normalise.scss +7 -0
- package/lib/style/_variables.scss +183 -183
- package/lib/style/index.css +7140 -5433
- package/lib/switch/index.d.ts +1 -1
- package/lib/switch/index.js +8 -8
- package/lib/switch/index.js.map +1 -1
- package/lib/switch/style/_mixin.scss +2 -2
- package/lib/tabs/style/index.css +64 -52
- package/lib/tabs/tab-panel.d.ts +1 -1
- package/lib/tabs/tab-panel.js +1 -1
- package/lib/tabs/tab-panel.js.map +1 -1
- package/lib/tabs/tabs.d.ts +1 -1
- package/lib/tabs/tabs.js +20 -20
- package/lib/tabs/tabs.js.map +1 -1
- package/lib/tag/checkable-tag.js +1 -1
- package/lib/tag/checkable-tag.js.map +1 -1
- package/lib/tag/tag.js +4 -4
- package/lib/tag/tag.js.map +1 -1
- package/lib/textarea/index.js +3 -3
- package/lib/textarea/index.js.map +1 -1
- package/lib/time-picker/time-panel.js +5 -5
- package/lib/time-picker/time-panel.js.map +1 -1
- package/lib/timeline/timeline-item.js +3 -3
- package/lib/timeline/timeline-item.js.map +1 -1
- package/lib/timeline/timeline.js +3 -3
- package/lib/timeline/timeline.js.map +1 -1
- package/lib/tooltip/index.js +1 -1
- package/lib/tooltip/index.js.map +1 -1
- package/lib/tooltip/style/_index.scss +5 -4
- package/lib/transfer/transfer-panel.d.ts +1 -1
- package/lib/transfer/transfer-panel.js +9 -9
- package/lib/transfer/transfer-panel.js.map +1 -1
- package/lib/transfer/transfer.d.ts +1 -1
- package/lib/transfer/transfer.js +8 -8
- package/lib/transfer/transfer.js.map +1 -1
- package/lib/transition/index.js +1 -1
- package/lib/transition/index.js.map +1 -1
- package/lib/tree/tree-instance.js +2 -3
- package/lib/tree/tree-instance.js.map +1 -1
- package/lib/tree/tree-node.js +7 -7
- package/lib/tree/tree-node.js.map +1 -1
- package/lib/tree/tree.d.ts +1 -1
- package/lib/tree/tree.js +3 -3
- package/lib/tree/tree.js.map +1 -1
- package/lib/typography/heading.js +1 -1
- package/lib/typography/heading.js.map +1 -1
- package/lib/typography/paragraph.d.ts +1 -1
- package/lib/typography/typography.d.ts +1 -1
- package/lib/upload/dragger-cover.js +3 -3
- package/lib/upload/dragger-cover.js.map +1 -1
- package/lib/upload/upload-list.js +6 -6
- package/lib/upload/upload-list.js.map +1 -1
- package/lib/upload/upload.js +4 -4
- package/lib/upload/upload.js.map +1 -1
- package/package.json +89 -70
- package/components/waterfall/index.tsx +0 -78
- package/components/waterfall/style/_index.scss +0 -10
- package/components/waterfall/style/index.tsx +0 -1
- package/lib/waterfall/index.d.ts +0 -9
- package/lib/waterfall/index.js +0 -54
- package/lib/waterfall/index.js.map +0 -1
- package/lib/waterfall/style/_index.scss +0 -10
- package/lib/waterfall/style/css.js +0 -2
- package/lib/waterfall/style/index.d.ts +0 -1
- package/lib/waterfall/style/index.js +0 -2
- package/lib/waterfall/style/index.js.map +0 -1
package/lib/style/_font.scss
CHANGED
|
@@ -3,978 +3,979 @@
|
|
|
3
3
|
@font-face {
|
|
4
4
|
font-family: 'tiny';
|
|
5
5
|
src: url('#{$font-path}/iconfont.eot');
|
|
6
|
-
src:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
src:
|
|
7
|
+
url('#{$font-path}/iconfont.eot?#iefix') format('embedded-opentype'),
|
|
8
|
+
url('#{$font-path}/iconfont.woff') format('woff'),
|
|
9
|
+
url('#{$font-path}/iconfont.ttf') format('truetype'),
|
|
10
|
+
url('#{$font-path}/iconfont.svg#tiny') format('svg');
|
|
10
11
|
font-weight: normal;
|
|
11
12
|
font-style: normal;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
|
-
.ty--loader
|
|
15
|
+
.ty--loader::before {
|
|
15
16
|
content: "\e78d";
|
|
16
17
|
}
|
|
17
18
|
|
|
18
|
-
.ty--loader-3quarter
|
|
19
|
+
.ty--loader-3quarter::before {
|
|
19
20
|
content: "\e6dc";
|
|
20
21
|
}
|
|
21
22
|
|
|
22
|
-
.ty--loader-circle
|
|
23
|
+
.ty--loader-circle::before {
|
|
23
24
|
content: "\ef54";
|
|
24
25
|
}
|
|
25
26
|
|
|
26
|
-
.ty--loader-quarter
|
|
27
|
+
.ty--loader-quarter::before {
|
|
27
28
|
content: "\ef55";
|
|
28
29
|
}
|
|
29
30
|
|
|
30
|
-
.ty--colorlens
|
|
31
|
+
.ty--colorlens::before {
|
|
31
32
|
content: "\e60a";
|
|
32
33
|
}
|
|
33
34
|
|
|
34
|
-
.ty--brush
|
|
35
|
+
.ty--brush::before {
|
|
35
36
|
content: "\e902";
|
|
36
37
|
}
|
|
37
38
|
|
|
38
|
-
.ty--accessible
|
|
39
|
+
.ty--accessible::before {
|
|
39
40
|
content: "\e7dc";
|
|
40
41
|
}
|
|
41
42
|
|
|
42
|
-
.ty--plus
|
|
43
|
+
.ty--plus::before {
|
|
43
44
|
content: "\e605";
|
|
44
45
|
}
|
|
45
46
|
|
|
46
|
-
.ty--close
|
|
47
|
+
.ty--close::before {
|
|
47
48
|
content: "\eadd";
|
|
48
49
|
}
|
|
49
50
|
|
|
50
|
-
.ty--minus
|
|
51
|
+
.ty--minus::before {
|
|
51
52
|
content: "\e7fd";
|
|
52
53
|
}
|
|
53
54
|
|
|
54
|
-
.ty--eye
|
|
55
|
+
.ty--eye::before {
|
|
55
56
|
content: "\e78f";
|
|
56
57
|
}
|
|
57
58
|
|
|
58
|
-
.ty--eye-close
|
|
59
|
+
.ty--eye-close::before {
|
|
59
60
|
content: "\e8ff";
|
|
60
61
|
}
|
|
61
62
|
|
|
62
|
-
.ty--fire
|
|
63
|
+
.ty--fire::before {
|
|
63
64
|
content: "\e842";
|
|
64
65
|
}
|
|
65
66
|
|
|
66
|
-
.ty--heart-fill
|
|
67
|
+
.ty--heart-fill::before {
|
|
67
68
|
content: "\e850";
|
|
68
69
|
}
|
|
69
70
|
|
|
70
|
-
.ty--fire-fill
|
|
71
|
+
.ty--fire-fill::before {
|
|
71
72
|
content: "\e866";
|
|
72
73
|
}
|
|
73
74
|
|
|
74
|
-
.ty--star-fill
|
|
75
|
+
.ty--star-fill::before {
|
|
75
76
|
content: "\e86a";
|
|
76
77
|
}
|
|
77
78
|
|
|
78
|
-
.ty--scan
|
|
79
|
+
.ty--scan::before {
|
|
79
80
|
content: "\e7d4";
|
|
80
81
|
}
|
|
81
82
|
|
|
82
|
-
.ty--heart
|
|
83
|
+
.ty--heart::before {
|
|
83
84
|
content: "\e7df";
|
|
84
85
|
}
|
|
85
86
|
|
|
86
|
-
.ty--star
|
|
87
|
+
.ty--star::before {
|
|
87
88
|
content: "\e7e0";
|
|
88
89
|
}
|
|
89
90
|
|
|
90
|
-
.ty--sync
|
|
91
|
+
.ty--sync::before {
|
|
91
92
|
content: "\e786";
|
|
92
93
|
}
|
|
93
94
|
|
|
94
|
-
.ty--check-fill
|
|
95
|
+
.ty--check-fill::before {
|
|
95
96
|
content: "\e844";
|
|
96
97
|
}
|
|
97
98
|
|
|
98
|
-
.ty--left-fill
|
|
99
|
+
.ty--left-fill::before {
|
|
99
100
|
content: "\e845";
|
|
100
101
|
}
|
|
101
102
|
|
|
102
|
-
.ty--down-fill
|
|
103
|
+
.ty--down-fill::before {
|
|
103
104
|
content: "\e846";
|
|
104
105
|
}
|
|
105
106
|
|
|
106
|
-
.ty--minus-fill
|
|
107
|
+
.ty--minus-fill::before {
|
|
107
108
|
content: "\e847";
|
|
108
109
|
}
|
|
109
110
|
|
|
110
|
-
.ty--close-fill
|
|
111
|
+
.ty--close-fill::before {
|
|
111
112
|
content: "\e848";
|
|
112
113
|
}
|
|
113
114
|
|
|
114
|
-
.ty--info-fill
|
|
115
|
+
.ty--info-fill::before {
|
|
115
116
|
content: "\e849";
|
|
116
117
|
}
|
|
117
118
|
|
|
118
|
-
.ty--up-fill
|
|
119
|
+
.ty--up-fill::before {
|
|
119
120
|
content: "\e84a";
|
|
120
121
|
}
|
|
121
122
|
|
|
122
|
-
.ty--right-fill
|
|
123
|
+
.ty--right-fill::before {
|
|
123
124
|
content: "\e84b";
|
|
124
125
|
}
|
|
125
126
|
|
|
126
|
-
.ty--plus-fill
|
|
127
|
+
.ty--plus-fill::before {
|
|
127
128
|
content: "\e84c";
|
|
128
129
|
}
|
|
129
130
|
|
|
130
|
-
.ty--question-fill
|
|
131
|
+
.ty--question-fill::before {
|
|
131
132
|
content: "\e84d";
|
|
132
133
|
}
|
|
133
134
|
|
|
134
|
-
.ty--play-fill
|
|
135
|
+
.ty--play-fill::before {
|
|
135
136
|
content: "\e84e";
|
|
136
137
|
}
|
|
137
138
|
|
|
138
|
-
.ty--warn-fill
|
|
139
|
+
.ty--warn-fill::before {
|
|
139
140
|
content: "\e84f";
|
|
140
141
|
}
|
|
141
142
|
|
|
142
|
-
.ty--switch
|
|
143
|
+
.ty--switch::before {
|
|
143
144
|
content: "\e697";
|
|
144
145
|
}
|
|
145
146
|
|
|
146
|
-
.ty--code
|
|
147
|
+
.ty--code::before {
|
|
147
148
|
content: "\e6a5";
|
|
148
149
|
}
|
|
149
150
|
|
|
150
|
-
.ty--face
|
|
151
|
+
.ty--face::before {
|
|
151
152
|
content: "\e6a7";
|
|
152
153
|
}
|
|
153
154
|
|
|
154
|
-
.ty--laptop
|
|
155
|
+
.ty--laptop::before {
|
|
155
156
|
content: "\e6f9";
|
|
156
157
|
}
|
|
157
158
|
|
|
158
|
-
.ty--link
|
|
159
|
+
.ty--link::before {
|
|
159
160
|
content: "\e7e2";
|
|
160
161
|
}
|
|
161
162
|
|
|
162
|
-
.ty--branch
|
|
163
|
+
.ty--branch::before {
|
|
163
164
|
content: "\e7e8";
|
|
164
165
|
}
|
|
165
166
|
|
|
166
|
-
.ty--fork
|
|
167
|
+
.ty--fork::before {
|
|
167
168
|
content: "\e7e9";
|
|
168
169
|
}
|
|
169
170
|
|
|
170
|
-
.ty--right
|
|
171
|
+
.ty--right::before {
|
|
171
172
|
content: "\e7eb";
|
|
172
173
|
}
|
|
173
174
|
|
|
174
|
-
.ty--left
|
|
175
|
+
.ty--left::before {
|
|
175
176
|
content: "\e7ec";
|
|
176
177
|
}
|
|
177
178
|
|
|
178
|
-
.ty--up
|
|
179
|
+
.ty--up::before {
|
|
179
180
|
content: "\e7ed";
|
|
180
181
|
}
|
|
181
182
|
|
|
182
|
-
.ty--down
|
|
183
|
+
.ty--down::before {
|
|
183
184
|
content: "\e7ee";
|
|
184
185
|
}
|
|
185
186
|
|
|
186
|
-
.ty--arrow-right
|
|
187
|
+
.ty--arrow-right::before {
|
|
187
188
|
content: "\e7ef";
|
|
188
189
|
}
|
|
189
190
|
|
|
190
|
-
.ty--arrow-up
|
|
191
|
+
.ty--arrow-up::before {
|
|
191
192
|
content: "\e7f0";
|
|
192
193
|
}
|
|
193
194
|
|
|
194
|
-
.ty--arrow-left
|
|
195
|
+
.ty--arrow-left::before {
|
|
195
196
|
content: "\e7f1";
|
|
196
197
|
}
|
|
197
198
|
|
|
198
|
-
.ty--arrow-down
|
|
199
|
+
.ty--arrow-down::before {
|
|
199
200
|
content: "\e7f2";
|
|
200
201
|
}
|
|
201
202
|
|
|
202
|
-
.ty--wallet
|
|
203
|
+
.ty--wallet::before {
|
|
203
204
|
content: "\e798";
|
|
204
205
|
}
|
|
205
206
|
|
|
206
|
-
.ty--add-user
|
|
207
|
+
.ty--add-user::before {
|
|
207
208
|
content: "\e7ae";
|
|
208
209
|
}
|
|
209
210
|
|
|
210
|
-
.ty--del-team
|
|
211
|
+
.ty--del-team::before {
|
|
211
212
|
content: "\e7af";
|
|
212
213
|
}
|
|
213
214
|
|
|
214
|
-
.ty--del-user
|
|
215
|
+
.ty--del-user::before {
|
|
215
216
|
content: "\e7b0";
|
|
216
217
|
}
|
|
217
218
|
|
|
218
|
-
.ty--add-team
|
|
219
|
+
.ty--add-team::before {
|
|
219
220
|
content: "\e7b1";
|
|
220
221
|
}
|
|
221
222
|
|
|
222
|
-
.ty--team
|
|
223
|
+
.ty--team::before {
|
|
223
224
|
content: "\e7b2";
|
|
224
225
|
}
|
|
225
226
|
|
|
226
|
-
.ty--customer-service
|
|
227
|
+
.ty--customer-service::before {
|
|
227
228
|
content: "\e7ca";
|
|
228
229
|
}
|
|
229
230
|
|
|
230
|
-
.ty--tags
|
|
231
|
+
.ty--tags::before {
|
|
231
232
|
content: "\e7e5";
|
|
232
233
|
}
|
|
233
234
|
|
|
234
|
-
.ty--share
|
|
235
|
+
.ty--share::before {
|
|
235
236
|
content: "\e7e7";
|
|
236
237
|
}
|
|
237
238
|
|
|
238
|
-
.ty--behance
|
|
239
|
+
.ty--behance::before {
|
|
239
240
|
content: "\e87a";
|
|
240
241
|
}
|
|
241
242
|
|
|
242
|
-
.ty--medium
|
|
243
|
+
.ty--medium::before {
|
|
243
244
|
content: "\e87b";
|
|
244
245
|
}
|
|
245
246
|
|
|
246
|
-
.ty--google
|
|
247
|
+
.ty--google::before {
|
|
247
248
|
content: "\e87c";
|
|
248
249
|
}
|
|
249
250
|
|
|
250
|
-
.ty--instagram
|
|
251
|
+
.ty--instagram::before {
|
|
251
252
|
content: "\e87f";
|
|
252
253
|
}
|
|
253
254
|
|
|
254
|
-
.ty--dropbox
|
|
255
|
+
.ty--dropbox::before {
|
|
255
256
|
content: "\e881";
|
|
256
257
|
}
|
|
257
258
|
|
|
258
|
-
.ty--android
|
|
259
|
+
.ty--android::before {
|
|
259
260
|
content: "\e882";
|
|
260
261
|
}
|
|
261
262
|
|
|
262
|
-
.ty--apple
|
|
263
|
+
.ty--apple::before {
|
|
263
264
|
content: "\e883";
|
|
264
265
|
}
|
|
265
266
|
|
|
266
|
-
.ty--html
|
|
267
|
+
.ty--html::before {
|
|
267
268
|
content: "\e884";
|
|
268
269
|
}
|
|
269
270
|
|
|
270
|
-
.ty--twitter
|
|
271
|
+
.ty--twitter::before {
|
|
271
272
|
content: "\e885";
|
|
272
273
|
}
|
|
273
274
|
|
|
274
|
-
.ty--skype
|
|
275
|
+
.ty--skype::before {
|
|
275
276
|
content: "\e886";
|
|
276
277
|
}
|
|
277
278
|
|
|
278
|
-
.ty--weibo
|
|
279
|
+
.ty--weibo::before {
|
|
279
280
|
content: "\e887";
|
|
280
281
|
}
|
|
281
282
|
|
|
282
|
-
.ty--youtube
|
|
283
|
+
.ty--youtube::before {
|
|
283
284
|
content: "\e888";
|
|
284
285
|
}
|
|
285
286
|
|
|
286
|
-
.ty--wechat
|
|
287
|
+
.ty--wechat::before {
|
|
287
288
|
content: "\e889";
|
|
288
289
|
}
|
|
289
290
|
|
|
290
|
-
.ty--chrome
|
|
291
|
+
.ty--chrome::before {
|
|
291
292
|
content: "\e88a";
|
|
292
293
|
}
|
|
293
294
|
|
|
294
|
-
.ty--github
|
|
295
|
+
.ty--github::before {
|
|
295
296
|
content: "\e88b";
|
|
296
297
|
}
|
|
297
298
|
|
|
298
|
-
.ty--facebook
|
|
299
|
+
.ty--facebook::before {
|
|
299
300
|
content: "\e88d";
|
|
300
301
|
}
|
|
301
302
|
|
|
302
|
-
.ty--linkedin
|
|
303
|
+
.ty--linkedin::before {
|
|
303
304
|
content: "\e890";
|
|
304
305
|
}
|
|
305
306
|
|
|
306
|
-
.ty--slack
|
|
307
|
+
.ty--slack::before {
|
|
307
308
|
content: "\e891";
|
|
308
309
|
}
|
|
309
310
|
|
|
310
|
-
.ty--switch-user
|
|
311
|
+
.ty--switch-user::before {
|
|
311
312
|
content: "\e8ea";
|
|
312
313
|
}
|
|
313
314
|
|
|
314
|
-
.ty--credit-card
|
|
315
|
+
.ty--credit-card::before {
|
|
315
316
|
content: "\e650";
|
|
316
317
|
}
|
|
317
318
|
|
|
318
|
-
.ty--desktop
|
|
319
|
+
.ty--desktop::before {
|
|
319
320
|
content: "\e657";
|
|
320
321
|
}
|
|
321
322
|
|
|
322
|
-
.ty--gift
|
|
323
|
+
.ty--gift::before {
|
|
323
324
|
content: "\e661";
|
|
324
325
|
}
|
|
325
326
|
|
|
326
|
-
.ty--pie-chart
|
|
327
|
+
.ty--pie-chart::before {
|
|
327
328
|
content: "\e666";
|
|
328
329
|
}
|
|
329
330
|
|
|
330
|
-
.ty--id-card
|
|
331
|
+
.ty--id-card::before {
|
|
331
332
|
content: "\e66f";
|
|
332
333
|
}
|
|
333
334
|
|
|
334
|
-
.ty--wifi
|
|
335
|
+
.ty--wifi::before {
|
|
335
336
|
content: "\e671";
|
|
336
337
|
}
|
|
337
338
|
|
|
338
|
-
.ty--qrcode
|
|
339
|
+
.ty--qrcode::before {
|
|
339
340
|
content: "\e689";
|
|
340
341
|
}
|
|
341
342
|
|
|
342
|
-
.ty--setting
|
|
343
|
+
.ty--setting::before {
|
|
343
344
|
content: "\e694";
|
|
344
345
|
}
|
|
345
346
|
|
|
346
|
-
.ty--skin
|
|
347
|
+
.ty--skin::before {
|
|
347
348
|
content: "\e696";
|
|
348
349
|
}
|
|
349
350
|
|
|
350
|
-
.ty--audio-fill
|
|
351
|
+
.ty--audio-fill::before {
|
|
351
352
|
content: "\e606";
|
|
352
353
|
}
|
|
353
354
|
|
|
354
|
-
.ty--audio
|
|
355
|
+
.ty--audio::before {
|
|
355
356
|
content: "\e619";
|
|
356
357
|
}
|
|
357
358
|
|
|
358
|
-
.ty--audio-mute
|
|
359
|
+
.ty--audio-mute::before {
|
|
359
360
|
content: "\e623";
|
|
360
361
|
}
|
|
361
362
|
|
|
362
|
-
.ty--comment
|
|
363
|
+
.ty--comment::before {
|
|
363
364
|
content: "\e627";
|
|
364
365
|
}
|
|
365
366
|
|
|
366
|
-
.ty--login
|
|
367
|
+
.ty--login::before {
|
|
367
368
|
content: "\e62b";
|
|
368
369
|
}
|
|
369
370
|
|
|
370
|
-
.ty--zoomin
|
|
371
|
+
.ty--zoomin::before {
|
|
371
372
|
content: "\e63c";
|
|
372
373
|
}
|
|
373
374
|
|
|
374
|
-
.ty--zoomout
|
|
375
|
+
.ty--zoomout::before {
|
|
375
376
|
content: "\e63f";
|
|
376
377
|
}
|
|
377
378
|
|
|
378
|
-
.ty--search
|
|
379
|
+
.ty--search::before {
|
|
379
380
|
content: "\e64a";
|
|
380
381
|
}
|
|
381
382
|
|
|
382
|
-
.ty--arrow-down-left
|
|
383
|
+
.ty--arrow-down-left::before {
|
|
383
384
|
content: "\e633";
|
|
384
385
|
}
|
|
385
386
|
|
|
386
|
-
.ty--arrow-down-right
|
|
387
|
+
.ty--arrow-down-right::before {
|
|
387
388
|
content: "\e634";
|
|
388
389
|
}
|
|
389
390
|
|
|
390
|
-
.ty--arrow-down-left-circle
|
|
391
|
+
.ty--arrow-down-left-circle::before {
|
|
391
392
|
content: "\e635";
|
|
392
393
|
}
|
|
393
394
|
|
|
394
|
-
.ty--dislike
|
|
395
|
+
.ty--dislike::before {
|
|
395
396
|
content: "\e637";
|
|
396
397
|
}
|
|
397
398
|
|
|
398
|
-
.ty--donate
|
|
399
|
+
.ty--donate::before {
|
|
399
400
|
content: "\e638";
|
|
400
401
|
}
|
|
401
402
|
|
|
402
|
-
.ty--document
|
|
403
|
+
.ty--document::before {
|
|
403
404
|
content: "\e63a";
|
|
404
405
|
}
|
|
405
406
|
|
|
406
|
-
.ty--doc-file
|
|
407
|
+
.ty--doc-file::before {
|
|
407
408
|
content: "\e63b";
|
|
408
409
|
}
|
|
409
410
|
|
|
410
|
-
.ty--delete-archive
|
|
411
|
+
.ty--delete-archive::before {
|
|
411
412
|
content: "\e63d";
|
|
412
413
|
}
|
|
413
414
|
|
|
414
|
-
.ty--delete-file
|
|
415
|
+
.ty--delete-file::before {
|
|
415
416
|
content: "\e63e";
|
|
416
417
|
}
|
|
417
418
|
|
|
418
|
-
.ty--diploma
|
|
419
|
+
.ty--diploma::before {
|
|
419
420
|
content: "\e640";
|
|
420
421
|
}
|
|
421
422
|
|
|
422
|
-
.ty--medal
|
|
423
|
+
.ty--medal::before {
|
|
423
424
|
content: "\e641";
|
|
424
425
|
}
|
|
425
426
|
|
|
426
|
-
.ty--department
|
|
427
|
+
.ty--department::before {
|
|
427
428
|
content: "\e642";
|
|
428
429
|
}
|
|
429
430
|
|
|
430
|
-
.ty--customer-support
|
|
431
|
+
.ty--customer-support::before {
|
|
431
432
|
content: "\e644";
|
|
432
433
|
}
|
|
433
434
|
|
|
434
|
-
.ty--cursor
|
|
435
|
+
.ty--cursor::before {
|
|
435
436
|
content: "\e645";
|
|
436
437
|
}
|
|
437
438
|
|
|
438
|
-
.ty--create-archive
|
|
439
|
+
.ty--create-archive::before {
|
|
439
440
|
content: "\e646";
|
|
440
441
|
}
|
|
441
442
|
|
|
442
|
-
.ty--css
|
|
443
|
+
.ty--css::before {
|
|
443
444
|
content: "\e647";
|
|
444
445
|
}
|
|
445
446
|
|
|
446
|
-
.ty--currency-exchange
|
|
447
|
+
.ty--currency-exchange::before {
|
|
447
448
|
content: "\e648";
|
|
448
449
|
}
|
|
449
450
|
|
|
450
|
-
.ty--copyright
|
|
451
|
+
.ty--copyright::before {
|
|
451
452
|
content: "\e649";
|
|
452
453
|
}
|
|
453
454
|
|
|
454
|
-
.ty--priority-high
|
|
455
|
+
.ty--priority-high::before {
|
|
455
456
|
content: "\ef56";
|
|
456
457
|
}
|
|
457
458
|
|
|
458
|
-
.ty--user
|
|
459
|
+
.ty--user::before {
|
|
459
460
|
content: "\e64b";
|
|
460
461
|
}
|
|
461
462
|
|
|
462
|
-
.ty--comment-square
|
|
463
|
+
.ty--comment-square::before {
|
|
463
464
|
content: "\e64c";
|
|
464
465
|
}
|
|
465
466
|
|
|
466
|
-
.ty--collect
|
|
467
|
+
.ty--collect::before {
|
|
467
468
|
content: "\e64d";
|
|
468
469
|
}
|
|
469
470
|
|
|
470
|
-
.ty--conference
|
|
471
|
+
.ty--conference::before {
|
|
471
472
|
content: "\e64e";
|
|
472
473
|
}
|
|
473
474
|
|
|
474
|
-
.ty--checkmark
|
|
475
|
+
.ty--checkmark::before {
|
|
475
476
|
content: "\e64f";
|
|
476
477
|
}
|
|
477
478
|
|
|
478
|
-
.ty--check-circle1
|
|
479
|
+
.ty--check-circle1::before {
|
|
479
480
|
content: "\e651";
|
|
480
481
|
}
|
|
481
482
|
|
|
482
|
-
.ty--check-square
|
|
483
|
+
.ty--check-square::before {
|
|
483
484
|
content: "\e652";
|
|
484
485
|
}
|
|
485
486
|
|
|
486
|
-
.ty--check-file
|
|
487
|
+
.ty--check-file::before {
|
|
487
488
|
content: "\e653";
|
|
488
489
|
}
|
|
489
490
|
|
|
490
|
-
.ty--candle-sticks
|
|
491
|
+
.ty--candle-sticks::before {
|
|
491
492
|
content: "\e654";
|
|
492
493
|
}
|
|
493
494
|
|
|
494
|
-
.ty--close-circle
|
|
495
|
+
.ty--close-circle::before {
|
|
495
496
|
content: "\e655";
|
|
496
497
|
}
|
|
497
498
|
|
|
498
|
-
.ty--cancel-file
|
|
499
|
+
.ty--cancel-file::before {
|
|
499
500
|
content: "\e656";
|
|
500
501
|
}
|
|
501
502
|
|
|
502
|
-
.ty--callback
|
|
503
|
+
.ty--callback::before {
|
|
503
504
|
content: "\e658";
|
|
504
505
|
}
|
|
505
506
|
|
|
506
|
-
.ty--business
|
|
507
|
+
.ty--business::before {
|
|
507
508
|
content: "\e659";
|
|
508
509
|
}
|
|
509
510
|
|
|
510
|
-
.ty--business-card
|
|
511
|
+
.ty--business-card::before {
|
|
511
512
|
content: "\e65a";
|
|
512
513
|
}
|
|
513
514
|
|
|
514
|
-
.ty--forbid
|
|
515
|
+
.ty--forbid::before {
|
|
515
516
|
content: "\e65b";
|
|
516
517
|
}
|
|
517
518
|
|
|
518
|
-
.ty--calculator
|
|
519
|
+
.ty--calculator::before {
|
|
519
520
|
content: "\e65c";
|
|
520
521
|
}
|
|
521
522
|
|
|
522
|
-
.ty--briefcase
|
|
523
|
+
.ty--briefcase::before {
|
|
523
524
|
content: "\e65d";
|
|
524
525
|
}
|
|
525
526
|
|
|
526
|
-
.ty--bookmark
|
|
527
|
+
.ty--bookmark::before {
|
|
527
528
|
content: "\e65e";
|
|
528
529
|
}
|
|
529
530
|
|
|
530
|
-
.ty--bullish
|
|
531
|
+
.ty--bullish::before {
|
|
531
532
|
content: "\e65f";
|
|
532
533
|
}
|
|
533
534
|
|
|
534
|
-
.ty--audio-file
|
|
535
|
+
.ty--audio-file::before {
|
|
535
536
|
content: "\e662";
|
|
536
537
|
}
|
|
537
538
|
|
|
538
|
-
.ty--bearish
|
|
539
|
+
.ty--bearish::before {
|
|
539
540
|
content: "\e663";
|
|
540
541
|
}
|
|
541
542
|
|
|
542
|
-
.ty--attention
|
|
543
|
+
.ty--attention::before {
|
|
543
544
|
content: "\e664";
|
|
544
545
|
}
|
|
545
546
|
|
|
546
|
-
.ty--archive
|
|
547
|
+
.ty--archive::before {
|
|
547
548
|
content: "\e665";
|
|
548
549
|
}
|
|
549
550
|
|
|
550
|
-
.ty--address-book
|
|
551
|
+
.ty--address-book::before {
|
|
551
552
|
content: "\e668";
|
|
552
553
|
}
|
|
553
554
|
|
|
554
|
-
.ty--add-list
|
|
555
|
+
.ty--add-list::before {
|
|
555
556
|
content: "\e669";
|
|
556
557
|
}
|
|
557
558
|
|
|
558
|
-
.ty--approval
|
|
559
|
+
.ty--approval::before {
|
|
559
560
|
content: "\e66a";
|
|
560
561
|
}
|
|
561
562
|
|
|
562
|
-
.ty--broadcast
|
|
563
|
+
.ty--broadcast::before {
|
|
563
564
|
content: "\e66b";
|
|
564
565
|
}
|
|
565
566
|
|
|
566
|
-
.ty--add-file
|
|
567
|
+
.ty--add-file::before {
|
|
567
568
|
content: "\e66c";
|
|
568
569
|
}
|
|
569
570
|
|
|
570
|
-
.ty--xls
|
|
571
|
+
.ty--xls::before {
|
|
571
572
|
content: "\e670";
|
|
572
573
|
}
|
|
573
574
|
|
|
574
|
-
.ty--word
|
|
575
|
+
.ty--word::before {
|
|
575
576
|
content: "\e672";
|
|
576
577
|
}
|
|
577
578
|
|
|
578
|
-
.ty--work
|
|
579
|
+
.ty--work::before {
|
|
579
580
|
content: "\e673";
|
|
580
581
|
}
|
|
581
582
|
|
|
582
|
-
.ty--vip
|
|
583
|
+
.ty--vip::before {
|
|
583
584
|
content: "\e674";
|
|
584
585
|
}
|
|
585
586
|
|
|
586
|
-
.ty--view-file
|
|
587
|
+
.ty--view-file::before {
|
|
587
588
|
content: "\e675";
|
|
588
589
|
}
|
|
589
590
|
|
|
590
|
-
.ty--voice-person
|
|
591
|
+
.ty--voice-person::before {
|
|
591
592
|
content: "\e676";
|
|
592
593
|
}
|
|
593
594
|
|
|
594
|
-
.ty--video-file
|
|
595
|
+
.ty--video-file::before {
|
|
595
596
|
content: "\e678";
|
|
596
597
|
}
|
|
597
598
|
|
|
598
|
-
.ty--projector
|
|
599
|
+
.ty--projector::before {
|
|
599
600
|
content: "\e679";
|
|
600
601
|
}
|
|
601
602
|
|
|
602
|
-
.ty--upload
|
|
603
|
+
.ty--upload::before {
|
|
603
604
|
content: "\e67a";
|
|
604
605
|
}
|
|
605
606
|
|
|
606
|
-
.ty--arrow-up-right-circle
|
|
607
|
+
.ty--arrow-up-right-circle::before {
|
|
607
608
|
content: "\e67b";
|
|
608
609
|
}
|
|
609
610
|
|
|
610
|
-
.ty--arrow-up-left-circle
|
|
611
|
+
.ty--arrow-up-left-circle::before {
|
|
611
612
|
content: "\e67c";
|
|
612
613
|
}
|
|
613
614
|
|
|
614
|
-
.ty--arrow-up-left
|
|
615
|
+
.ty--arrow-up-left::before {
|
|
615
616
|
content: "\e67d";
|
|
616
617
|
}
|
|
617
618
|
|
|
618
|
-
.ty--arrow-up-circle
|
|
619
|
+
.ty--arrow-up-circle::before {
|
|
619
620
|
content: "\e67e";
|
|
620
621
|
}
|
|
621
622
|
|
|
622
|
-
.ty--arrow-up-right
|
|
623
|
+
.ty--arrow-up-right::before {
|
|
623
624
|
content: "\e67f";
|
|
624
625
|
}
|
|
625
626
|
|
|
626
|
-
.ty--cloud-upload
|
|
627
|
+
.ty--cloud-upload::before {
|
|
627
628
|
content: "\e680";
|
|
628
629
|
}
|
|
629
630
|
|
|
630
|
-
.ty--structure
|
|
631
|
+
.ty--structure::before {
|
|
631
632
|
content: "\e682";
|
|
632
633
|
}
|
|
633
634
|
|
|
634
|
-
.ty--unlock
|
|
635
|
+
.ty--unlock::before {
|
|
635
636
|
content: "\e683";
|
|
636
637
|
}
|
|
637
638
|
|
|
638
|
-
.ty--undo
|
|
639
|
+
.ty--undo::before {
|
|
639
640
|
content: "\e684";
|
|
640
641
|
}
|
|
641
642
|
|
|
642
|
-
.ty--trademark
|
|
643
|
+
.ty--trademark::before {
|
|
643
644
|
content: "\e685";
|
|
644
645
|
}
|
|
645
646
|
|
|
646
|
-
.ty--todo-list
|
|
647
|
+
.ty--todo-list::before {
|
|
647
648
|
content: "\e687";
|
|
648
649
|
}
|
|
649
650
|
|
|
650
|
-
.ty--survey
|
|
651
|
+
.ty--survey::before {
|
|
651
652
|
content: "\e688";
|
|
652
653
|
}
|
|
653
654
|
|
|
654
|
-
.ty--support
|
|
655
|
+
.ty--support::before {
|
|
655
656
|
content: "\e68a";
|
|
656
657
|
}
|
|
657
658
|
|
|
658
|
-
.ty--statistics
|
|
659
|
+
.ty--statistics::before {
|
|
659
660
|
content: "\e68b";
|
|
660
661
|
}
|
|
661
662
|
|
|
662
|
-
.ty--split-horizontal
|
|
663
|
+
.ty--split-horizontal::before {
|
|
663
664
|
content: "\e68c";
|
|
664
665
|
}
|
|
665
666
|
|
|
666
|
-
.ty--split-vertical
|
|
667
|
+
.ty--split-vertical::before {
|
|
667
668
|
content: "\e68d";
|
|
668
669
|
}
|
|
669
670
|
|
|
670
|
-
.ty--parking
|
|
671
|
+
.ty--parking::before {
|
|
671
672
|
content: "\e68e";
|
|
672
673
|
}
|
|
673
674
|
|
|
674
|
-
.ty--signature
|
|
675
|
+
.ty--signature::before {
|
|
675
676
|
content: "\e68f";
|
|
676
677
|
}
|
|
677
678
|
|
|
678
|
-
.ty--shop
|
|
679
|
+
.ty--shop::before {
|
|
679
680
|
content: "\e690";
|
|
680
681
|
}
|
|
681
682
|
|
|
682
|
-
.ty--delivered
|
|
683
|
+
.ty--delivered::before {
|
|
683
684
|
content: "\e691";
|
|
684
685
|
}
|
|
685
686
|
|
|
686
|
-
.ty--circle-share
|
|
687
|
+
.ty--circle-share::before {
|
|
687
688
|
content: "\e692";
|
|
688
689
|
}
|
|
689
690
|
|
|
690
|
-
.ty--settings
|
|
691
|
+
.ty--settings::before {
|
|
691
692
|
content: "\e695";
|
|
692
693
|
}
|
|
693
694
|
|
|
694
|
-
.ty--search-reverse
|
|
695
|
+
.ty--search-reverse::before {
|
|
695
696
|
content: "\e698";
|
|
696
697
|
}
|
|
697
698
|
|
|
698
|
-
.ty--ruler
|
|
699
|
+
.ty--ruler::before {
|
|
699
700
|
content: "\e69a";
|
|
700
701
|
}
|
|
701
702
|
|
|
702
|
-
.ty--arrow-right-circle
|
|
703
|
+
.ty--arrow-right-circle::before {
|
|
703
704
|
content: "\e69b";
|
|
704
705
|
}
|
|
705
706
|
|
|
706
|
-
.ty--money-token
|
|
707
|
+
.ty--money-token::before {
|
|
707
708
|
content: "\e69d";
|
|
708
709
|
}
|
|
709
710
|
|
|
710
|
-
.ty--resize-ver
|
|
711
|
+
.ty--resize-ver::before {
|
|
711
712
|
content: "\e69f";
|
|
712
713
|
}
|
|
713
714
|
|
|
714
|
-
.ty--resize-all
|
|
715
|
+
.ty--resize-all::before {
|
|
715
716
|
content: "\e6a0";
|
|
716
717
|
}
|
|
717
718
|
|
|
718
|
-
.ty--registration-circle
|
|
719
|
+
.ty--registration-circle::before {
|
|
719
720
|
content: "\e6a1";
|
|
720
721
|
}
|
|
721
722
|
|
|
722
|
-
.ty--resize-diagonal
|
|
723
|
+
.ty--resize-diagonal::before {
|
|
723
724
|
content: "\e6a2";
|
|
724
725
|
}
|
|
725
726
|
|
|
726
|
-
.ty--redo
|
|
727
|
+
.ty--redo::before {
|
|
727
728
|
content: "\e6a4";
|
|
728
729
|
}
|
|
729
730
|
|
|
730
|
-
.ty--reading
|
|
731
|
+
.ty--reading::before {
|
|
731
732
|
content: "\e6a6";
|
|
732
733
|
}
|
|
733
734
|
|
|
734
|
-
.ty--resize-hr
|
|
735
|
+
.ty--resize-hr::before {
|
|
735
736
|
content: "\e6a8";
|
|
736
737
|
}
|
|
737
738
|
|
|
738
|
-
.ty--rating
|
|
739
|
+
.ty--rating::before {
|
|
739
740
|
content: "\e6a9";
|
|
740
741
|
}
|
|
741
742
|
|
|
742
|
-
.ty--puzzle
|
|
743
|
+
.ty--puzzle::before {
|
|
743
744
|
content: "\e6aa";
|
|
744
745
|
}
|
|
745
746
|
|
|
746
|
-
.ty--process
|
|
747
|
+
.ty--process::before {
|
|
747
748
|
content: "\e6ab";
|
|
748
749
|
}
|
|
749
750
|
|
|
750
|
-
.ty--privacy
|
|
751
|
+
.ty--privacy::before {
|
|
751
752
|
content: "\e6ac";
|
|
752
753
|
}
|
|
753
754
|
|
|
754
|
-
.ty--psd
|
|
755
|
+
.ty--psd::before {
|
|
755
756
|
content: "\e6ad";
|
|
756
757
|
}
|
|
757
758
|
|
|
758
|
-
.ty--questions
|
|
759
|
+
.ty--questions::before {
|
|
759
760
|
content: "\e6ae";
|
|
760
761
|
}
|
|
761
762
|
|
|
762
|
-
.ty--speaker
|
|
763
|
+
.ty--speaker::before {
|
|
763
764
|
content: "\e6b0";
|
|
764
765
|
}
|
|
765
766
|
|
|
766
|
-
.ty--plus-circle
|
|
767
|
+
.ty--plus-circle::before {
|
|
767
768
|
content: "\e6b2";
|
|
768
769
|
}
|
|
769
770
|
|
|
770
|
-
.ty--hierarchy
|
|
771
|
+
.ty--hierarchy::before {
|
|
771
772
|
content: "\e6b3";
|
|
772
773
|
}
|
|
773
774
|
|
|
774
|
-
.ty--picture
|
|
775
|
+
.ty--picture::before {
|
|
775
776
|
content: "\e6b4";
|
|
776
777
|
}
|
|
777
778
|
|
|
778
|
-
.ty--calendar
|
|
779
|
+
.ty--calendar::before {
|
|
779
780
|
content: "\e6b5";
|
|
780
781
|
}
|
|
781
782
|
|
|
782
|
-
.ty--package
|
|
783
|
+
.ty--package::before {
|
|
783
784
|
content: "\e6b6";
|
|
784
785
|
}
|
|
785
786
|
|
|
786
|
-
.ty--paid
|
|
787
|
+
.ty--paid::before {
|
|
787
788
|
content: "\e6b7";
|
|
788
789
|
}
|
|
789
790
|
|
|
790
|
-
.ty--overtime
|
|
791
|
+
.ty--overtime::before {
|
|
791
792
|
content: "\e6b8";
|
|
792
793
|
}
|
|
793
794
|
|
|
794
|
-
.ty--organization
|
|
795
|
+
.ty--organization::before {
|
|
795
796
|
content: "\e6b9";
|
|
796
797
|
}
|
|
797
798
|
|
|
798
|
-
.ty--org-unit
|
|
799
|
+
.ty--org-unit::before {
|
|
799
800
|
content: "\e6ba";
|
|
800
801
|
}
|
|
801
802
|
|
|
802
|
-
.ty--opened-folder
|
|
803
|
+
.ty--opened-folder::before {
|
|
803
804
|
content: "\e6bb";
|
|
804
805
|
}
|
|
805
806
|
|
|
806
|
-
.ty--online-support
|
|
807
|
+
.ty--online-support::before {
|
|
807
808
|
content: "\e6bc";
|
|
808
809
|
}
|
|
809
810
|
|
|
810
|
-
.ty--check-circle
|
|
811
|
+
.ty--check-circle::before {
|
|
811
812
|
content: "\e6bd";
|
|
812
813
|
}
|
|
813
814
|
|
|
814
|
-
.ty--open-archive
|
|
815
|
+
.ty--open-archive::before {
|
|
815
816
|
content: "\e6be";
|
|
816
817
|
}
|
|
817
818
|
|
|
818
|
-
.ty--news
|
|
819
|
+
.ty--news::before {
|
|
819
820
|
content: "\e6bf";
|
|
820
821
|
}
|
|
821
822
|
|
|
822
|
-
.ty--no-idea
|
|
823
|
+
.ty--no-idea::before {
|
|
823
824
|
content: "\e6c1";
|
|
824
825
|
}
|
|
825
826
|
|
|
826
|
-
.ty--music
|
|
827
|
+
.ty--music::before {
|
|
827
828
|
content: "\e6c3";
|
|
828
829
|
}
|
|
829
830
|
|
|
830
|
-
.ty--multiple-inputs
|
|
831
|
+
.ty--multiple-inputs::before {
|
|
831
832
|
content: "\e6c4";
|
|
832
833
|
}
|
|
833
834
|
|
|
834
|
-
.ty--money-transfer
|
|
835
|
+
.ty--money-transfer::before {
|
|
835
836
|
content: "\e6c5";
|
|
836
837
|
}
|
|
837
838
|
|
|
838
|
-
.ty--minus-circle
|
|
839
|
+
.ty--minus-circle::before {
|
|
839
840
|
content: "\e6c6";
|
|
840
841
|
}
|
|
841
842
|
|
|
842
|
-
.ty--priority-medium
|
|
843
|
+
.ty--priority-medium::before {
|
|
843
844
|
content: "\e6c9";
|
|
844
845
|
}
|
|
845
846
|
|
|
846
|
-
.ty--file-zip
|
|
847
|
+
.ty--file-zip::before {
|
|
847
848
|
content: "\e601";
|
|
848
849
|
}
|
|
849
850
|
|
|
850
|
-
.ty--manager
|
|
851
|
+
.ty--manager::before {
|
|
851
852
|
content: "\e602";
|
|
852
853
|
}
|
|
853
854
|
|
|
854
|
-
.ty--lock
|
|
855
|
+
.ty--lock::before {
|
|
855
856
|
content: "\e603";
|
|
856
857
|
}
|
|
857
858
|
|
|
858
|
-
.ty--priority-low
|
|
859
|
+
.ty--priority-low::before {
|
|
859
860
|
content: "\e604";
|
|
860
861
|
}
|
|
861
862
|
|
|
862
|
-
.ty--maintain
|
|
863
|
+
.ty--maintain::before {
|
|
863
864
|
content: "\e607";
|
|
864
865
|
}
|
|
865
866
|
|
|
866
|
-
.ty--library
|
|
867
|
+
.ty--library::before {
|
|
867
868
|
content: "\e608";
|
|
868
869
|
}
|
|
869
870
|
|
|
870
|
-
.ty--back
|
|
871
|
+
.ty--back::before {
|
|
871
872
|
content: "\e609";
|
|
872
873
|
}
|
|
873
874
|
|
|
874
|
-
.ty--arrow-left-circle
|
|
875
|
+
.ty--arrow-left-circle::before {
|
|
875
876
|
content: "\e60c";
|
|
876
877
|
}
|
|
877
878
|
|
|
878
|
-
.ty--key
|
|
879
|
+
.ty--key::before {
|
|
879
880
|
content: "\e60e";
|
|
880
881
|
}
|
|
881
882
|
|
|
882
|
-
.ty--inspection
|
|
883
|
+
.ty--inspection::before {
|
|
883
884
|
content: "\e60f";
|
|
884
885
|
}
|
|
885
886
|
|
|
886
|
-
.ty--info
|
|
887
|
+
.ty--info::before {
|
|
887
888
|
content: "\e610";
|
|
888
889
|
}
|
|
889
890
|
|
|
890
|
-
.ty--internal
|
|
891
|
+
.ty--internal::before {
|
|
891
892
|
content: "\e612";
|
|
892
893
|
}
|
|
893
894
|
|
|
894
|
-
.ty--delivery
|
|
895
|
+
.ty--delivery::before {
|
|
895
896
|
content: "\e613";
|
|
896
897
|
}
|
|
897
898
|
|
|
898
|
-
.ty--idea
|
|
899
|
+
.ty--idea::before {
|
|
899
900
|
content: "\e615";
|
|
900
901
|
}
|
|
901
902
|
|
|
902
|
-
.ty--image-file
|
|
903
|
+
.ty--image-file::before {
|
|
903
904
|
content: "\e616";
|
|
904
905
|
}
|
|
905
906
|
|
|
906
|
-
.ty--home
|
|
907
|
+
.ty--home::before {
|
|
907
908
|
content: "\e61a";
|
|
908
909
|
}
|
|
909
910
|
|
|
910
|
-
.ty--hand-cursor
|
|
911
|
+
.ty--hand-cursor::before {
|
|
911
912
|
content: "\e61b";
|
|
912
913
|
}
|
|
913
914
|
|
|
914
|
-
.ty--education
|
|
915
|
+
.ty--education::before {
|
|
915
916
|
content: "\e61c";
|
|
916
917
|
}
|
|
917
918
|
|
|
918
|
-
.ty--frame
|
|
919
|
+
.ty--frame::before {
|
|
919
920
|
content: "\e61d";
|
|
920
921
|
}
|
|
921
922
|
|
|
922
|
-
.ty--gif
|
|
923
|
+
.ty--gif::before {
|
|
923
924
|
content: "\e61f";
|
|
924
925
|
}
|
|
925
926
|
|
|
926
|
-
.ty--note
|
|
927
|
+
.ty--note::before {
|
|
927
928
|
content: "\e620";
|
|
928
929
|
}
|
|
929
930
|
|
|
930
|
-
.ty--file
|
|
931
|
+
.ty--file::before {
|
|
931
932
|
content: "\e621";
|
|
932
933
|
}
|
|
933
934
|
|
|
934
|
-
.ty--feedback
|
|
935
|
+
.ty--feedback::before {
|
|
935
936
|
content: "\e624";
|
|
936
937
|
}
|
|
937
938
|
|
|
938
|
-
.ty--favourite-file
|
|
939
|
+
.ty--favourite-file::before {
|
|
939
940
|
content: "\e625";
|
|
940
941
|
}
|
|
941
942
|
|
|
942
|
-
.ty--faq
|
|
943
|
+
.ty--faq::before {
|
|
943
944
|
content: "\e626";
|
|
944
945
|
}
|
|
945
946
|
|
|
946
|
-
.ty--warning
|
|
947
|
+
.ty--warning::before {
|
|
947
948
|
content: "\e628";
|
|
948
949
|
}
|
|
949
950
|
|
|
950
|
-
.ty--external
|
|
951
|
+
.ty--external::before {
|
|
951
952
|
content: "\e629";
|
|
952
953
|
}
|
|
953
954
|
|
|
954
|
-
.ty--expired
|
|
955
|
+
.ty--expired::before {
|
|
955
956
|
content: "\e62a";
|
|
956
957
|
}
|
|
957
958
|
|
|
958
|
-
.ty--arrow-down-circle
|
|
959
|
+
.ty--arrow-down-circle::before {
|
|
959
960
|
content: "\e62d";
|
|
960
961
|
}
|
|
961
962
|
|
|
962
|
-
.ty--download
|
|
963
|
+
.ty--download::before {
|
|
963
964
|
content: "\e62e";
|
|
964
965
|
}
|
|
965
966
|
|
|
966
|
-
.ty--edit-file
|
|
967
|
+
.ty--edit-file::before {
|
|
967
968
|
content: "\e62f";
|
|
968
969
|
}
|
|
969
970
|
|
|
970
|
-
.ty--cloud-download
|
|
971
|
+
.ty--cloud-download::before {
|
|
971
972
|
content: "\e630";
|
|
972
973
|
}
|
|
973
974
|
|
|
974
|
-
.ty--trash
|
|
975
|
+
.ty--trash::before {
|
|
975
976
|
content: "\e631";
|
|
976
977
|
}
|
|
977
978
|
|
|
978
|
-
.ty--arrow-down-right-circle
|
|
979
|
+
.ty--arrow-down-right-circle::before {
|
|
979
980
|
content: "\e632";
|
|
980
981
|
}
|