@timus-networks/theme 2.4.64 → 2.4.67

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.
Files changed (131) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +7 -1
  3. package/dist/runtime/components/development/example.button.vue +4 -0
  4. package/dist/runtime/components/development/example.link.vue +19 -0
  5. package/dist/runtime/pages/colors.vue +120 -0
  6. package/dist/runtime/pages/theme.vue +1 -0
  7. package/dist/runtime/public/scss/_colors.scss +18 -18
  8. package/dist/runtime/public/scss/_fonts.scss +12 -12
  9. package/dist/runtime/public/scss/element-plus/affix.css +20 -20
  10. package/dist/runtime/public/scss/element-plus/alert.css +20 -20
  11. package/dist/runtime/public/scss/element-plus/anchor-link.css +20 -20
  12. package/dist/runtime/public/scss/element-plus/anchor.css +20 -20
  13. package/dist/runtime/public/scss/element-plus/aside.css +20 -20
  14. package/dist/runtime/public/scss/element-plus/autocomplete.css +20 -20
  15. package/dist/runtime/public/scss/element-plus/avatar.css +20 -20
  16. package/dist/runtime/public/scss/element-plus/backtop.css +20 -20
  17. package/dist/runtime/public/scss/element-plus/badge.css +20 -20
  18. package/dist/runtime/public/scss/element-plus/base.css +33 -33
  19. package/dist/runtime/public/scss/element-plus/breadcrumb.css +20 -20
  20. package/dist/runtime/public/scss/element-plus/button-group.css +20 -20
  21. package/dist/runtime/public/scss/element-plus/button.css +29 -22
  22. package/dist/runtime/public/scss/element-plus/button.scss +5 -0
  23. package/dist/runtime/public/scss/element-plus/calendar.css +20 -20
  24. package/dist/runtime/public/scss/element-plus/card.css +20 -20
  25. package/dist/runtime/public/scss/element-plus/carousel-item.css +20 -20
  26. package/dist/runtime/public/scss/element-plus/carousel.css +20 -20
  27. package/dist/runtime/public/scss/element-plus/cascader-panel.css +20 -20
  28. package/dist/runtime/public/scss/element-plus/cascader.css +21 -21
  29. package/dist/runtime/public/scss/element-plus/check-tag.css +20 -20
  30. package/dist/runtime/public/scss/element-plus/checkbox-button.css +21 -21
  31. package/dist/runtime/public/scss/element-plus/checkbox-group.css +20 -20
  32. package/dist/runtime/public/scss/element-plus/checkbox.css +21 -21
  33. package/dist/runtime/public/scss/element-plus/col.css +20 -20
  34. package/dist/runtime/public/scss/element-plus/collapse.css +20 -20
  35. package/dist/runtime/public/scss/element-plus/color-picker.css +25 -25
  36. package/dist/runtime/public/scss/element-plus/common/popup.css +20 -20
  37. package/dist/runtime/public/scss/element-plus/common/transition.css +20 -20
  38. package/dist/runtime/public/scss/element-plus/common/var.css +20 -20
  39. package/dist/runtime/public/scss/element-plus/common/var.scss +17 -17
  40. package/dist/runtime/public/scss/element-plus/container.css +20 -20
  41. package/dist/runtime/public/scss/element-plus/dark/css-vars.css +20 -20
  42. package/dist/runtime/public/scss/element-plus/dark/var.css +20 -20
  43. package/dist/runtime/public/scss/element-plus/date-picker/date-picker.css +20 -20
  44. package/dist/runtime/public/scss/element-plus/date-picker/date-range-picker.css +20 -20
  45. package/dist/runtime/public/scss/element-plus/date-picker/date-table.css +20 -20
  46. package/dist/runtime/public/scss/element-plus/date-picker/month-table.css +20 -20
  47. package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.css +20 -20
  48. package/dist/runtime/public/scss/element-plus/date-picker/picker.css +23 -23
  49. package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +20 -20
  50. package/dist/runtime/public/scss/element-plus/date-picker/time-range-picker.css +20 -20
  51. package/dist/runtime/public/scss/element-plus/date-picker/time-spinner.css +20 -20
  52. package/dist/runtime/public/scss/element-plus/date-picker/year-table.css +20 -20
  53. package/dist/runtime/public/scss/element-plus/date-picker.css +23 -23
  54. package/dist/runtime/public/scss/element-plus/descriptions-item.css +20 -20
  55. package/dist/runtime/public/scss/element-plus/descriptions.css +20 -20
  56. package/dist/runtime/public/scss/element-plus/dialog.css +20 -20
  57. package/dist/runtime/public/scss/element-plus/display.css +20 -20
  58. package/dist/runtime/public/scss/element-plus/divider.css +20 -20
  59. package/dist/runtime/public/scss/element-plus/drawer.css +20 -20
  60. package/dist/runtime/public/scss/element-plus/dropdown.css +21 -21
  61. package/dist/runtime/public/scss/element-plus/empty.css +20 -20
  62. package/dist/runtime/public/scss/element-plus/footer.css +20 -20
  63. package/dist/runtime/public/scss/element-plus/form.css +23 -23
  64. package/dist/runtime/public/scss/element-plus/header.css +20 -20
  65. package/dist/runtime/public/scss/element-plus/icon.css +20 -20
  66. package/dist/runtime/public/scss/element-plus/image-viewer.css +20 -20
  67. package/dist/runtime/public/scss/element-plus/image.css +20 -20
  68. package/dist/runtime/public/scss/element-plus/index.css +191 -61
  69. package/dist/runtime/public/scss/element-plus/input-number.css +24 -24
  70. package/dist/runtime/public/scss/element-plus/input.css +21 -21
  71. package/dist/runtime/public/scss/element-plus/link.css +144 -20
  72. package/dist/runtime/public/scss/element-plus/link.scss +13 -0
  73. package/dist/runtime/public/scss/element-plus/loading.css +20 -20
  74. package/dist/runtime/public/scss/element-plus/main.css +20 -20
  75. package/dist/runtime/public/scss/element-plus/mention.css +20 -20
  76. package/dist/runtime/public/scss/element-plus/menu.css +20 -20
  77. package/dist/runtime/public/scss/element-plus/message-box.css +20 -20
  78. package/dist/runtime/public/scss/element-plus/message.css +20 -20
  79. package/dist/runtime/public/scss/element-plus/mixins/mixins.css +20 -20
  80. package/dist/runtime/public/scss/element-plus/notification.css +20 -20
  81. package/dist/runtime/public/scss/element-plus/option-group.css +20 -20
  82. package/dist/runtime/public/scss/element-plus/option.css +20 -20
  83. package/dist/runtime/public/scss/element-plus/overlay.css +20 -20
  84. package/dist/runtime/public/scss/element-plus/page-header.css +20 -20
  85. package/dist/runtime/public/scss/element-plus/pagination.css +20 -20
  86. package/dist/runtime/public/scss/element-plus/popconfirm.css +20 -20
  87. package/dist/runtime/public/scss/element-plus/popover.css +20 -20
  88. package/dist/runtime/public/scss/element-plus/popper.css +20 -20
  89. package/dist/runtime/public/scss/element-plus/progress.css +20 -20
  90. package/dist/runtime/public/scss/element-plus/radio-button.css +21 -21
  91. package/dist/runtime/public/scss/element-plus/radio-group.css +20 -20
  92. package/dist/runtime/public/scss/element-plus/radio.css +21 -21
  93. package/dist/runtime/public/scss/element-plus/rate.css +20 -20
  94. package/dist/runtime/public/scss/element-plus/reset.css +20 -20
  95. package/dist/runtime/public/scss/element-plus/result.css +20 -20
  96. package/dist/runtime/public/scss/element-plus/row.css +20 -20
  97. package/dist/runtime/public/scss/element-plus/scrollbar.css +20 -20
  98. package/dist/runtime/public/scss/element-plus/segmented.css +21 -21
  99. package/dist/runtime/public/scss/element-plus/select-dropdown-v2.css +20 -20
  100. package/dist/runtime/public/scss/element-plus/select-dropdown.css +20 -20
  101. package/dist/runtime/public/scss/element-plus/select-v2.css +22 -22
  102. package/dist/runtime/public/scss/element-plus/select.css +22 -22
  103. package/dist/runtime/public/scss/element-plus/skeleton-item.css +20 -20
  104. package/dist/runtime/public/scss/element-plus/skeleton.css +20 -20
  105. package/dist/runtime/public/scss/element-plus/slider.css +20 -20
  106. package/dist/runtime/public/scss/element-plus/space.css +20 -20
  107. package/dist/runtime/public/scss/element-plus/spinner.css +20 -20
  108. package/dist/runtime/public/scss/element-plus/statistic.css +20 -20
  109. package/dist/runtime/public/scss/element-plus/step.css +20 -20
  110. package/dist/runtime/public/scss/element-plus/steps.css +20 -20
  111. package/dist/runtime/public/scss/element-plus/switch.css +21 -21
  112. package/dist/runtime/public/scss/element-plus/table-column.css +20 -20
  113. package/dist/runtime/public/scss/element-plus/table-v2.css +20 -20
  114. package/dist/runtime/public/scss/element-plus/table.css +20 -20
  115. package/dist/runtime/public/scss/element-plus/tabs.css +20 -20
  116. package/dist/runtime/public/scss/element-plus/tag.css +20 -20
  117. package/dist/runtime/public/scss/element-plus/text.css +20 -20
  118. package/dist/runtime/public/scss/element-plus/time-picker.css +23 -23
  119. package/dist/runtime/public/scss/element-plus/time-select.css +23 -23
  120. package/dist/runtime/public/scss/element-plus/timeline-item.css +20 -20
  121. package/dist/runtime/public/scss/element-plus/timeline.css +20 -20
  122. package/dist/runtime/public/scss/element-plus/tooltip-v2.css +20 -20
  123. package/dist/runtime/public/scss/element-plus/tour.css +20 -20
  124. package/dist/runtime/public/scss/element-plus/transfer.css +20 -20
  125. package/dist/runtime/public/scss/element-plus/tree-select.css +20 -20
  126. package/dist/runtime/public/scss/element-plus/tree.css +20 -20
  127. package/dist/runtime/public/scss/element-plus/upload.css +20 -20
  128. package/dist/runtime/public/scss/element-plus/var.css +33 -33
  129. package/dist/runtime/public/scss/element-plus/virtual-list.css +20 -20
  130. package/dist/runtime/public/scss/theme.css +32 -32
  131. 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: #e9fdf7;
