@timus-networks/theme 2.4.134 → 2.4.136
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/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +191 -132
- package/dist/runtime/components/development/example.button.vue +8 -2
- package/dist/runtime/components/development/example.dialog.vue +1 -1
- package/dist/runtime/public/scss/_colors.scss +9 -9
- package/dist/runtime/public/scss/element-plus/affix.css +10 -10
- package/dist/runtime/public/scss/element-plus/alert.css +10 -10
- package/dist/runtime/public/scss/element-plus/anchor-link.css +10 -10
- package/dist/runtime/public/scss/element-plus/anchor.css +10 -10
- package/dist/runtime/public/scss/element-plus/aside.css +10 -10
- package/dist/runtime/public/scss/element-plus/autocomplete.css +10 -10
- package/dist/runtime/public/scss/element-plus/avatar.css +10 -10
- package/dist/runtime/public/scss/element-plus/backtop.css +10 -10
- package/dist/runtime/public/scss/element-plus/badge.css +10 -10
- package/dist/runtime/public/scss/element-plus/base.css +10 -10
- package/dist/runtime/public/scss/element-plus/breadcrumb.css +10 -10
- package/dist/runtime/public/scss/element-plus/button-group.css +14 -14
- package/dist/runtime/public/scss/element-plus/button-group.scss +4 -4
- package/dist/runtime/public/scss/element-plus/button.css +83 -90
- package/dist/runtime/public/scss/element-plus/button.scss +5 -5
- package/dist/runtime/public/scss/element-plus/calendar.css +10 -10
- package/dist/runtime/public/scss/element-plus/card.css +10 -10
- package/dist/runtime/public/scss/element-plus/carousel-item.css +10 -10
- package/dist/runtime/public/scss/element-plus/carousel.css +10 -10
- package/dist/runtime/public/scss/element-plus/cascader-panel.css +10 -10
- package/dist/runtime/public/scss/element-plus/cascader.css +10 -10
- package/dist/runtime/public/scss/element-plus/check-tag.css +10 -10
- package/dist/runtime/public/scss/element-plus/checkbox-button.css +13 -13
- package/dist/runtime/public/scss/element-plus/checkbox-group.css +10 -10
- package/dist/runtime/public/scss/element-plus/checkbox.css +14 -14
- package/dist/runtime/public/scss/element-plus/col.css +10 -10
- package/dist/runtime/public/scss/element-plus/collapse.css +10 -10
- package/dist/runtime/public/scss/element-plus/color-picker.css +10 -10
- package/dist/runtime/public/scss/element-plus/common/popup.css +10 -10
- package/dist/runtime/public/scss/element-plus/common/transition.css +10 -10
- package/dist/runtime/public/scss/element-plus/common/var.css +10 -10
- package/dist/runtime/public/scss/element-plus/common/var.scss +6 -6
- package/dist/runtime/public/scss/element-plus/container.css +10 -10
- package/dist/runtime/public/scss/element-plus/dark/css-vars.css +10 -10
- package/dist/runtime/public/scss/element-plus/dark/var.css +10 -10
- package/dist/runtime/public/scss/element-plus/date-picker/date-picker.css +10 -10
- package/dist/runtime/public/scss/element-plus/date-picker/date-range-picker.css +10 -10
- package/dist/runtime/public/scss/element-plus/date-picker/date-table.css +10 -10
- package/dist/runtime/public/scss/element-plus/date-picker/month-table.css +10 -10
- package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.css +10 -10
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +10 -10
- package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +10 -10
- package/dist/runtime/public/scss/element-plus/date-picker/time-range-picker.css +10 -10
- package/dist/runtime/public/scss/element-plus/date-picker/time-spinner.css +10 -10
- package/dist/runtime/public/scss/element-plus/date-picker/year-table.css +10 -10
- package/dist/runtime/public/scss/element-plus/date-picker.css +10 -10
- package/dist/runtime/public/scss/element-plus/descriptions-item.css +10 -10
- package/dist/runtime/public/scss/element-plus/descriptions.css +10 -10
- package/dist/runtime/public/scss/element-plus/dialog.css +43 -10
- package/dist/runtime/public/scss/element-plus/dialog.scss +5 -0
- package/dist/runtime/public/scss/element-plus/display.css +10 -10
- package/dist/runtime/public/scss/element-plus/divider.css +10 -10
- package/dist/runtime/public/scss/element-plus/drawer.css +10 -10
- package/dist/runtime/public/scss/element-plus/dropdown.css +10 -10
- package/dist/runtime/public/scss/element-plus/empty.css +10 -10
- package/dist/runtime/public/scss/element-plus/footer.css +10 -10
- package/dist/runtime/public/scss/element-plus/form.css +10 -10
- package/dist/runtime/public/scss/element-plus/header.css +10 -10
- package/dist/runtime/public/scss/element-plus/icon.css +10 -10
- package/dist/runtime/public/scss/element-plus/image-viewer.css +10 -10
- package/dist/runtime/public/scss/element-plus/image.css +10 -10
- package/dist/runtime/public/scss/element-plus/index.css +144 -118
- package/dist/runtime/public/scss/element-plus/input-number.css +10 -10
- package/dist/runtime/public/scss/element-plus/input.css +10 -10
- package/dist/runtime/public/scss/element-plus/link.css +10 -10
- package/dist/runtime/public/scss/element-plus/loading.css +10 -10
- package/dist/runtime/public/scss/element-plus/main.css +10 -10
- package/dist/runtime/public/scss/element-plus/mention.css +10 -10
- package/dist/runtime/public/scss/element-plus/menu.css +10 -10
- package/dist/runtime/public/scss/element-plus/message-box.css +10 -10
- package/dist/runtime/public/scss/element-plus/message.css +10 -10
- package/dist/runtime/public/scss/element-plus/mixins/_button.scss +18 -11
- package/dist/runtime/public/scss/element-plus/mixins/mixins.css +10 -10
- package/dist/runtime/public/scss/element-plus/notification.css +10 -10
- package/dist/runtime/public/scss/element-plus/option-group.css +10 -10
- package/dist/runtime/public/scss/element-plus/option.css +10 -10
- package/dist/runtime/public/scss/element-plus/overlay.css +10 -10
- package/dist/runtime/public/scss/element-plus/page-header.css +10 -10
- package/dist/runtime/public/scss/element-plus/pagination.css +10 -10
- package/dist/runtime/public/scss/element-plus/popconfirm.css +10 -10
- package/dist/runtime/public/scss/element-plus/popover.css +10 -10
- package/dist/runtime/public/scss/element-plus/popper.css +10 -10
- package/dist/runtime/public/scss/element-plus/progress.css +10 -10
- package/dist/runtime/public/scss/element-plus/radio-button.css +14 -14
- package/dist/runtime/public/scss/element-plus/radio-group.css +10 -10
- package/dist/runtime/public/scss/element-plus/radio.css +14 -14
- package/dist/runtime/public/scss/element-plus/rate.css +10 -10
- package/dist/runtime/public/scss/element-plus/reset.css +10 -10
- package/dist/runtime/public/scss/element-plus/result.css +10 -10
- package/dist/runtime/public/scss/element-plus/row.css +10 -10
- package/dist/runtime/public/scss/element-plus/scrollbar.css +10 -10
- package/dist/runtime/public/scss/element-plus/segmented.css +10 -10
- package/dist/runtime/public/scss/element-plus/select-dropdown-v2.css +10 -10
- package/dist/runtime/public/scss/element-plus/select-dropdown.css +10 -10
- package/dist/runtime/public/scss/element-plus/select-v2.css +10 -10
- package/dist/runtime/public/scss/element-plus/select.css +10 -10
- package/dist/runtime/public/scss/element-plus/skeleton-item.css +10 -10
- package/dist/runtime/public/scss/element-plus/skeleton.css +10 -10
- package/dist/runtime/public/scss/element-plus/slider.css +10 -10
- package/dist/runtime/public/scss/element-plus/space.css +10 -10
- package/dist/runtime/public/scss/element-plus/spinner.css +10 -10
- package/dist/runtime/public/scss/element-plus/statistic.css +10 -10
- package/dist/runtime/public/scss/element-plus/step.css +10 -10
- package/dist/runtime/public/scss/element-plus/steps.css +10 -10
- package/dist/runtime/public/scss/element-plus/switch.css +19 -19
- package/dist/runtime/public/scss/element-plus/table-column.css +10 -10
- package/dist/runtime/public/scss/element-plus/table-v2.css +10 -10
- package/dist/runtime/public/scss/element-plus/table.css +10 -10
- package/dist/runtime/public/scss/element-plus/tabs.css +10 -10
- package/dist/runtime/public/scss/element-plus/tag.css +10 -10
- package/dist/runtime/public/scss/element-plus/text.css +10 -10
- package/dist/runtime/public/scss/element-plus/time-picker.css +10 -10
- package/dist/runtime/public/scss/element-plus/time-select.css +10 -10
- package/dist/runtime/public/scss/element-plus/timeline-item.css +10 -10
- package/dist/runtime/public/scss/element-plus/timeline.css +10 -10
- package/dist/runtime/public/scss/element-plus/tooltip-v2.css +10 -10
- package/dist/runtime/public/scss/element-plus/tour.css +10 -10
- package/dist/runtime/public/scss/element-plus/transfer.css +10 -10
- package/dist/runtime/public/scss/element-plus/tree-select.css +10 -10
- package/dist/runtime/public/scss/element-plus/tree.css +10 -10
- package/dist/runtime/public/scss/element-plus/upload.css +10 -10
- package/dist/runtime/public/scss/element-plus/var.css +10 -10
- package/dist/runtime/public/scss/element-plus/virtual-list.css +10 -10
- package/dist/runtime/public/scss/theme.css +58 -10
- package/dist/runtime/public/scss/theme.scss +5 -0
- package/package.json +1 -1
|
@@ -167,14 +167,16 @@
|
|
|
167
167
|
</el-radio-group>
|
|
168
168
|
<el-button-group>
|
|
169
169
|
<el-button disabled :type="active_color" :icon="ElIconArrowLeft">Previous Page</el-button>
|
|
170
|
-
<el-button disabled :type="active_color" :icon="ElIconArrowLeft">
|
|
170
|
+
<el-button disabled :type="active_color" :icon="ElIconArrowLeft">Center Page</el-button>
|
|
171
|
+
<el-button disabled :type="active_color" :icon="ElIconArrowLeft">Center Page</el-button>
|
|
171
172
|
<el-button disabled :type="active_color">
|
|
172
173
|
Next Page<el-icon class="el-icon--right"><ElIconArrowRight /></el-icon>
|
|
173
174
|
</el-button>
|
|
174
175
|
</el-button-group>
|
|
175
176
|
<el-button-group>
|
|
176
177
|
<el-button :type="active_color" :icon="ElIconArrowLeft">Previous Page</el-button>
|
|
177
|
-
<el-button :type="active_color" :icon="ElIconArrowLeft">
|
|
178
|
+
<el-button :type="active_color" :icon="ElIconArrowLeft">Center Page</el-button>
|
|
179
|
+
<el-button :type="active_color" :icon="ElIconArrowLeft">Center Page</el-button>
|
|
178
180
|
<el-button :type="active_color">
|
|
179
181
|
Next Page<el-icon class="el-icon--right"><ElIconArrowRight /></el-icon>
|
|
180
182
|
</el-button>
|
|
@@ -206,6 +208,10 @@
|
|
|
206
208
|
</code>
|
|
207
209
|
</template>
|
|
208
210
|
</el-card>
|
|
211
|
+
<div class="page-footer">
|
|
212
|
+
<el-button>Cancel</el-button>
|
|
213
|
+
<el-button>Submit</el-button>
|
|
214
|
+
</div>
|
|
209
215
|
</div>
|
|
210
216
|
</template>
|
|
211
217
|
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
When enabled, all connections will be terminated and new requests will be denied until lockdown mode is disabled. Are you sure you want to enable the lockdown mode?
|
|
20
20
|
</span>
|
|
21
21
|
<template #footer>
|
|
22
|
-
<el-button
|
|
22
|
+
<el-button @click="dialogVisible = false">Cancel</el-button>
|
|
23
23
|
<el-button @click="dialogVisible = false"> Confirm </el-button>
|
|
24
24
|
</template>
|
|
25
25
|
</el-dialog>
|
|
@@ -44,15 +44,15 @@ $theme: (
|
|
|
44
44
|
'9': #110b2b,
|
|
45
45
|
),
|
|
46
46
|
secondary: (
|
|
47
|
-
'1': #
|
|
48
|
-
'2': #
|
|
49
|
-
'3': #
|
|
50
|
-
'4': #
|
|
51
|
-
'5': #
|
|
52
|
-
'6': #
|
|
53
|
-
'7': #
|
|
54
|
-
'8': #
|
|
55
|
-
'9': #
|
|
47
|
+
'1': #eeedef,
|
|
48
|
+
'2': #dcdbe0,
|
|
49
|
+
'3': #cbcad0,
|
|
50
|
+
'4': #b9b8c1,
|
|
51
|
+
'5': #a8a6b1,
|
|
52
|
+
'6': #8b8993,
|
|
53
|
+
'7': #6e6c74,
|
|
54
|
+
'8': #515056,
|
|
55
|
+
'9': #343337,
|
|
56
56
|
),
|
|
57
57
|
neutral: (
|
|
58
58
|
'1': #eeedef,
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #eeedef;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #dcdbe0;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #cbcad0;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #b9b8c1;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #a8a6b1;
|
|
108
|
+
--el-color-secondary: #a8a6b1;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #8b8993;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #6e6c74;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #515056;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #343337;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
123
|
--el-color-neutral-light-1: #eeedef;
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #eeedef;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #dcdbe0;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #cbcad0;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #b9b8c1;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #a8a6b1;
|
|
108
|
+
--el-color-secondary: #a8a6b1;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #8b8993;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #6e6c74;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #515056;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #343337;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
123
|
--el-color-neutral-light-1: #eeedef;
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #eeedef;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #dcdbe0;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #cbcad0;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #b9b8c1;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #a8a6b1;
|
|
108
|
+
--el-color-secondary: #a8a6b1;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #8b8993;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #6e6c74;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #515056;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #343337;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
123
|
--el-color-neutral-light-1: #eeedef;
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #eeedef;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #dcdbe0;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #cbcad0;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #b9b8c1;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #a8a6b1;
|
|
108
|
+
--el-color-secondary: #a8a6b1;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #8b8993;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #6e6c74;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #515056;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #343337;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
123
|
--el-color-neutral-light-1: #eeedef;
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #eeedef;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #dcdbe0;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #cbcad0;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #b9b8c1;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #a8a6b1;
|
|
108
|
+
--el-color-secondary: #a8a6b1;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #8b8993;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #6e6c74;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #515056;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #343337;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
123
|
--el-color-neutral-light-1: #eeedef;
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #eeedef;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #dcdbe0;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #cbcad0;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #b9b8c1;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #a8a6b1;
|
|
108
|
+
--el-color-secondary: #a8a6b1;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #8b8993;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #6e6c74;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #515056;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #343337;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
123
|
--el-color-neutral-light-1: #eeedef;
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #eeedef;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #dcdbe0;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #cbcad0;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #b9b8c1;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #a8a6b1;
|
|
108
|
+
--el-color-secondary: #a8a6b1;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #8b8993;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #6e6c74;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #515056;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #343337;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
123
|
--el-color-neutral-light-1: #eeedef;
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #eeedef;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #dcdbe0;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #cbcad0;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #b9b8c1;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #a8a6b1;
|
|
108
|
+
--el-color-secondary: #a8a6b1;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #8b8993;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #6e6c74;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #515056;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #343337;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
123
|
--el-color-neutral-light-1: #eeedef;
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #eeedef;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #dcdbe0;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #cbcad0;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #b9b8c1;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #a8a6b1;
|
|
108
|
+
--el-color-secondary: #a8a6b1;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #8b8993;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #6e6c74;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #515056;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #343337;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
123
|
--el-color-neutral-light-1: #eeedef;
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #eeedef;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #dcdbe0;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #cbcad0;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #b9b8c1;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #a8a6b1;
|
|
108
|
+
--el-color-secondary: #a8a6b1;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #8b8993;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #6e6c74;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #515056;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #343337;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
123
|
--el-color-neutral-light-1: #eeedef;
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #eeedef;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #dcdbe0;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #cbcad0;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #b9b8c1;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #a8a6b1;
|
|
108
|
+
--el-color-secondary: #a8a6b1;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #8b8993;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #6e6c74;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #515056;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #343337;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
123
|
--el-color-neutral-light-1: #eeedef;
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #eeedef;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #dcdbe0;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #cbcad0;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #b9b8c1;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #a8a6b1;
|
|
108
|
+
--el-color-secondary: #a8a6b1;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #8b8993;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #6e6c74;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #515056;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #343337;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
123
|
--el-color-neutral-light-1: #eeedef;
|
|
@@ -352,14 +352,14 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
352
352
|
margin-right: -1px;
|
|
353
353
|
}
|
|
354
354
|
.el-button-group > .el-button.is-disabled:first-child {
|
|
355
|
-
border-right-color: var(--el-
|
|
355
|
+
border-right-color: var(--el-white);
|
|
356
356
|
}
|
|
357
357
|
.el-button-group > .el-button.is-disabled:last-child {
|
|
358
|
-
border-left-color: var(--el-
|
|
358
|
+
border-left-color: var(--el-white);
|
|
359
359
|
}
|
|
360
360
|
.el-button-group > .el-button.is-disabled:not(:first-child):not(:last-child) {
|
|
361
|
-
border-left-color: var(--el-color-
|
|
362
|
-
border-right-color: var(--el-color-
|
|
361
|
+
border-left-color: var(--el-color-white);
|
|
362
|
+
border-right-color: var(--el-color-white);
|
|
363
363
|
}
|
|
364
364
|
.el-button-group > .el-button:hover, .el-button-group > .el-button:focus, .el-button-group > .el-button:active {
|
|
365
365
|
z-index: 1;
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
|
|
52
52
|
&.is-disabled {
|
|
53
53
|
&:first-child {
|
|
54
|
-
border-right-color: getCssVar('
|
|
54
|
+
border-right-color: getCssVar('white');
|
|
55
55
|
}
|
|
56
56
|
&:last-child {
|
|
57
|
-
border-left-color: getCssVar('
|
|
57
|
+
border-left-color: getCssVar('white');
|
|
58
58
|
}
|
|
59
59
|
&:not(:first-child):not(:last-child) {
|
|
60
|
-
border-left-color: getCssVar('color-
|
|
61
|
-
border-right-color: getCssVar('color-
|
|
60
|
+
border-left-color: getCssVar('color-white');
|
|
61
|
+
border-right-color: getCssVar('color-white');
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
|