@timus-networks/theme 2.0.0 → 2.0.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/README.md +128 -0
- package/dist/module.cjs +5 -0
- package/dist/module.d.mts +11 -0
- package/dist/module.d.ts +11 -0
- package/dist/module.json +9 -0
- package/dist/module.mjs +159 -0
- package/dist/runtime/components/example.button.vue +237 -0
- package/dist/runtime/components/example.button.vue.d.ts +10 -0
- package/dist/runtime/components/example.checkbox.vue +190 -0
- package/dist/runtime/components/example.checkbox.vue.d.ts +24 -0
- package/dist/runtime/components/example.dialog.vue +82 -0
- package/dist/runtime/components/example.form.vue +494 -0
- package/dist/runtime/components/example.input.vue +286 -0
- package/dist/runtime/components/example.input.vue.d.ts +20 -0
- package/dist/runtime/components/example.popover.vue +161 -0
- package/dist/runtime/components/example.radio.vue +165 -0
- package/dist/runtime/components/example.radio.vue.d.ts +24 -0
- package/dist/runtime/components/example.select.vue +591 -0
- package/dist/runtime/components/example.select.vue.d.ts +69 -0
- package/dist/runtime/components/example.sidebar.vue +104 -0
- package/dist/runtime/components/example.table.vue +126 -0
- package/dist/runtime/components/example.tag.vue +279 -0
- package/dist/runtime/components/html-encode.vue +37 -0
- package/dist/runtime/pages/theme.vue +30 -0
- package/dist/runtime/plugins/element-extend-plugin.d.ts +38 -0
- package/dist/runtime/plugins/element-extend-plugin.js +39 -0
- package/dist/runtime/plugins/element-extend-plugin.mjs +39 -0
- package/dist/runtime/plugins/experimental-size-plugin.d.ts +2 -0
- package/dist/runtime/plugins/experimental-size-plugin.js +13 -0
- package/dist/runtime/plugins/experimental-size-plugin.mjs +13 -0
- package/dist/runtime/plugins/sample-plugin.d.ts +20 -0
- package/dist/runtime/plugins/sample-plugin.js +5 -0
- package/dist/runtime/plugins/sample-plugin.mjs +5 -0
- package/dist/runtime/plugins/theme-provider.d.ts +30 -0
- package/dist/runtime/plugins/theme-provider.js +46 -0
- package/dist/runtime/plugins/theme-provider.mjs +46 -0
- package/dist/runtime/public/scss/element-plus/affix.css +277 -0
- package/dist/runtime/public/scss/element-plus/alert.css +420 -0
- package/dist/runtime/public/scss/element-plus/anchor-link.css +304 -0
- package/dist/runtime/public/scss/element-plus/anchor.css +348 -0
- package/dist/runtime/public/scss/element-plus/aside.css +280 -0
- package/dist/runtime/public/scss/element-plus/autocomplete.css +383 -0
- package/dist/runtime/public/scss/element-plus/avatar.css +320 -0
- package/dist/runtime/public/scss/element-plus/backtop.css +298 -0
- package/dist/runtime/public/scss/element-plus/badge.css +348 -0
- package/dist/runtime/public/scss/element-plus/base.css +522 -0
- package/dist/runtime/public/scss/element-plus/breadcrumb-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/breadcrumb.css +330 -0
- package/dist/runtime/public/scss/element-plus/button-group.css +413 -0
- package/dist/runtime/public/scss/element-plus/button.css +1043 -0
- package/dist/runtime/public/scss/element-plus/calendar.css +342 -0
- package/dist/runtime/public/scss/element-plus/card.css +312 -0
- package/dist/runtime/public/scss/element-plus/carousel-item.css +322 -0
- package/dist/runtime/public/scss/element-plus/carousel.css +447 -0
- package/dist/runtime/public/scss/element-plus/cascader-panel.css +400 -0
- package/dist/runtime/public/scss/element-plus/cascader.css +532 -0
- package/dist/runtime/public/scss/element-plus/check-tag.css +358 -0
- package/dist/runtime/public/scss/element-plus/checkbox-button.css +418 -0
- package/dist/runtime/public/scss/element-plus/checkbox-group.css +279 -0
- package/dist/runtime/public/scss/element-plus/checkbox.css +560 -0
- package/dist/runtime/public/scss/element-plus/col.css +3242 -0
- package/dist/runtime/public/scss/element-plus/collapse-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/collapse-transition.css +0 -0
- package/dist/runtime/public/scss/element-plus/collapse.css +462 -0
- package/dist/runtime/public/scss/element-plus/color/index.css +0 -0
- package/dist/runtime/public/scss/element-plus/color-picker.css +622 -0
- package/dist/runtime/public/scss/element-plus/common/popup.css +310 -0
- package/dist/runtime/public/scss/element-plus/common/transition.css +392 -0
- package/dist/runtime/public/scss/element-plus/common/var.css +274 -0
- package/dist/runtime/public/scss/element-plus/config-provider.css +0 -0
- package/dist/runtime/public/scss/element-plus/container.css +285 -0
- package/dist/runtime/public/scss/element-plus/dark/css-vars.css +325 -0
- package/dist/runtime/public/scss/element-plus/dark/var.css +274 -0
- package/dist/runtime/public/scss/element-plus/date-picker/date-picker.css +496 -0
- package/dist/runtime/public/scss/element-plus/date-picker/date-range-picker.css +378 -0
- package/dist/runtime/public/scss/element-plus/date-picker/date-table.css +398 -0
- package/dist/runtime/public/scss/element-plus/date-picker/month-table.css +360 -0
- package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.css +391 -0
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +634 -0
- package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +344 -0
- package/dist/runtime/public/scss/element-plus/date-picker/time-range-picker.css +303 -0
- package/dist/runtime/public/scss/element-plus/date-picker/time-spinner.css +362 -0
- package/dist/runtime/public/scss/element-plus/date-picker/year-table.css +356 -0
- package/dist/runtime/public/scss/element-plus/date-picker.css +1447 -0
- package/dist/runtime/public/scss/element-plus/descriptions-item.css +307 -0
- package/dist/runtime/public/scss/element-plus/descriptions.css +373 -0
- package/dist/runtime/public/scss/element-plus/dialog.css +484 -0
- package/dist/runtime/public/scss/element-plus/display.css +329 -0
- package/dist/runtime/public/scss/element-plus/divider.css +317 -0
- package/dist/runtime/public/scss/element-plus/drawer.css +391 -0
- package/dist/runtime/public/scss/element-plus/dropdown-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/dropdown-menu.css +0 -0
- package/dist/runtime/public/scss/element-plus/dropdown.css +464 -0
- package/dist/runtime/public/scss/element-plus/empty.css +327 -0
- package/dist/runtime/public/scss/element-plus/footer.css +282 -0
- package/dist/runtime/public/scss/element-plus/form-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/form.css +499 -0
- package/dist/runtime/public/scss/element-plus/header.css +282 -0
- package/dist/runtime/public/scss/element-plus/icon.css +315 -0
- package/dist/runtime/public/scss/element-plus/image-viewer.css +411 -0
- package/dist/runtime/public/scss/element-plus/image.css +315 -0
- package/dist/runtime/public/scss/element-plus/index.css +16702 -0
- package/dist/runtime/public/scss/element-plus/infinite-scroll.css +0 -0
- package/dist/runtime/public/scss/element-plus/input-number.css +450 -0
- package/dist/runtime/public/scss/element-plus/input.css +742 -0
- package/dist/runtime/public/scss/element-plus/link.css +422 -0
- package/dist/runtime/public/scss/element-plus/loading.css +363 -0
- package/dist/runtime/public/scss/element-plus/main.css +283 -0
- package/dist/runtime/public/scss/element-plus/mention.css +385 -0
- package/dist/runtime/public/scss/element-plus/menu-item-group.css +0 -0
- package/dist/runtime/public/scss/element-plus/menu-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/menu.css +709 -0
- package/dist/runtime/public/scss/element-plus/message-box.css +501 -0
- package/dist/runtime/public/scss/element-plus/message.css +398 -0
- package/dist/runtime/public/scss/element-plus/mixins/config.css +0 -0
- package/dist/runtime/public/scss/element-plus/mixins/function.css +0 -0
- package/dist/runtime/public/scss/element-plus/mixins/mixins.css +274 -0
- package/dist/runtime/public/scss/element-plus/mixins/utils.css +0 -0
- package/dist/runtime/public/scss/element-plus/notification.css +381 -0
- package/dist/runtime/public/scss/element-plus/option-group.css +303 -0
- package/dist/runtime/public/scss/element-plus/option.css +325 -0
- package/dist/runtime/public/scss/element-plus/overlay.css +289 -0
- package/dist/runtime/public/scss/element-plus/page-header.css +323 -0
- package/dist/runtime/public/scss/element-plus/pagination.css +533 -0
- package/dist/runtime/public/scss/element-plus/popconfirm.css +287 -0
- package/dist/runtime/public/scss/element-plus/popover.css +324 -0
- package/dist/runtime/public/scss/element-plus/popper.css +372 -0
- package/dist/runtime/public/scss/element-plus/progress.css +421 -0
- package/dist/runtime/public/scss/element-plus/radio-button.css +402 -0
- package/dist/runtime/public/scss/element-plus/radio-group.css +280 -0
- package/dist/runtime/public/scss/element-plus/radio.css +533 -0
- package/dist/runtime/public/scss/element-plus/rate.css +356 -0
- package/dist/runtime/public/scss/element-plus/reset.css +371 -0
- package/dist/runtime/public/scss/element-plus/result.css +353 -0
- package/dist/runtime/public/scss/element-plus/row.css +311 -0
- package/dist/runtime/public/scss/element-plus/scrollbar.css +345 -0
- package/dist/runtime/public/scss/element-plus/segmented.css +432 -0
- package/dist/runtime/public/scss/element-plus/select-dropdown-v2.css +323 -0
- package/dist/runtime/public/scss/element-plus/select-dropdown.css +323 -0
- package/dist/runtime/public/scss/element-plus/select-v2.css +740 -0
- package/dist/runtime/public/scss/element-plus/select.css +740 -0
- package/dist/runtime/public/scss/element-plus/skeleton-item.css +344 -0
- package/dist/runtime/public/scss/element-plus/skeleton.css +307 -0
- package/dist/runtime/public/scss/element-plus/slider.css +452 -0
- package/dist/runtime/public/scss/element-plus/space.css +289 -0
- package/dist/runtime/public/scss/element-plus/spinner.css +314 -0
- package/dist/runtime/public/scss/element-plus/statistic.css +308 -0
- package/dist/runtime/public/scss/element-plus/step.css +558 -0
- package/dist/runtime/public/scss/element-plus/steps.css +291 -0
- package/dist/runtime/public/scss/element-plus/sub-menu.css +0 -0
- package/dist/runtime/public/scss/element-plus/switch.css +498 -0
- package/dist/runtime/public/scss/element-plus/tab-pane.css +0 -0
- package/dist/runtime/public/scss/element-plus/table-column.css +354 -0
- package/dist/runtime/public/scss/element-plus/table-v2.css +492 -0
- package/dist/runtime/public/scss/element-plus/table.css +865 -0
- package/dist/runtime/public/scss/element-plus/tabs.css +864 -0
- package/dist/runtime/public/scss/element-plus/tag.css +596 -0
- package/dist/runtime/public/scss/element-plus/text.css +344 -0
- package/dist/runtime/public/scss/element-plus/time-picker.css +942 -0
- package/dist/runtime/public/scss/element-plus/time-select.css +884 -0
- package/dist/runtime/public/scss/element-plus/timeline-item.css +387 -0
- package/dist/runtime/public/scss/element-plus/timeline.css +306 -0
- package/dist/runtime/public/scss/element-plus/tooltip-v2.css +382 -0
- package/dist/runtime/public/scss/element-plus/tooltip.css +0 -0
- package/dist/runtime/public/scss/element-plus/tour.css +433 -0
- package/dist/runtime/public/scss/element-plus/transfer.css +469 -0
- package/dist/runtime/public/scss/element-plus/tree-select.css +297 -0
- package/dist/runtime/public/scss/element-plus/tree.css +510 -0
- package/dist/runtime/public/scss/element-plus/upload.css +834 -0
- package/dist/runtime/public/scss/element-plus/var.css +361 -0
- package/dist/runtime/public/scss/element-plus/virtual-list.css +302 -0
- package/dist/runtime/public/scss/theme.css +1191 -0
- package/dist/runtime/server/tsconfig.json +6 -0
- package/dist/runtime/types.d.ts +40 -0
- package/dist/types.d.mts +7 -0
- package/dist/types.d.ts +7 -0
- package/package.json +29 -12
- package/components/TimusIcons.vue +0 -54
- package/generate-icon.js +0 -22
- package/module.ts +0 -84
- package/pages/icons.vue +0 -46
- package/plugins/sample-plugin.ts +0 -5
- package/public/isax/fonts/iconsax.svg +0 -927
- package/public/isax/fonts/iconsax.ttf +0 -0
- package/public/isax/fonts/iconsax.woff +0 -0
- package/public/isax/icons.json +0 -899
- package/public/isax/selection.json +0 -1
- package/public/isax/style.css +0 -1
- package/public/isax/style.scss +0 -5435
- package/public/isax/variables.scss +0 -900
|
@@ -0,0 +1,522 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/* Element Chalk Variables */
|
|
3
|
+
:root {
|
|
4
|
+
--bs-white-rgb: 255, 255, 255;
|
|
5
|
+
--bs-black-rgb: 0, 0, 0;
|
|
6
|
+
--bs-bg-opacity: 1;
|
|
7
|
+
--el-color-white: white;
|
|
8
|
+
--el-color-black: black;
|
|
9
|
+
}
|
|
10
|
+
:root {
|
|
11
|
+
--el-color-light-light-1: rgba(255, 255, 255, 0.01);
|
|
12
|
+
}
|
|
13
|
+
:root {
|
|
14
|
+
--el-color-light-light-2: rgba(255, 255, 255, 0.01);
|
|
15
|
+
}
|
|
16
|
+
:root {
|
|
17
|
+
--el-color-light-light-3: rgba(255, 255, 255, 0.01);
|
|
18
|
+
}
|
|
19
|
+
:root {
|
|
20
|
+
--el-color-light-light-4: rgba(255, 255, 255, 0.01);
|
|
21
|
+
}
|
|
22
|
+
:root {
|
|
23
|
+
--el-color-light-light-5: rgba(255, 255, 255, 0.01);
|
|
24
|
+
--el-color-light: rgba(255, 255, 255, 0.01);
|
|
25
|
+
}
|
|
26
|
+
:root {
|
|
27
|
+
--el-color-light-light-6: rgba(255, 255, 255, 0.01);
|
|
28
|
+
}
|
|
29
|
+
:root {
|
|
30
|
+
--el-color-light-light-7: rgba(255, 255, 255, 0.01);
|
|
31
|
+
}
|
|
32
|
+
:root {
|
|
33
|
+
--el-color-light-light-8: rgba(255, 255, 255, 0.01);
|
|
34
|
+
}
|
|
35
|
+
:root {
|
|
36
|
+
--el-color-light-light-9: rgba(255, 255, 255, 0.01);
|
|
37
|
+
}
|
|
38
|
+
:root {
|
|
39
|
+
--el-color-default-light-1: #dee2ff;
|
|
40
|
+
}
|
|
41
|
+
:root {
|
|
42
|
+
--el-color-default-light-2: #c3c8ff;
|
|
43
|
+
}
|
|
44
|
+
:root {
|
|
45
|
+
--el-color-default-light-3: #9fa4ff;
|
|
46
|
+
}
|
|
47
|
+
:root {
|
|
48
|
+
--el-color-default-light-4: #7e79ff;
|
|
49
|
+
}
|
|
50
|
+
:root {
|
|
51
|
+
--el-color-default-light-5: #6959fb;
|
|
52
|
+
--el-color-default: #6959fb;
|
|
53
|
+
}
|
|
54
|
+
:root {
|
|
55
|
+
--el-color-default-light-6: #5c3bf0;
|
|
56
|
+
}
|
|
57
|
+
:root {
|
|
58
|
+
--el-color-default-light-7: #5737d6;
|
|
59
|
+
}
|
|
60
|
+
:root {
|
|
61
|
+
--el-color-default-light-8: #4028ab;
|
|
62
|
+
}
|
|
63
|
+
:root {
|
|
64
|
+
--el-color-default-light-9: #151517;
|
|
65
|
+
}
|
|
66
|
+
:root {
|
|
67
|
+
--el-color-primary-light-1: #dee2ff;
|
|
68
|
+
}
|
|
69
|
+
:root {
|
|
70
|
+
--el-color-primary-light-2: #c3c8ff;
|
|
71
|
+
}
|
|
72
|
+
:root {
|
|
73
|
+
--el-color-primary-light-3: #9fa4ff;
|
|
74
|
+
}
|
|
75
|
+
:root {
|
|
76
|
+
--el-color-primary-light-4: #7e79ff;
|
|
77
|
+
}
|
|
78
|
+
:root {
|
|
79
|
+
--el-color-primary-light-5: #6959fb;
|
|
80
|
+
--el-color-primary: #6959fb;
|
|
81
|
+
}
|
|
82
|
+
:root {
|
|
83
|
+
--el-color-primary-light-6: #5c3bf0;
|
|
84
|
+
}
|
|
85
|
+
:root {
|
|
86
|
+
--el-color-primary-light-7: #5737d6;
|
|
87
|
+
}
|
|
88
|
+
:root {
|
|
89
|
+
--el-color-primary-light-8: #4028ab;
|
|
90
|
+
}
|
|
91
|
+
:root {
|
|
92
|
+
--el-color-primary-light-9: #382887;
|
|
93
|
+
}
|
|
94
|
+
:root {
|
|
95
|
+
--el-color-secondary-light-1: #d5f6e8;
|
|
96
|
+
}
|
|
97
|
+
:root {
|
|
98
|
+
--el-color-secondary-light-2: #aeecd4;
|
|
99
|
+
}
|
|
100
|
+
:root {
|
|
101
|
+
--el-color-secondary-light-3: #7eddbf;
|
|
102
|
+
}
|
|
103
|
+
:root {
|
|
104
|
+
--el-color-secondary-light-4: #43c49f;
|
|
105
|
+
}
|
|
106
|
+
:root {
|
|
107
|
+
--el-color-secondary-light-5: #20a987;
|
|
108
|
+
--el-color-secondary: #20a987;
|
|
109
|
+
}
|
|
110
|
+
:root {
|
|
111
|
+
--el-color-secondary-light-6: #12896e;
|
|
112
|
+
}
|
|
113
|
+
:root {
|
|
114
|
+
--el-color-secondary-light-7: #0f6d5a;
|
|
115
|
+
}
|
|
116
|
+
:root {
|
|
117
|
+
--el-color-secondary-light-8: #0e5748;
|
|
118
|
+
}
|
|
119
|
+
:root {
|
|
120
|
+
--el-color-secondary-light-9: #0d473d;
|
|
121
|
+
}
|
|
122
|
+
:root {
|
|
123
|
+
--el-color-neutral-light-1: #f8f7f8;
|
|
124
|
+
}
|
|
125
|
+
:root {
|
|
126
|
+
--el-color-neutral-light-2: #f3f2f4;
|
|
127
|
+
}
|
|
128
|
+
:root {
|
|
129
|
+
--el-color-neutral-light-3: #dad9dd;
|
|
130
|
+
}
|
|
131
|
+
:root {
|
|
132
|
+
--el-color-neutral-light-4: #c1c0c7;
|
|
133
|
+
}
|
|
134
|
+
:root {
|
|
135
|
+
--el-color-neutral-light-5: #a8a6b1;
|
|
136
|
+
--el-color-neutral: #a8a6b1;
|
|
137
|
+
}
|
|
138
|
+
:root {
|
|
139
|
+
--el-color-neutral-light-6: #8f8d9a;
|
|
140
|
+
}
|
|
141
|
+
:root {
|
|
142
|
+
--el-color-neutral-light-7: #83818f;
|
|
143
|
+
}
|
|
144
|
+
:root {
|
|
145
|
+
--el-color-neutral-light-8: #454157;
|
|
146
|
+
}
|
|
147
|
+
:root {
|
|
148
|
+
--el-color-neutral-light-9: #07021f;
|
|
149
|
+
}
|
|
150
|
+
:root {
|
|
151
|
+
--el-color-info-light-1: #e3f1fb;
|
|
152
|
+
}
|
|
153
|
+
:root {
|
|
154
|
+
--el-color-info-light-2: #c0e5f7;
|
|
155
|
+
}
|
|
156
|
+
:root {
|
|
157
|
+
--el-color-info-light-3: #88d1f1;
|
|
158
|
+
}
|
|
159
|
+
:root {
|
|
160
|
+
--el-color-info-light-4: #3cb5e6;
|
|
161
|
+
}
|
|
162
|
+
:root {
|
|
163
|
+
--el-color-info-light-5: #21a1d6;
|
|
164
|
+
--el-color-info: #21a1d6;
|
|
165
|
+
}
|
|
166
|
+
:root {
|
|
167
|
+
--el-color-info-light-6: #1382b6;
|
|
168
|
+
}
|
|
169
|
+
:root {
|
|
170
|
+
--el-color-info-light-7: #116793;
|
|
171
|
+
}
|
|
172
|
+
:root {
|
|
173
|
+
--el-color-info-light-8: #12587a;
|
|
174
|
+
}
|
|
175
|
+
:root {
|
|
176
|
+
--el-color-info-light-9: #144a66;
|
|
177
|
+
}
|
|
178
|
+
:root {
|
|
179
|
+
--el-color-danger-light-1: #fde3e3;
|
|
180
|
+
}
|
|
181
|
+
:root {
|
|
182
|
+
--el-color-danger-light-2: #fdcbcb;
|
|
183
|
+
}
|
|
184
|
+
:root {
|
|
185
|
+
--el-color-danger-light-3: #faa7a7;
|
|
186
|
+
}
|
|
187
|
+
:root {
|
|
188
|
+
--el-color-danger-light-4: #f35c5c;
|
|
189
|
+
}
|
|
190
|
+
:root {
|
|
191
|
+
--el-color-danger-light-5: #eb4848;
|
|
192
|
+
--el-color-danger: #eb4848;
|
|
193
|
+
}
|
|
194
|
+
:root {
|
|
195
|
+
--el-color-danger-light-6: #d82a2a;
|
|
196
|
+
}
|
|
197
|
+
:root {
|
|
198
|
+
--el-color-danger-light-7: #b52020;
|
|
199
|
+
}
|
|
200
|
+
:root {
|
|
201
|
+
--el-color-danger-light-8: #961e1e;
|
|
202
|
+
}
|
|
203
|
+
:root {
|
|
204
|
+
--el-color-danger-light-9: #7d1f1f;
|
|
205
|
+
}
|
|
206
|
+
:root {
|
|
207
|
+
--el-color-success-light-1: #f0f8ed;
|
|
208
|
+
}
|
|
209
|
+
:root {
|
|
210
|
+
--el-color-success-light-2: #d9edd3;
|
|
211
|
+
}
|
|
212
|
+
:root {
|
|
213
|
+
--el-color-success-light-3: #b4daa7;
|
|
214
|
+
}
|
|
215
|
+
:root {
|
|
216
|
+
--el-color-success-light-4: #8ec87b;
|
|
217
|
+
}
|
|
218
|
+
:root {
|
|
219
|
+
--el-color-success-light-5: #69b64f;
|
|
220
|
+
--el-color-success: #69b64f;
|
|
221
|
+
}
|
|
222
|
+
:root {
|
|
223
|
+
--el-color-success-light-6: #488633;
|
|
224
|
+
}
|
|
225
|
+
:root {
|
|
226
|
+
--el-color-success-light-7: #3a6a2b;
|
|
227
|
+
}
|
|
228
|
+
:root {
|
|
229
|
+
--el-color-success-light-8: #315526;
|
|
230
|
+
}
|
|
231
|
+
:root {
|
|
232
|
+
--el-color-success-light-9: #294621;
|
|
233
|
+
}
|
|
234
|
+
:root {
|
|
235
|
+
--el-color-warning-light-1: #fff5c6;
|
|
236
|
+
}
|
|
237
|
+
:root {
|
|
238
|
+
--el-color-warning-light-2: #ffe988;
|
|
239
|
+
}
|
|
240
|
+
:root {
|
|
241
|
+
--el-color-warning-light-3: #ffd643;
|
|
242
|
+
}
|
|
243
|
+
:root {
|
|
244
|
+
--el-color-warning-light-4: #ffc520;
|
|
245
|
+
}
|
|
246
|
+
:root {
|
|
247
|
+
--el-color-warning-light-5: #f9a307;
|
|
248
|
+
--el-color-warning: #f9a307;
|
|
249
|
+
}
|
|
250
|
+
:root {
|
|
251
|
+
--el-color-warning-light-6: #dd7b02;
|
|
252
|
+
}
|
|
253
|
+
:root {
|
|
254
|
+
--el-color-warning-light-7: #b75606;
|
|
255
|
+
}
|
|
256
|
+
:root {
|
|
257
|
+
--el-color-warning-light-8: #94410c;
|
|
258
|
+
}
|
|
259
|
+
:root {
|
|
260
|
+
--el-color-warning-light-9: #7a370d;
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
264
|
+
.selector{
|
|
265
|
+
// --el-button-text-color: var(--el-color-primary); -> bu eklenir
|
|
266
|
+
@include css-var-from-global(('button-text-color'), ('color-primary'));
|
|
267
|
+
|
|
268
|
+
// bununla property'ye değer atayabilirsin (hiyerarşik alıyor)
|
|
269
|
+
color: getCssVar('colors-neutral-light-2');
|
|
270
|
+
|
|
271
|
+
// bununla da property alınabililyor
|
|
272
|
+
font-size: map.get($select, 'font-size');
|
|
273
|
+
}
|
|
274
|
+
**/
|
|
275
|
+
:root {
|
|
276
|
+
--el-color-white: #ffffff;
|
|
277
|
+
--el-color-black: #000000;
|
|
278
|
+
--el-color-primary-rgb: 87, 55, 214;
|
|
279
|
+
--el-color-secondary-rgb: 152, 0, 137;
|
|
280
|
+
--el-color-neutral-rgb: 168, 166, 177;
|
|
281
|
+
--el-color-success-rgb: 105, 182, 79;
|
|
282
|
+
--el-color-warning-rgb: 249, 163, 7;
|
|
283
|
+
--el-color-danger-rgb: 235, 72, 72;
|
|
284
|
+
--el-color-error-rgb: 245, 108, 108;
|
|
285
|
+
--el-color-info-rgb: 33, 161, 214;
|
|
286
|
+
--el-font-size-huge: 20px;
|
|
287
|
+
--el-font-size-large: 18px;
|
|
288
|
+
--el-font-size-medium: 16px;
|
|
289
|
+
--el-font-size-base: 14px;
|
|
290
|
+
--el-font-size-small: 12px;
|
|
291
|
+
--el-font-size-mini: 12px;
|
|
292
|
+
--el-font-size-tiny: 12px;
|
|
293
|
+
--el-font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
|
|
294
|
+
--el-font-weight-primary: 500;
|
|
295
|
+
--el-font-line-height-primary: 24px;
|
|
296
|
+
--el-index-normal: 1;
|
|
297
|
+
--el-index-top: 1000;
|
|
298
|
+
--el-index-popper: 2000;
|
|
299
|
+
--el-border-radius-base: 4px;
|
|
300
|
+
--el-border-radius-small: 2px;
|
|
301
|
+
--el-border-radius-round: 20px;
|
|
302
|
+
--el-border-radius-circle: 100%;
|
|
303
|
+
--el-transition-duration: 0.3s;
|
|
304
|
+
--el-transition-duration-fast: 0.2s;
|
|
305
|
+
--el-transition-function-ease-in-out-bezier: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
306
|
+
--el-transition-function-fast-bezier: cubic-bezier(0.23, 1, 0.32, 1);
|
|
307
|
+
--el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
|
|
308
|
+
--el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
|
|
309
|
+
--el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
|
|
310
|
+
--el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
|
|
311
|
+
--el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
|
|
312
|
+
--el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
|
|
313
|
+
--el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
|
|
314
|
+
--el-component-size: 40px;
|
|
315
|
+
--el-component-size-large: 40px;
|
|
316
|
+
--el-component-size-medium: 36px;
|
|
317
|
+
--el-component-size-small: 30px;
|
|
318
|
+
--el-component-size-mini: 28px;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
:root {
|
|
322
|
+
color-scheme: light;
|
|
323
|
+
--el-bg-color: #ffffff;
|
|
324
|
+
--el-bg-color-page: #f2f3f5;
|
|
325
|
+
--el-bg-color-overlay: #ffffff;
|
|
326
|
+
--el-text-color-primary: var(--el-color-neutral-light-9);
|
|
327
|
+
--el-text-color-regular: var(--el-color-neutral-light-9);
|
|
328
|
+
--el-text-color-secondary: var(--el-color-neutral-light-7);
|
|
329
|
+
--el-text-color-placeholder: var(--el-color-neutral-light-4);
|
|
330
|
+
--el-text-color-disabled: var(--el-color-neutral-light-4);
|
|
331
|
+
--el-border-color: var(--el-color-neutral-light-4);
|
|
332
|
+
--el-border-color-light: #e4e7ed;
|
|
333
|
+
--el-border-color-lighter: #ebeef5;
|
|
334
|
+
--el-border-color-extra-light: #f2f6fc;
|
|
335
|
+
--el-border-color-dark: #d4d7de;
|
|
336
|
+
--el-border-color-darker: #cdd0d6;
|
|
337
|
+
--el-fill-color: #f0f2f5;
|
|
338
|
+
--el-fill-color-light: var(--el-color-neutral-light-2);
|
|
339
|
+
--el-fill-color-lighter: #fafafa;
|
|
340
|
+
--el-fill-color-extra-light: #fafcff;
|
|
341
|
+
--el-fill-color-dark: #ebedf0;
|
|
342
|
+
--el-fill-color-darker: #e6e8eb;
|
|
343
|
+
--el-fill-color-blank: #ffffff;
|
|
344
|
+
--el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04), 0px 8px 20px rgba(0, 0, 0, 0.08);
|
|
345
|
+
--el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.12);
|
|
346
|
+
--el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
|
|
347
|
+
--el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
|
|
348
|
+
--el-disabled-bg-color: var(--el-color-neutral-light-2);
|
|
349
|
+
--el-disabled-text-color: var(--el-color-neutral-light-4);
|
|
350
|
+
--el-disabled-border-color: var(--el-color-neutral-light-4);
|
|
351
|
+
--el-overlay-color: rgba(0, 0, 0, 0.8);
|
|
352
|
+
--el-overlay-color-light: rgba(0, 0, 0, 0.7);
|
|
353
|
+
--el-overlay-color-lighter: #69b64f;
|
|
354
|
+
--el-mask-color: rgba(255, 255, 255, 0.9);
|
|
355
|
+
--el-mask-color-extra-light: rgba(255, 255, 255, 0.3);
|
|
356
|
+
--el-border-width: 1px;
|
|
357
|
+
--el-border-style: solid;
|
|
358
|
+
--el-border-color-hover: var(--el-text-color-disabled);
|
|
359
|
+
--el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
|
|
360
|
+
--el-svg-monochrome-grey: var(--el-border-color);
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.fade-in-linear-enter-active,
|
|
364
|
+
.fade-in-linear-leave-active {
|
|
365
|
+
transition: var(--el-transition-fade-linear);
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.fade-in-linear-enter-from,
|
|
369
|
+
.fade-in-linear-leave-to {
|
|
370
|
+
opacity: 0;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.el-fade-in-linear-enter-active,
|
|
374
|
+
.el-fade-in-linear-leave-active {
|
|
375
|
+
transition: var(--el-transition-fade-linear);
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.el-fade-in-linear-enter-from,
|
|
379
|
+
.el-fade-in-linear-leave-to {
|
|
380
|
+
opacity: 0;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.el-fade-in-enter-active,
|
|
384
|
+
.el-fade-in-leave-active {
|
|
385
|
+
transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.el-fade-in-enter-from,
|
|
389
|
+
.el-fade-in-leave-active {
|
|
390
|
+
opacity: 0;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.el-zoom-in-center-enter-active,
|
|
394
|
+
.el-zoom-in-center-leave-active {
|
|
395
|
+
transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.el-zoom-in-center-enter-from,
|
|
399
|
+
.el-zoom-in-center-leave-active {
|
|
400
|
+
opacity: 0;
|
|
401
|
+
transform: scaleX(0);
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.el-zoom-in-top-enter-active,
|
|
405
|
+
.el-zoom-in-top-leave-active {
|
|
406
|
+
opacity: 1;
|
|
407
|
+
transform: scaleY(1);
|
|
408
|
+
transition: var(--el-transition-md-fade);
|
|
409
|
+
transform-origin: center top;
|
|
410
|
+
}
|
|
411
|
+
.el-zoom-in-top-enter-active[data-popper-placement^=top],
|
|
412
|
+
.el-zoom-in-top-leave-active[data-popper-placement^=top] {
|
|
413
|
+
transform-origin: center bottom;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.el-zoom-in-top-enter-from,
|
|
417
|
+
.el-zoom-in-top-leave-active {
|
|
418
|
+
opacity: 0;
|
|
419
|
+
transform: scaleY(0);
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.el-zoom-in-bottom-enter-active,
|
|
423
|
+
.el-zoom-in-bottom-leave-active {
|
|
424
|
+
opacity: 1;
|
|
425
|
+
transform: scaleY(1);
|
|
426
|
+
transition: var(--el-transition-md-fade);
|
|
427
|
+
transform-origin: center bottom;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.el-zoom-in-bottom-enter-from,
|
|
431
|
+
.el-zoom-in-bottom-leave-active {
|
|
432
|
+
opacity: 0;
|
|
433
|
+
transform: scaleY(0);
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.el-zoom-in-left-enter-active,
|
|
437
|
+
.el-zoom-in-left-leave-active {
|
|
438
|
+
opacity: 1;
|
|
439
|
+
transform: scale(1, 1);
|
|
440
|
+
transition: var(--el-transition-md-fade);
|
|
441
|
+
transform-origin: top left;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.el-zoom-in-left-enter-from,
|
|
445
|
+
.el-zoom-in-left-leave-active {
|
|
446
|
+
opacity: 0;
|
|
447
|
+
transform: scale(0.45, 0.45);
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.collapse-transition {
|
|
451
|
+
transition: var(--el-transition-duration) height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.el-collapse-transition-leave-active,
|
|
455
|
+
.el-collapse-transition-enter-active {
|
|
456
|
+
transition: var(--el-transition-duration) max-height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.horizontal-collapse-transition {
|
|
460
|
+
transition: var(--el-transition-duration) width ease-in-out, var(--el-transition-duration) padding-left ease-in-out, var(--el-transition-duration) padding-right ease-in-out;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.el-list-enter-active,
|
|
464
|
+
.el-list-leave-active {
|
|
465
|
+
transition: all 1s;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.el-list-enter-from,
|
|
469
|
+
.el-list-leave-to {
|
|
470
|
+
opacity: 0;
|
|
471
|
+
transform: translateY(-30px);
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.el-list-leave-active {
|
|
475
|
+
position: absolute !important;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.el-opacity-transition {
|
|
479
|
+
transition: opacity var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.el-icon-loading {
|
|
483
|
+
animation: rotating 2s linear infinite;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.el-icon--right {
|
|
487
|
+
margin-left: 5px;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.el-icon--left {
|
|
491
|
+
margin-right: 5px;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
@keyframes rotating {
|
|
495
|
+
0% {
|
|
496
|
+
transform: rotateZ(0deg);
|
|
497
|
+
}
|
|
498
|
+
100% {
|
|
499
|
+
transform: rotateZ(360deg);
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
.el-icon {
|
|
503
|
+
--color: inherit;
|
|
504
|
+
height: 1em;
|
|
505
|
+
width: 1em;
|
|
506
|
+
line-height: 1em;
|
|
507
|
+
display: inline-flex;
|
|
508
|
+
justify-content: center;
|
|
509
|
+
align-items: center;
|
|
510
|
+
position: relative;
|
|
511
|
+
fill: currentColor;
|
|
512
|
+
color: var(--color);
|
|
513
|
+
font-size: inherit;
|
|
514
|
+
}
|
|
515
|
+
.el-icon.is-loading {
|
|
516
|
+
animation: rotating 2s linear infinite;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.el-icon svg {
|
|
520
|
+
height: 1em;
|
|
521
|
+
width: 1em;
|
|
522
|
+
}
|
|
File without changes
|