95
+ --el-color-secondary-light-1: #e4f6f1;
96
96
  }
97
97
  :root {
98
- --el-color-secondary-light-2: #d4fbee;
98
+ --el-color-secondary-light-2: #c9eee2;
99
99
  }
100
100
  :root {
101
- --el-color-secondary-light-3: #bef8e6;
101
+ --el-color-secondary-light-3: #ade5d4;
102
102
  }
103
103
  :root {
104
- --el-color-secondary-light-4: #a9f6dd;
104
+ --el-color-secondary-light-4: #92ddc5;
105
105
  }
106
106
  :root {
107
- --el-color-secondary-light-5: #93f4d5;
108
- --el-color-secondary: #93f4d5;
107
+ --el-color-secondary-light-5: #77d4b7;
108
+ --el-color-secondary: #77d4b7;
109
109
  }
110
110
  :root {
111
- --el-color-secondary-light-6: #77d4b7;
111
+ --el-color-secondary-light-6: #61af97;
112
112
  }
113
113
  :root {
114
- --el-color-secondary-light-7: #5cb599;
114
+ --el-color-secondary-light-7: #4b8a76;
115
115
  }
116
116
  :root {
117
- --el-color-secondary-light-8: #40957a;
117
+ --el-color-secondary-light-8: #346556;
118
118
  }
