@timus-networks/theme 2.4.134 → 2.4.135
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 +144 -118
- package/dist/runtime/components/development/example.button.vue +4 -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 +10 -10
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -341,7 +341,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
341
341
|
transition: var(--el-transition-all);
|
|
342
342
|
user-select: none;
|
|
343
343
|
padding: 12px 15px;
|
|
344
|
-
font-size:
|
|
344
|
+
font-size: 14px;
|
|
345
345
|
border-radius: 0;
|
|
346
346
|
}
|
|
347
347
|
.el-checkbox-button__inner.is-round {
|
|
@@ -405,7 +405,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
405
405
|
--el-button-size: 40px;
|
|
406
406
|
height: var(--el-button-size);
|
|
407
407
|
padding: 12px 15px;
|
|
408
|
-
font-size:
|
|
408
|
+
font-size: 14px;
|
|
409
409
|
border-radius: 0;
|
|
410
410
|
}
|
|
411
411
|
.el-checkbox-button--large .el-checkbox-button__inner.is-round {
|
|
@@ -416,7 +416,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
416
416
|
--el-button-size: 36px;
|
|
417
417
|
height: var(--el-button-size);
|
|
418
418
|
padding: 8px 15px;
|
|
419
|
-
font-size:
|
|
419
|
+
font-size: 14px;
|
|
420
420
|
border-radius: 0;
|
|
421
421
|
}
|
|
422
422
|
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
|
|
@@ -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;
|
|
@@ -355,7 +355,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
355
355
|
border-radius: var(--el-border-radius-small);
|
|
356
356
|
}
|
|
357
357
|
.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label {
|
|
358
|
-
font-size:
|
|
358
|
+
font-size: 14px;
|
|
359
359
|
}
|
|
360
360
|
.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__inner {
|
|
361
361
|
height: 16px;
|
|
@@ -366,7 +366,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
366
366
|
border-radius: 4px;
|
|
367
367
|
}
|
|
368
368
|
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
|
|
369
|
-
font-size:
|
|
369
|
+
font-size: 14px;
|
|
370
370
|
}
|
|
371
371
|
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
|
|
372
372
|
height: 14px;
|
|
@@ -523,7 +523,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
523
523
|
height: 40px;
|
|
524
524
|
}
|
|
525
525
|
.el-checkbox.el-checkbox--large .el-checkbox__label {
|
|
526
|
-
font-size:
|
|
526
|
+
font-size: 14px;
|
|
527
527
|
}
|
|
528
528
|
|
|
529
529
|
.el-checkbox.el-checkbox--large .el-checkbox__inner {
|
|
@@ -535,7 +535,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
535
535
|
height: 36px;
|
|
536
536
|
}
|
|
537
537
|
.el-checkbox.el-checkbox--medium .el-checkbox__label {
|
|
538
|
-
font-size:
|
|
538
|
+
font-size: 14px;
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
.el-checkbox.el-checkbox--medium .el-checkbox__inner {
|
|
@@ -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;
|
|
@@ -732,9 +732,9 @@ $button: map.merge(
|
|
|
732
732
|
'border-color': getCssVar('color', 'primary', 'light-5'),
|
|
733
733
|
'bg-color': getCssVar('color', 'primary', 'light-5'),
|
|
734
734
|
'text-color': getCssVar('color', 'white'),
|
|
735
|
-
'disabled-text-color': getCssVar('color
|
|
736
|
-
'disabled-bg-color': getCssVar('color-primary', 'light-
|
|
737
|
-
'disabled-border-color': getCssVar('color-primary', 'light-
|
|
735
|
+
'disabled-text-color': getCssVar('color', 'white'),
|
|
736
|
+
'disabled-bg-color': getCssVar('color-primary', 'light-1'),
|
|
737
|
+
'disabled-border-color': getCssVar('color-primary', 'light-1'),
|
|
738
738
|
'divide-border-color': getCssVar('color-primary', 'light-4'),
|
|
739
739
|
'hover-text-color': getCssVar('color', 'white'),
|
|
740
740
|
'hover-bg-color': getCssVar('color-primary', 'light-4'),
|
|
@@ -778,9 +778,9 @@ $button-text-color: () !default;
|
|
|
778
778
|
$button-font-size: () !default;
|
|
779
779
|
$button-font-size: map.merge(
|
|
780
780
|
(
|
|
781
|
-
'large': map.get($font-size, '
|
|
782
|
-
'default': map.get($font-size, '
|
|
783
|
-
'medium': map.get($font-size, '
|
|
781
|
+
'large': map.get($font-size, 'medium'),
|
|
782
|
+
'default': map.get($font-size, 'medium'),
|
|
783
|
+
'medium': map.get($font-size, 'medium'),
|
|
784
784
|
'small': map.get($font-size, 'small'),
|
|
785
785
|
'mini': map.get($font-size, 'small'),
|
|
786
786
|
),
|
|
@@ -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;
|