119
119
  :root {
120
- --el-color-secondary-light-9: #25765c;
120
+ --el-color-secondary-light-9: #1e4035;
121
121
  }
122
122
  :root {
123
123
  --el-color-neutral-light-1: #eeedef;
@@ -148,32 +148,32 @@
148
148
  --el-color-neutral-light-9: #343337;
149
149
  }
150
150
  :root {
151
- --el-color-info-light-1: #e3f1fb;
151
+ --el-color-info-light-1: #d9ecff;
152
152
  }
153
153
  :root {
154
- --el-color-info-light-2: #c0e5f7;
154
+ --el-color-info-light-2: #b2d9ff;
155
155
  }
156
156
  :root {
157
- --el-color-info-light-3: #88d1f1;
157
+ --el-color-info-light-3: #8cc7fe;
158
158
  }
159
159
  :root {
160
- --el-color-info-light-4: #3cb5e6;
160
+ --el-color-info-light-4: #65b4fe;
161
161
  }
162
162
  :root {
163
- --el-color-info-light-5: #21a1d6;
164
- --el-color-info: #21a1d6;
163
+ --el-color-info-light-5: #3fa1fe;
164
+ --el-color-info: #3fa1fe;
165
165
  }
166
166
  :root {
167
- --el-color-info-light-6: #1382b6;
167
+ --el-color-info-light-6: #3283cf;
168
168
  }
169
169
  :root {
170
- --el-color-info-light-7: #116793;
170
+ --el-color-info-light-7: #2665a1;
171
171
  }
172
172
  :root {
173
- --el-color-info-light-8: #12587a;
173
+ --el-color-info-light-8: #194772;
174
174
  }
175
175
  :root {
176
- --el-color-info-light-9: #144a66;
176
+ --el-color-info-light-9: #0d2944;
177
177
  }
178
178
  :root {
179
179
  --el-color-danger-light-1: #f9dede;
@@ -304,20 +304,20 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
304
304
  --el-color-white: #ffffff;
305
305
  --el-color-black: #000000;
306
306
  --el-color-primary-rgb: 87, 55, 214;
307
- --el-color-secondary-rgb: 152, 0, 137;
307
+ --el-color-secondary-rgb: 119, 212, 183;
308
308
  --el-color-neutral-rgb: 168, 166, 177;
309
- --el-color-success-rgb: 105, 182, 79;
310
- --el-color-warning-rgb: 249, 163, 7;
311
- --el-color-danger-rgb: 235, 72, 72;
312
- --el-color-error-rgb: 245, 108, 108;
313
- --el-color-info-rgb: 33, 161, 214;
314
- --el-font-size-huge: 20px;
315
- --el-font-size-large: 18px;
316
- --el-font-size-medium: 16px;
309
+ --el-color-success-rgb: 76, 183, 112;
310
+ --el-color-warning-rgb: 232, 197, 82;
311
+ --el-color-danger-rgb: 227, 88, 91;
312
+ --el-color-error-rgb: 227, 88, 91;
313
+ --el-color-info-rgb: 63, 161, 254;
314
+ --el-font-size-huge: 18px;
315
+ --el-font-size-large: 16px;
316
+ --el-font-size-medium: 14px;
317
317
  --el-font-size-base: 14px;
318
318
  --el-font-size-small: 12px;
319
- --el-font-size-mini: 12px;
320
- --el-font-size-tiny: 12px;
319
+ --el-font-size-mini: 10px;
320
+ --el-font-size-tiny: 8px;
321
321
  --el-font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
322
322
  --el-font-weight-primary: 500;
323
323
  --el-font-line-height-primary: 24px;
@@ -342,7 +342,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
342
342
  --el-component-size: 40px;
343
343
  --el-component-size-large: 40px;
344
344
  --el-component-size-medium: 36px;
345
- --el-component-size-small: 30px;
345
+ --el-component-size-small: 32px;
346
346
  --el-component-size-mini: 28px;
347
347
  }
348
348
 
@@ -378,7 +378,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
378
378
  --el-disabled-border-color: var(--el-color-neutral-light-4);
379
379
  --el-overlay-color: rgba(0, 0, 0, 0.8);
380
380
  --el-overlay-color-light: rgba(0, 0, 0, 0.7);
381
- --el-overlay-color-lighter: #69b64f;
381
+ --el-overlay-color-lighter: #4cb770;
382
382
  --el-mask-color: rgba(255, 255, 255, 0.8);
383
383
  --el-mask-color-extra-light: rgba(255, 255, 255, 0.3);
384
384
  --el-border-width: 1px;
@@ -1403,6 +1403,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
1403
1403
  border: var(--el-border);
1404
1404
  border-color: var(--el-button-border-color);
1405
1405
  }
1406
+ .el-button:empty {
1407
+ padding: 0;
1408
+ }
1406
1409
  .el-button:hover {
1407
1410
  color: var(--el-button-hover-text-color);
1408
1411
  border-color: var(--el-button-hover-border-color);
@@ -2050,6 +2053,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
2050
2053
  .el-button--large {
2051
2054
  --el-button-size: 40px;
2052
2055
  height: var(--el-button-size);
2056
+ min-width: var(--el-button-size);
2053
2057
  }
2054
2058
  .el-button--large [class*=el-icon] + span {
2055
2059
  margin-left: 8px;
@@ -2074,6 +2078,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
2074
2078
  .el-button--medium {
2075
2079
  --el-button-size: 36px;
2076
2080
  height: var(--el-button-size);
2081
+ min-width: var(--el-button-size);
2077
2082
  }
2078
2083
  .el-button--medium {
2079
2084
  padding: 8px 15px;
@@ -2093,8 +2098,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
2093
2098
  }
2094
2099
 
2095
2100
  .el-button--small {
2096
- --el-button-size: 30px;
2101
+ --el-button-size: 32px;
2097
2102
  height: var(--el-button-size);
2103
+ min-width: var(--el-button-size);
2098
2104
  }
2099
2105
  .el-button--small [class*=el-icon] + span {
2100
2106
  margin-left: 4px;
@@ -2108,7 +2114,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
2108
2114
  padding: 5px 15px;
2109
2115
  }
2110
2116
  .el-button--small:has(> i):not(:has(span)) {
2111
- width: 30px;
2117
+ width: 32px;
2112
2118
  padding: 0;
2113
2119
  }
2114
2120
  .el-button--small.is-circle {
@@ -2119,6 +2125,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
2119
2125
  .el-button--mini {
2120
2126
  --el-button-size: 28px;
2121
2127
  height: var(--el-button-size);
2128
+ min-width: var(--el-button-size);
2122
2129
  }
2123
2130
  .el-button--mini {
2124
2131
  padding: 5px 15px;
@@ -2672,7 +2679,7 @@ heights > $common-component-size
2672
2679
 
2673
2680
  .el-cascader--small {
2674
2681
  font-size: 12px;
2675
- line-height: 30px;
2682
+ line-height: 32px;
2676
2683
  }
2677
2684
 
2678
2685
  .el-cascader--mini {
@@ -3076,7 +3083,7 @@ heights > $common-component-size
3076
3083
  }
3077
3084
 
3078
3085
  .el-checkbox-button--small .el-checkbox-button__inner {
3079
- --el-button-size: 30px;
3086
+ --el-button-size: 32px;
3080
3087
  height: var(--el-button-size);
3081
3088
  padding: 5px 15px;
3082
3089
  font-size: 12px;
@@ -3351,7 +3358,7 @@ heights > $common-component-size
3351
3358
  }
3352
3359
 
3353
3360
  .el-checkbox.el-checkbox--small {
3354
- height: 30px;
3361
+ height: 32px;
3355
3362
  }
3356
3363
  .el-checkbox.el-checkbox--small .el-checkbox__label {
3357
3364
  font-size: 12px;
@@ -6667,15 +6674,15 @@ heights > $common-component-size
6667
6674
  }
6668
6675
 
6669
6676
  .el-color-picker--small {
6670
- height: 30px;
6677
+ height: 32px;
6671
6678
  }
6672
6679
  .el-color-picker--small .el-color-picker__trigger {
6673
- height: 30px;
6674
- width: 30px;
6680
+ height: 32px;
6681
+ width: 32px;
6675
6682
  }
6676
6683
  .el-color-picker--small .el-color-picker__mask {
6677
- height: 28px;
6678
- width: 28px;
6684
+ height: 30px;
6685
+ width: 30px;
6679
6686
  }
6680
6687
 
6681
6688
  .el-color-picker--mini {
@@ -7372,12 +7379,12 @@ heights > $common-component-size
7372
7379
  height: var(--el-component-size-small);
7373
7380
  }
7374
7381
  .el-range-editor--small .el-range-separator {
7375
- line-height: 30px;
7382
+ line-height: 32px;
7376
7383
  font-size: 12px;
7377
7384
  }
7378
7385
  .el-range-editor--small .el-range-input {
7379
- height: 28px;
7380
- line-height: 28px;
7386
+ height: 30px;
7387
+ line-height: 30px;
7381
7388
  font-size: 12px;
7382
7389
  }
7383
7390
 
@@ -8564,7 +8571,7 @@ heights > $common-component-size
8564
8571
  }
8565
8572
 
8566
8573
  .el-dropdown--small .el-dropdown__caret-button {
8567
- width: 30px;
8574
+ width: 32px;
8568
8575
  }
8569
8576
 
8570
8577
  .el-dropdown--mini .el-dropdown__caret-button {
@@ -8790,12 +8797,12 @@ heights > $common-component-size
8790
8797
  margin-bottom: 16px;
8791
8798
  }
8792
8799
  .el-form-item--small .el-form-item__label {
8793
- height: 30px;
8794
- line-height: 30px;
8800
+ height: 32px;
8801
+ line-height: 32px;
8795
8802
  }
8796
8803
 
8797
8804
  .el-form-item--small .el-form-item__content {
8798
- line-height: 30px;
8805
+ line-height: 32px;
8799
8806
  }
8800
8807
 
8801
8808
  .el-form-item--small .el-form-item__error {
@@ -9465,7 +9472,7 @@ heights > $common-component-size
9465
9472
  }
9466
9473
 
9467
9474
  .el-input--small .el-input__inner {
9468
- --el-input-inner-height: calc(var(--el-input-height, 30px) - 2px);
9475
+ --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px);
9469
9476
  }
9470
9477
 
9471
9478
  .el-input--mini {
@@ -9716,7 +9723,7 @@ heights > $common-component-size
9716
9723
 
9717
9724
  .el-input-number--small {
9718
9725
  width: 120px;
9719
- line-height: 28px;
9726
+ line-height: 30px;
9720
9727
  }
9721
9728
  .el-input-number--small .el-input-number__increase, .el-input-number--small .el-input-number__decrease {
9722
9729
  width: 22px;
@@ -9724,8 +9731,8 @@ heights > $common-component-size
9724
9731
  }
9725
9732
 
9726
9733
  .el-input-number--small .el-input--small .el-input__wrapper {
9727
- padding-left: 37px;
9728
- padding-right: 37px;
9734
+ padding-left: 39px;
9735
+ padding-right: 39px;
9729
9736
  }
9730
9737
 
9731
9738
  .el-input-number--mini {
@@ -9797,13 +9804,124 @@ heights > $common-component-size
9797
9804
  }
9798
9805
  .el-input-number.is-controls-right[class*=small] [class*=increase],
9799
9806
  .el-input-number.is-controls-right[class*=small] [class*=decrease] {
9800
- --el-input-number-controls-height: 14px;
9807
+ --el-input-number-controls-height: 15px;
9801
9808
  }
9802
9809
  .el-input-number.is-controls-right[class*=mini] [class*=increase],
9803
9810
  .el-input-number.is-controls-right[class*=mini] [class*=decrease] {
9804
9811
  --el-input-number-controls-height: 13px;
9805
9812
  }
9806
9813
 
9814
+ h6,
9815
+ .h6, h5,
9816
+ .h5, h4,
9817
+ .h4, h3,
9818
+ .h3, h2,
9819
+ .h2, h1,
9820
+ .h1 {
9821
+ font-style: normal;
9822
+ margin: 0;
9823
+ }
9824
+
9825
+ h1,
9826
+ .h1 {
9827
+ ---h1-font-size: 24px;
9828
+ font-size: var(---h1-font-size);
9829
+ ---h1-line-height: 32px;
9830
+ line-height: var(---h1-line-height);
9831
+ ---h1-font-weight: 500;
9832
+ font-weight: var(---h1-font-weight);
9833
+ }
9834
+
9835
+ h2,
9836
+ .h2 {
9837
+ ---h2-font-size: 20px;
9838
+ font-size: var(---h2-font-size);
9839
+ ---h2-line-height: 28px;
9840
+ line-height: var(---h2-line-height);
9841
+ ---h2-font-weight: 500;
9842
+ font-weight: var(---h2-font-weight);
9843
+ }
9844
+
9845
+ h3,
9846
+ .h3 {
9847
+ ---h3-font-size: 18px;
9848
+ font-size: var(---h3-font-size);
9849
+ ---h3-line-height: 24px;
9850
+ line-height: var(---h3-line-height);
9851
+ ---h3-font-weight: 500;
9852
+ font-weight: var(---h3-font-weight);
9853
+ }
9854
+
9855
+ h4,
9856
+ .h4 {
9857
+ ---h4-font-size: 14px;
9858
+ font-size: var(---h4-font-size);
9859
+ ---h4-line-height: 20px;
9860
+ line-height: var(---h4-line-height);
9861
+ ---h4-font-weight: 500;
9862
+ font-weight: var(---h4-font-weight);
9863
+ }
9864
+
9865
+ h5,
9866
+ .h5 {
9867
+ ---h5-font-size: 12px;
9868
+ font-size: var(---h5-font-size);
9869
+ ---h5-line-height: 16px;
9870
+ line-height: var(---h5-line-height);
9871
+ ---h5-font-weight: 500;
9872
+ font-weight: var(---h5-font-weight);
9873
+ }
9874
+
9875
+ h6,
9876
+ .h6 {
9877
+ ---h6-font-size: 10px;
9878
+ font-size: var(---h6-font-size);
9879
+ ---h6-line-height: 12px;
9880
+ line-height: var(---h6-line-height);
9881
+ ---h6-font-weight: 500;
9882
+ font-weight: var(---h6-font-weight);
9883
+ }
9884
+
9885
+ .p-large,
9886
+ .el-link[size=large] {
9887
+ ---p-large-font-size: 16px;
9888
+ font-size: var(---p-large-font-size);
9889
+ ---p-large-line-height: 22px;
9890
+ line-height: var(---p-large-line-height);
9891
+ }
9892
+
9893
+ .p-medium,
9894
+ .el-link[size=default],
9895
+ .el-link[size=medium] {
9896
+ ---p-medium-font-size: 14px;
9897
+ font-size: var(---p-medium-font-size);
9898
+ ---p-medium-line-height: 20px;
9899
+ line-height: var(---p-medium-line-height);
9900
+ }
9901
+
9902
+ .p-small,
9903
+ .el-link[size=small] {
9904
+ ---p-small-font-size: 12px;
9905
+ font-size: var(---p-small-font-size);
9906
+ ---p-small-line-height: 16px;
9907
+ line-height: var(---p-small-line-height);
9908
+ }
9909
+
9910
+ .p-mini,
9911
+ .el-link[size=mini] {
9912
+ ---p-mini-font-size: 10px;
9913
+ font-size: var(---p-mini-font-size);
9914
+ ---p-mini-line-height: 14px;
9915
+ line-height: var(---p-mini-line-height);
9916
+ }
9917
+
9918
+ .p-tiny {
9919
+ ---p-tiny-font-size: 8px;
9920
+ font-size: var(---p-tiny-font-size);
9921
+ ---p-tiny-line-height: 10px;
9922
+ line-height: var(---p-tiny-line-height);
9923
+ }
9924
+
9807
9925
  .el-link {
9808
9926
  --el-link-font-size: var(--el-font-size-base);
9809
9927
  --el-link-font-weight: 400;
@@ -9943,6 +10061,18 @@ heights > $common-component-size
9943
10061
  border-color: var(--el-color-info-light-4);
9944
10062
  }
9945
10063
 
10064
+ .el-link[size=large] {
10065
+ font-size: 16px;
10066
+ }
10067
+ .el-link[size=medium] {
10068
+ font-size: 14px;
10069
+ }
10070
+ .el-link[size=small] {
10071
+ font-size: 12px;
10072
+ }
10073
+ .el-link[size=mini] {
10074
+ font-size: 10px;
10075
+ }
9946
10076
  :root {
9947
10077
  --el-loading-spinner-size: 42px;
9948
10078
  --el-loading-fullscreen-spinner-size: 50px;
@@ -11621,7 +11751,7 @@ heights > $common-component-size
11621
11751
  padding: 5px 15px;
11622
11752
  font-size: 12px;
11623
11753
  border-radius: 0;
11624
- height: 30px;
11754
+ height: 32px;
11625
11755
  }
11626
11756
  .el-radio-button--small .el-radio-button__inner.is-round {
11627
11757
  padding: 5px 15px;
@@ -11681,7 +11811,7 @@ heights > $common-component-size
11681
11811
  height: 36px;
11682
11812
  }
11683
11813
  .el-radio.el-radio--small {
11684
- height: 30px;
11814
+ height: 32px;
11685
11815
  }
11686
11816
  .el-radio.el-radio--mini {
11687
11817
  height: 28px;
@@ -12600,8 +12730,8 @@ heights > $common-component-size
12600
12730
  .el-select--small .el-select__wrapper {
12601
12731
  gap: 4px;
12602
12732
  padding: 6px 12px;
12603
- min-height: 30px;
12604
- height: 30px;
12733
+ min-height: 32px;
12734
+ height: 32px;
12605
12735
  line-height: 20px;
12606
12736
  font-size: 12px;
12607
12737
  }
@@ -13519,7 +13649,7 @@ heights > $common-component-size
13519
13649
  .el-switch--small {
13520
13650
  font-size: 12px;
13521
13651
  line-height: 16px;
13522
- height: 30px;
13652
+ height: 32px;
13523
13653
  }
13524
13654
  .el-switch--small .el-switch__label {
13525
13655
  height: 16px;
@@ -17253,7 +17383,7 @@ mark.el-text {
17253
17383
  }
17254
17384
 
17255
17385
  .el-segmented--small {
17256
- min-height: 30px;
17386
+ min-height: 32px;
17257
17387
  border-radius: 4px;
17258
17388
  font-size: 14px;
17259
17389
  }
@@ -92,32 +92,32 @@
92
92
  --el-color-primary-light-9: #110b2b;
93
93
  }
94
94
  :root {
95
- --el-color-secondary-light-1: #e9fdf7;
95
+ --el-color-secondary-light-1: #e4f6f1;
96
96
  }
97
97
  :root {
98
- --el-color-secondary-light-2: #d4fbee;
98
+ --el-color-secondary-light-2: #c9eee2;
99
99
  }
100
100
  :root {
101
- --el-color-secondary-light-3: #bef8e6;
101
+ --el-color-secondary-light-3: #ade5d4;
102
102
  }
103
103
  :root {
104
- --el-color-secondary-light-4: #a9f6dd;
104
+ --el-color-secondary-light-4: #92ddc5;
105
105
  }
106
106
  :root {
107
- --el-color-secondary-light-5: #93f4d5;
108
- --el-color-secondary: #93f4d5;
107
+ --el-color-secondary-light-5: #77d4b7;
108
+ --el-color-secondary: #77d4b7;
109
109
  }
110
110
  :root {
111
- --el-color-secondary-light-6: #77d4b7;
111
+ --el-color-secondary-light-6: #61af97;
112
112
  }
113
113
  :root {
114
- --el-color-secondary-light-7: #5cb599;
114
+ --el-color-secondary-light-7: #4b8a76;
115
115
  }
116
116
  :root {
117
- --el-color-secondary-light-8: #40957a;
117
+ --el-color-secondary-light-8: #346556;
118
118
  }
119
119
  :root {
120
- --el-color-secondary-light-9: #25765c;
120
+ --el-color-secondary-light-9: #1e4035;
121
121
  }
122
122
  :root {
123
123
  --el-color-neutral-light-1: #eeedef;
@@ -148,32 +148,32 @@
148
148
  --el-color-neutral-light-9: #343337;
149
149
  }
150
150
  :root {
151
- --el-color-info-light-1: #e3f1fb;
151
+ --el-color-info-light-1: #d9ecff;
152
152
  }
153
153
  :root {
154
- --el-color-info-light-2: #c0e5f7;
154
+ --el-color-info-light-2: #b2d9ff;
155
155
  }
156
156
  :root {
157
- --el-color-info-light-3: #88d1f1;
157
+ --el-color-info-light-3: #8cc7fe;
158
158
  }
159
159
  :root {
160
- --el-color-info-light-4: #3cb5e6;
160
+ --el-color-info-light-4: #65b4fe;
161
161
  }
162
162
  :root {
163
- --el-color-info-light-5: #21a1d6;
164
- --el-color-info: #21a1d6;
163
+ --el-color-info-light-5: #3fa1fe;
164
+ --el-color-info: #3fa1fe;
165
165
  }
166
166
  :root {
167
- --el-color-info-light-6: #1382b6;
167
+ --el-color-info-light-6: #3283cf;
168
168
  }
169
169
  :root {
170
- --el-color-info-light-7: #116793;
170
+ --el-color-info-light-7: #2665a1;
171
171
  }
172
172
  :root {
173
- --el-color-info-light-8: #12587a;
173
+ --el-color-info-light-8: #194772;
174
174
  }
175
175
  :root {
176
- --el-color-info-light-9: #144a66;
176
+ --el-color-info-light-9: #0d2944;
177
177
  }
178
178
  :root {
179
179
  --el-color-danger-light-1: #f9dede;
@@ -406,7 +406,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
406
406
 
407
407
  .el-input-number--small {
408
408
  width: 120px;
409
- line-height: 28px;
409
+ line-height: 30px;
410
410
  }
411
411
  .el-input-number--small .el-input-number__increase, .el-input-number--small .el-input-number__decrease {
412
412
  width: 22px;
@@ -414,8 +414,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
414
414
  }
415
415
 
416
416
  .el-input-number--small .el-input--small .el-input__wrapper {
417
- padding-left: 37px;
418
- padding-right: 37px;
417
+ padding-left: 39px;
418
+ padding-right: 39px;
419
419
  }
420
420
 
421
421
  .el-input-number--mini {
@@ -487,7 +487,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
487
487
  }
488
488
  .el-input-number.is-controls-right[class*=small] [class*=increase],
489
489
  .el-input-number.is-controls-right[class*=small] [class*=decrease] {
490
- --el-input-number-controls-height: 14px;
490
+ --el-input-number-controls-height: 15px;
491
491
  }
492
492
  .el-input-number.is-controls-right[class*=mini] [class*=increase],
493
493
  .el-input-number.is-controls-right[class*=mini] [class*=decrease] {
@@ -92,32 +92,32 @@
92
92
  --el-color-primary-light-9: #110b2b;
93
93
  }
94
94
  :root {
95
- --el-color-secondary-light-1: #e9fdf7;
95
+ --el-color-secondary-light-1: #e4f6f1;
96
96
  }
97
97
  :root {
98
- --el-color-secondary-light-2: #d4fbee;
98
+ --el-color-secondary-light-2: #c9eee2;
99
99
  }
100
100
  :root {
101
- --el-color-secondary-light-3: #bef8e6;
101
+ --el-color-secondary-light-3: #ade5d4;
102
102
  }
103
103
  :root {
104
- --el-color-secondary-light-4: #a9f6dd;
104
+ --el-color-secondary-light-4: #92ddc5;
105
105
  }
106
106
  :root {
107
- --el-color-secondary-light-5: #93f4d5;
108
- --el-color-secondary: #93f4d5;
107
+ --el-color-secondary-light-5: #77d4b7;
108
+ --el-color-secondary: #77d4b7;
109
109
  }
110
110
  :root {
111
- --el-color-secondary-light-6: #77d4b7;
111
+ --el-color-secondary-light-6: #61af97;
112
112
  }
113
113
  :root {
114
- --el-color-secondary-light-7: #5cb599;
114
+ --el-color-secondary-light-7: #4b8a76;
115
115
  }
116
116
  :root {
117
- --el-color-secondary-light-8: #40957a;
117
+ --el-color-secondary-light-8: #346556;
118
118
  }
119
119
  :root {
120
- --el-color-secondary-light-9: #25765c;
120
+ --el-color-secondary-light-9: #1e4035;
121
121
  }
122
122
  :root {
123
123
  --el-color-neutral-light-1: #eeedef;
@@ -148,32 +148,32 @@
148
148
  --el-color-neutral-light-9: #343337;
149
149
  }
150
150
  :root {
151
- --el-color-info-light-1: #e3f1fb;
151
+ --el-color-info-light-1: #d9ecff;
152
152
  }
153
153
  :root {
154
- --el-color-info-light-2: #c0e5f7;
154
+ --el-color-info-light-2: #b2d9ff;
155
155
  }
156
156
  :root {
157
- --el-color-info-light-3: #88d1f1;
157
+ --el-color-info-light-3: #8cc7fe;
158
158
  }
159
159
  :root {
160
- --el-color-info-light-4: #3cb5e6;
160
+ --el-color-info-light-4: #65b4fe;
161
161
  }
162
162
  :root {
163
- --el-color-info-light-5: #21a1d6;
164
- --el-color-info: #21a1d6;
163
+ --el-color-info-light-5: #3fa1fe;
164
+ --el-color-info: #3fa1fe;
165
165
  }
166
166
  :root {
167
- --el-color-info-light-6: #1382b6;
167
+ --el-color-info-light-6: #3283cf;
168
168
  }
169
169
  :root {
170
- --el-color-info-light-7: #116793;
170
+ --el-color-info-light-7: #2665a1;
171
171
  }
172
172
  :root {
173
- --el-color-info-light-8: #12587a;
173
+ --el-color-info-light-8: #194772;
174
174
  }
175
175
  :root {
176
- --el-color-info-light-9: #144a66;
176
+ --el-color-info-light-9: #0d2944;
177
177
  }
178
178
  :root {
179
179
  --el-color-danger-light-1: #f9dede;
@@ -624,7 +624,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
624
624
  }
625
625
 
626
626
  .el-input--small .el-input__inner {
627
- --el-input-inner-height: calc(var(--el-input-height, 30px) - 2px);
627
+ --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px);
628
628
  }
629
629
 
630
630
  .el-input--mini {