@timus-networks/theme 2.4.68 → 2.4.70
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/components/development/example.input.vue +10 -3
- package/dist/runtime/components/development/example.radio.vue +2 -2
- package/dist/runtime/components/development/example.select.vue +1 -1
- package/dist/runtime/pages/colors.vue +33 -17
- package/dist/runtime/public/scss/element-plus/alert.css +2 -2
- package/dist/runtime/public/scss/element-plus/alert.scss +1 -1
- package/dist/runtime/public/scss/element-plus/autocomplete.css +2 -2
- package/dist/runtime/public/scss/element-plus/autocomplete.scss +1 -1
- package/dist/runtime/public/scss/element-plus/avatar.css +1 -1
- package/dist/runtime/public/scss/element-plus/base.css +5 -3
- package/dist/runtime/public/scss/element-plus/button-group.css +4 -4
- package/dist/runtime/public/scss/element-plus/button-group.scss +1 -1
- package/dist/runtime/public/scss/element-plus/button.css +5 -5
- package/dist/runtime/public/scss/element-plus/button.scss +1 -1
- package/dist/runtime/public/scss/element-plus/cascader-panel.css +1 -1
- package/dist/runtime/public/scss/element-plus/cascader.css +3 -3
- package/dist/runtime/public/scss/element-plus/checkbox-button.css +4 -4
- package/dist/runtime/public/scss/element-plus/checkbox-button.scss +4 -4
- package/dist/runtime/public/scss/element-plus/checkbox.css +3 -3
- package/dist/runtime/public/scss/element-plus/checkbox.scss +1 -1
- package/dist/runtime/public/scss/element-plus/color-picker.css +5 -5
- package/dist/runtime/public/scss/element-plus/color-picker.scss +1 -1
- package/dist/runtime/public/scss/element-plus/common/var.scss +17 -15
- package/dist/runtime/public/scss/element-plus/date-picker/date-picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.css +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.scss +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +3 -3
- package/dist/runtime/public/scss/element-plus/date-picker.css +4 -4
- package/dist/runtime/public/scss/element-plus/dialog.css +1 -1
- package/dist/runtime/public/scss/element-plus/dropdown.css +2 -2
- package/dist/runtime/public/scss/element-plus/dropdown.scss +1 -1
- package/dist/runtime/public/scss/element-plus/form.css +3 -3
- package/dist/runtime/public/scss/element-plus/index.css +86 -83
- package/dist/runtime/public/scss/element-plus/input-number.css +9 -9
- package/dist/runtime/public/scss/element-plus/input-number.scss +4 -4
- package/dist/runtime/public/scss/element-plus/input.css +5 -5
- package/dist/runtime/public/scss/element-plus/mention.css +1 -1
- package/dist/runtime/public/scss/element-plus/mention.scss +1 -1
- package/dist/runtime/public/scss/element-plus/message-box.css +1 -1
- package/dist/runtime/public/scss/element-plus/radio-button.css +4 -4
- package/dist/runtime/public/scss/element-plus/radio-button.scss +4 -4
- package/dist/runtime/public/scss/element-plus/radio.css +6 -6
- package/dist/runtime/public/scss/element-plus/radio.scss +2 -2
- package/dist/runtime/public/scss/element-plus/segmented.css +7 -7
- package/dist/runtime/public/scss/element-plus/select-dropdown-v2.css +1 -1
- package/dist/runtime/public/scss/element-plus/select-dropdown.css +1 -1
- package/dist/runtime/public/scss/element-plus/select-dropdown.scss +1 -1
- package/dist/runtime/public/scss/element-plus/select-v2.css +4 -3
- package/dist/runtime/public/scss/element-plus/select.css +4 -3
- package/dist/runtime/public/scss/element-plus/select.scss +2 -1
- package/dist/runtime/public/scss/element-plus/skeleton-item.css +1 -1
- package/dist/runtime/public/scss/element-plus/skeleton-item.scss +1 -1
- package/dist/runtime/public/scss/element-plus/switch.css +1 -1
- package/dist/runtime/public/scss/element-plus/time-picker.css +4 -4
- package/dist/runtime/public/scss/element-plus/time-select.css +4 -4
- package/dist/runtime/public/scss/element-plus/tour.css +1 -1
- package/dist/runtime/public/scss/element-plus/transfer.css +1 -1
- package/dist/runtime/public/scss/element-plus/var.css +5 -3
- package/package.json +1 -1
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
|
|
75
75
|
@include e(increase) {
|
|
76
76
|
right: 1px;
|
|
77
|
-
border-radius: 0 getCssVar('border-radius-
|
|
77
|
+
border-radius: 0 getCssVar('border-radius-small') getCssVar('border-radius-small') 0;
|
|
78
78
|
border-left: getCssVar('border');
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
@include e(decrease) {
|
|
82
82
|
left: 1px;
|
|
83
|
-
border-radius: getCssVar('border-radius-
|
|
83
|
+
border-radius: getCssVar('border-radius-small') 0 0 getCssVar('border-radius-small');
|
|
84
84
|
border-right: getCssVar('border');
|
|
85
85
|
}
|
|
86
86
|
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
@include e(increase) {
|
|
151
151
|
bottom: auto;
|
|
152
152
|
left: auto;
|
|
153
|
-
border-radius: 0 getCssVar('border-radius-
|
|
153
|
+
border-radius: 0 getCssVar('border-radius-small') 0 0;
|
|
154
154
|
border-bottom: getCssVar('border');
|
|
155
155
|
}
|
|
156
156
|
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
left: auto;
|
|
161
161
|
border-right: none;
|
|
162
162
|
border-left: getCssVar('border');
|
|
163
|
-
border-radius: 0 0 getCssVar('border-radius-
|
|
163
|
+
border-radius: 0 0 getCssVar('border-radius-small') 0;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
&:not(.is-disabled):hover {
|
|
@@ -307,7 +307,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
307
307
|
--el-input-focus-border: var(--el-color-primary);
|
|
308
308
|
--el-input-transparent-border: 0 0 0 1px transparent inset;
|
|
309
309
|
--el-input-border-color: var(--el-border-color);
|
|
310
|
-
--el-input-border-radius: var(--el-border-radius-
|
|
310
|
+
--el-input-border-radius: var(--el-border-radius-small);
|
|
311
311
|
--el-input-bg-color: var(--el-fill-color-blank);
|
|
312
312
|
--el-input-icon-color: var(--el-color-neutral-light-9);
|
|
313
313
|
--el-input-placeholder-color: var(--el-text-color-placeholder);
|
|
@@ -340,7 +340,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
340
340
|
background-image: none;
|
|
341
341
|
-webkit-appearance: none;
|
|
342
342
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
343
|
-
border-radius: var(--el-input-border-radius, var(--el-border-radius-
|
|
343
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-small));
|
|
344
344
|
transition: var(--el-transition-box-shadow);
|
|
345
345
|
border: none;
|
|
346
346
|
}
|
|
@@ -388,7 +388,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
388
388
|
--el-input-focus-border: var(--el-color-primary);
|
|
389
389
|
--el-input-transparent-border: 0 0 0 1px transparent inset;
|
|
390
390
|
--el-input-border-color: var(--el-border-color);
|
|
391
|
-
--el-input-border-radius: var(--el-border-radius-
|
|
391
|
+
--el-input-border-radius: var(--el-border-radius-small);
|
|
392
392
|
--el-input-bg-color: var(--el-fill-color-blank);
|
|
393
393
|
--el-input-icon-color: var(--el-color-neutral-light-9);
|
|
394
394
|
--el-input-placeholder-color: var(--el-text-color-placeholder);
|
|
@@ -460,7 +460,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
460
460
|
padding: 1px 15px;
|
|
461
461
|
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
462
462
|
background-image: none;
|
|
463
|
-
border-radius: var(--el-input-border-radius, var(--el-border-radius-
|
|
463
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-small));
|
|
464
464
|
cursor: text;
|
|
465
465
|
transition: var(--el-transition-box-shadow);
|
|
466
466
|
transform: translate3d(0, 0, 0);
|
|
@@ -474,7 +474,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
474
474
|
}
|
|
475
475
|
|
|
476
476
|
.el-input__inner {
|
|
477
|
-
--el-input-inner-height: calc(var(--el-input-height,
|
|
477
|
+
--el-input-inner-height: calc(var(--el-input-height, 36px) - 2px);
|
|
478
478
|
width: 100%;
|
|
479
479
|
flex-grow: 1;
|
|
480
480
|
-webkit-appearance: none;
|
|
@@ -378,7 +378,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
378
378
|
|
|
379
379
|
.el-mention-dropdown {
|
|
380
380
|
z-index: calc(var(--el-index-top) + 1);
|
|
381
|
-
border-radius: var(--el-border-radius-
|
|
381
|
+
border-radius: var(--el-border-radius-small);
|
|
382
382
|
box-sizing: border-box;
|
|
383
383
|
}
|
|
384
384
|
|
|
@@ -340,7 +340,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
340
340
|
.el-message-box {
|
|
341
341
|
--el-messagebox-title-color: var(--el-text-color-primary);
|
|
342
342
|
--el-messagebox-width: 420px;
|
|
343
|
-
--el-messagebox-border-radius:
|
|
343
|
+
--el-messagebox-border-radius: var(--el-border-radius-medium);
|
|
344
344
|
--el-messagebox-box-shadow: var(--el-box-shadow);
|
|
345
345
|
--el-messagebox-font-size: var(--el-font-size-large);
|
|
346
346
|
--el-messagebox-content-font-size: var(--el-font-size-base);
|
|
@@ -351,7 +351,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
351
351
|
|
|
352
352
|
.el-radio-button:first-child .el-radio-button__inner {
|
|
353
353
|
border-left: 1px solid var(--el-color-primary);
|
|
354
|
-
border-radius: var(--el-border-radius-
|
|
354
|
+
border-radius: var(--el-border-radius-small) 0 0 var(--el-border-radius-small);
|
|
355
355
|
box-shadow: none !important;
|
|
356
356
|
}
|
|
357
357
|
.el-radio-button.is-active .el-radio-button__original-radio:not(:disabled) + .el-radio-button__inner {
|
|
@@ -373,7 +373,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
373
373
|
outline: 2px solid var(--el-radio-button-checked-border-color);
|
|
374
374
|
outline-offset: 1px;
|
|
375
375
|
z-index: 2;
|
|
376
|
-
border-radius: var(--el-border-radius-
|
|
376
|
+
border-radius: var(--el-border-radius-small);
|
|
377
377
|
box-shadow: none;
|
|
378
378
|
}
|
|
379
379
|
.el-radio-button__original-radio:disabled + .el-radio-button__inner {
|
|
@@ -389,10 +389,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
389
389
|
}
|
|
390
390
|
|
|
391
391
|
.el-radio-button:last-child .el-radio-button__inner {
|
|
392
|
-
border-radius: 0 var(--el-border-radius-
|
|
392
|
+
border-radius: 0 var(--el-border-radius-small) var(--el-border-radius-small) 0;
|
|
393
393
|
}
|
|
394
394
|
.el-radio-button:first-child:last-child .el-radio-button__inner {
|
|
395
|
-
border-radius: var(--el-border-radius-
|
|
395
|
+
border-radius: var(--el-border-radius-small);
|
|
396
396
|
}
|
|
397
397
|
.el-radio-button--large .el-radio-button__inner {
|
|
398
398
|
padding: 12px 15px;
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
&:first-child {
|
|
60
60
|
.#{$namespace}-radio-button__inner {
|
|
61
61
|
border-left: 1px solid getCssVar('color-primary');
|
|
62
|
-
border-radius: getCssVar('border-radius-
|
|
62
|
+
border-radius: getCssVar('border-radius-small') 0 0 getCssVar('border-radius-small');
|
|
63
63
|
box-shadow: none !important;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
outline: 2px solid getCssVar('radio-button-checked-border-color');
|
|
91
91
|
outline-offset: 1px;
|
|
92
92
|
z-index: 2;
|
|
93
|
-
border-radius: getCssVar('border-radius-
|
|
93
|
+
border-radius: getCssVar('border-radius-small');
|
|
94
94
|
box-shadow: none;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -112,13 +112,13 @@
|
|
|
112
112
|
|
|
113
113
|
&:last-child {
|
|
114
114
|
.#{$namespace}-radio-button__inner {
|
|
115
|
-
border-radius: 0 getCssVar('border-radius-
|
|
115
|
+
border-radius: 0 getCssVar('border-radius-small') getCssVar('border-radius-small') 0;
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
&:first-child:last-child {
|
|
120
120
|
.#{$namespace}-radio-button__inner {
|
|
121
|
-
border-radius: getCssVar('border-radius-
|
|
121
|
+
border-radius: getCssVar('border-radius-small');
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
|
|
@@ -325,7 +325,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
325
325
|
font-size: var(--el-font-size-base);
|
|
326
326
|
user-select: none;
|
|
327
327
|
margin-right: 30px;
|
|
328
|
-
height:
|
|
328
|
+
height: 36px;
|
|
329
329
|
}
|
|
330
330
|
.el-radio.el-radio--large {
|
|
331
331
|
height: 40px;
|
|
@@ -341,7 +341,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
341
341
|
}
|
|
342
342
|
.el-radio.is-bordered {
|
|
343
343
|
padding: 0 19px 0 11px;
|
|
344
|
-
border-radius: var(--el-border-radius-
|
|
344
|
+
border-radius: var(--el-border-radius-small);
|
|
345
345
|
border: var(--el-border);
|
|
346
346
|
box-sizing: border-box;
|
|
347
347
|
}
|
|
@@ -354,7 +354,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
354
354
|
}
|
|
355
355
|
.el-radio.is-bordered.el-radio--large {
|
|
356
356
|
padding: 0 19px 0 11px;
|
|
357
|
-
border-radius: var(--el-border-radius-
|
|
357
|
+
border-radius: var(--el-border-radius-small);
|
|
358
358
|
}
|
|
359
359
|
.el-radio.is-bordered.el-radio--large .el-radio__label {
|
|
360
360
|
font-size: 14px;
|
|
@@ -365,7 +365,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
365
365
|
}
|
|
366
366
|
.el-radio.is-bordered.el-radio--medium {
|
|
367
367
|
padding: 0 15px 0 9px;
|
|
368
|
-
border-radius: var(--el-border-radius-
|
|
368
|
+
border-radius: var(--el-border-radius-small);
|
|
369
369
|
}
|
|
370
370
|
.el-radio.is-bordered.el-radio--medium .el-radio__label {
|
|
371
371
|
font-size: 14px;
|
|
@@ -376,7 +376,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
376
376
|
}
|
|
377
377
|
.el-radio.is-bordered.el-radio--small {
|
|
378
378
|
padding: 0 11px 0 7px;
|
|
379
|
-
border-radius: var(--el-border-radius-
|
|
379
|
+
border-radius: var(--el-border-radius-small);
|
|
380
380
|
}
|
|
381
381
|
.el-radio.is-bordered.el-radio--small .el-radio__label {
|
|
382
382
|
font-size: 12px;
|
|
@@ -387,7 +387,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
387
387
|
}
|
|
388
388
|
.el-radio.is-bordered.el-radio--mini {
|
|
389
389
|
padding: 0 11px 0 7px;
|
|
390
|
-
border-radius: var(--el-border-radius-
|
|
390
|
+
border-radius: var(--el-border-radius-small);
|
|
391
391
|
}
|
|
392
392
|
.el-radio.is-bordered.el-radio--mini .el-radio__label {
|
|
393
393
|
font-size: 12px;
|
|
@@ -36,7 +36,7 @@ $radio-font-size: map.merge($button-font-size, $radio-font-size);
|
|
|
36
36
|
@include when(bordered) {
|
|
37
37
|
padding: 0 map.get($checkbox-bordered-padding-right, 'default')-$border-width 0 map.get($checkbox-bordered-padding-left, 'default')-$border-width;
|
|
38
38
|
|
|
39
|
-
border-radius: getCssVar('border-radius-
|
|
39
|
+
border-radius: getCssVar('border-radius-small');
|
|
40
40
|
border: getCssVar('border');
|
|
41
41
|
box-sizing: border-box;
|
|
42
42
|
|
|
@@ -52,7 +52,7 @@ $radio-font-size: map.merge($button-font-size, $radio-font-size);
|
|
|
52
52
|
@each $size in $sizes {
|
|
53
53
|
&.#{$namespace}-radio--#{$size} {
|
|
54
54
|
padding: 0 map.get($checkbox-bordered-padding-right, $size)-$border-width 0 map.get($checkbox-bordered-padding-left, $size)-$border-width;
|
|
55
|
-
border-radius: getCssVar('border-radius-
|
|
55
|
+
border-radius: getCssVar('border-radius-small');
|
|
56
56
|
|
|
57
57
|
.#{$namespace}-radio__label {
|
|
58
58
|
font-size: map.get($button-font-size, $size);
|
|
@@ -316,10 +316,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
316
316
|
.el-segmented {
|
|
317
317
|
display: inline-flex;
|
|
318
318
|
align-items: stretch;
|
|
319
|
-
min-height:
|
|
319
|
+
min-height: 36px;
|
|
320
320
|
background: var(--el-segmented-bg-color);
|
|
321
321
|
padding: var(--el-segmented-padding);
|
|
322
|
-
border-radius: var(--el-border-radius-
|
|
322
|
+
border-radius: var(--el-border-radius-small);
|
|
323
323
|
font-size: 14px;
|
|
324
324
|
color: var(--el-segmented-color);
|
|
325
325
|
box-sizing: border-box;
|
|
@@ -338,7 +338,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
338
338
|
background: var(--el-segmented-item-selected-bg-color);
|
|
339
339
|
height: 100%;
|
|
340
340
|
width: 10px;
|
|
341
|
-
border-radius: calc(var(--el-border-radius-
|
|
341
|
+
border-radius: calc(var(--el-border-radius-small) - 2px);
|
|
342
342
|
transition: all 0.3s;
|
|
343
343
|
pointer-events: none;
|
|
344
344
|
}
|
|
@@ -360,7 +360,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
360
360
|
align-items: center;
|
|
361
361
|
flex: 1;
|
|
362
362
|
cursor: pointer;
|
|
363
|
-
border-radius: calc(var(--el-border-radius-
|
|
363
|
+
border-radius: calc(var(--el-border-radius-small) - 2px);
|
|
364
364
|
padding: 0 11px;
|
|
365
365
|
}
|
|
366
366
|
.el-segmented__item:not(.is-disabled):not(.is-selected):hover {
|
|
@@ -411,15 +411,15 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
411
411
|
|
|
412
412
|
.el-segmented--large {
|
|
413
413
|
min-height: 40px;
|
|
414
|
-
border-radius: var(--el-border-radius-
|
|
414
|
+
border-radius: var(--el-border-radius-small);
|
|
415
415
|
font-size: 16px;
|
|
416
416
|
}
|
|
417
417
|
.el-segmented--large .el-segmented__item-selected {
|
|
418
|
-
border-radius: calc(var(--el-border-radius-
|
|
418
|
+
border-radius: calc(var(--el-border-radius-small) - 2px);
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
.el-segmented--large .el-segmented__item {
|
|
422
|
-
border-radius: calc(var(--el-border-radius-
|
|
422
|
+
border-radius: calc(var(--el-border-radius-small) - 2px);
|
|
423
423
|
padding: 0 11px;
|
|
424
424
|
}
|
|
425
425
|
|
|
@@ -302,7 +302,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
302
302
|
**/
|
|
303
303
|
.el-select-dropdown {
|
|
304
304
|
z-index: calc(var(--el-index-top) + 1);
|
|
305
|
-
border-radius: var(--el-border-radius-
|
|
305
|
+
border-radius: var(--el-border-radius-small);
|
|
306
306
|
box-sizing: border-box;
|
|
307
307
|
}
|
|
308
308
|
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
|
|
@@ -302,7 +302,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
302
302
|
**/
|
|
303
303
|
.el-select-dropdown {
|
|
304
304
|
z-index: calc(var(--el-index-top) + 1);
|
|
305
|
-
border-radius: var(--el-border-radius-
|
|
305
|
+
border-radius: var(--el-border-radius-small);
|
|
306
306
|
box-sizing: border-box;
|
|
307
307
|
}
|
|
308
308
|
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
@include b(select-dropdown) {
|
|
7
7
|
z-index: calc(#{getCssVar('index-top')} + 1);
|
|
8
|
-
border-radius: getCssVar('border-radius-
|
|
8
|
+
border-radius: getCssVar('border-radius-small');
|
|
9
9
|
box-sizing: border-box;
|
|
10
10
|
|
|
11
11
|
.#{$namespace}-scrollbar.is-empty .#{$namespace}-select-dropdown__list {
|
|
@@ -302,7 +302,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
302
302
|
**/
|
|
303
303
|
.el-select-dropdown {
|
|
304
304
|
z-index: calc(var(--el-index-top) + 1);
|
|
305
|
-
border-radius: var(--el-border-radius-
|
|
305
|
+
border-radius: var(--el-border-radius-small);
|
|
306
306
|
box-sizing: border-box;
|
|
307
307
|
}
|
|
308
308
|
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
|
|
@@ -464,9 +464,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
464
464
|
font-size: 14px;
|
|
465
465
|
padding: 10px 12px;
|
|
466
466
|
gap: 8px;
|
|
467
|
-
|
|
467
|
+
height: 36px;
|
|
468
|
+
min-height: 36px;
|
|
468
469
|
line-height: 20px;
|
|
469
|
-
border-radius: var(--el-border-radius-
|
|
470
|
+
border-radius: var(--el-border-radius-small);
|
|
470
471
|
background-color: var(--el-fill-color-blank);
|
|
471
472
|
transition: var(--el-transition-duration);
|
|
472
473
|
box-shadow: 0 0 0 1px var(--el-border-color) inset;
|
|
@@ -302,7 +302,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
302
302
|
**/
|
|
303
303
|
.el-select-dropdown {
|
|
304
304
|
z-index: calc(var(--el-index-top) + 1);
|
|
305
|
-
border-radius: var(--el-border-radius-
|
|
305
|
+
border-radius: var(--el-border-radius-small);
|
|
306
306
|
box-sizing: border-box;
|
|
307
307
|
}
|
|
308
308
|
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
|
|
@@ -464,9 +464,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
464
464
|
font-size: 14px;
|
|
465
465
|
padding: 10px 12px;
|
|
466
466
|
gap: 8px;
|
|
467
|
-
|
|
467
|
+
height: 36px;
|
|
468
|
+
min-height: 36px;
|
|
468
469
|
line-height: 20px;
|
|
469
|
-
border-radius: var(--el-border-radius-
|
|
470
|
+
border-radius: var(--el-border-radius-small);
|
|
470
471
|
background-color: var(--el-fill-color-blank);
|
|
471
472
|
transition: var(--el-transition-duration);
|
|
472
473
|
box-shadow: 0 0 0 1px var(--el-border-color) inset;
|
|
@@ -39,9 +39,10 @@
|
|
|
39
39
|
font-size: map.get($input-font-size, 'default');
|
|
40
40
|
padding: map.get($select-wrapper-padding, 'default');
|
|
41
41
|
gap: map.get($select-item-gap, 'default');
|
|
42
|
+
height: map.get($common-component-size, 'default');
|
|
42
43
|
min-height: map.get($input-height, 'default');
|
|
43
44
|
line-height: map.get($select-item-height, 'default');
|
|
44
|
-
border-radius: getCssVar('border-radius-
|
|
45
|
+
border-radius: getCssVar('border-radius-small');
|
|
45
46
|
background-color: getCssVar('fill-color', 'blank');
|
|
46
47
|
transition: getCssVar('transition', 'duration');
|
|
47
48
|
@include mixed-input-border(#{getCssVar('border-color')});
|
|
@@ -308,7 +308,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
308
308
|
background: var(--el-skeleton-color);
|
|
309
309
|
display: inline-block;
|
|
310
310
|
height: 16px;
|
|
311
|
-
border-radius: var(--el-border-radius-
|
|
311
|
+
border-radius: var(--el-border-radius-small);
|
|
312
312
|
width: 100%;
|
|
313
313
|
}
|
|
314
314
|
|
|
@@ -458,7 +458,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
458
458
|
--el-input-focus-border: var(--el-color-primary);
|
|
459
459
|
--el-input-transparent-border: 0 0 0 1px transparent inset;
|
|
460
460
|
--el-input-border-color: var(--el-border-color);
|
|
461
|
-
--el-input-border-radius: var(--el-border-radius-
|
|
461
|
+
--el-input-border-radius: var(--el-border-radius-small);
|
|
462
462
|
--el-input-bg-color: var(--el-fill-color-blank);
|
|
463
463
|
--el-input-icon-color: var(--el-color-neutral-light-9);
|
|
464
464
|
--el-input-placeholder-color: var(--el-text-color-placeholder);
|
|
@@ -521,8 +521,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
521
521
|
border: none;
|
|
522
522
|
outline: none;
|
|
523
523
|
display: inline-block;
|
|
524
|
-
height:
|
|
525
|
-
line-height:
|
|
524
|
+
height: 34px;
|
|
525
|
+
line-height: 34px;
|
|
526
526
|
margin: 0;
|
|
527
527
|
padding: 0;
|
|
528
528
|
width: 39%;
|
|
@@ -664,7 +664,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
664
664
|
.el-picker-panel {
|
|
665
665
|
color: var(--el-text-color-regular);
|
|
666
666
|
background: var(--el-bg-color-overlay);
|
|
667
|
-
border-radius: var(--el-border-radius-
|
|
667
|
+
border-radius: var(--el-border-radius-small);
|
|
668
668
|
line-height: 30px;
|
|
669
669
|
}
|
|
670
670
|
.el-picker-panel .el-time-panel {
|
|
@@ -458,7 +458,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
458
458
|
--el-input-focus-border: var(--el-color-primary);
|
|
459
459
|
--el-input-transparent-border: 0 0 0 1px transparent inset;
|
|
460
460
|
--el-input-border-color: var(--el-border-color);
|
|
461
|
-
--el-input-border-radius: var(--el-border-radius-
|
|
461
|
+
--el-input-border-radius: var(--el-border-radius-small);
|
|
462
462
|
--el-input-bg-color: var(--el-fill-color-blank);
|
|
463
463
|
--el-input-icon-color: var(--el-color-neutral-light-9);
|
|
464
464
|
--el-input-placeholder-color: var(--el-text-color-placeholder);
|
|
@@ -521,8 +521,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
521
521
|
border: none;
|
|
522
522
|
outline: none;
|
|
523
523
|
display: inline-block;
|
|
524
|
-
height:
|
|
525
|
-
line-height:
|
|
524
|
+
height: 34px;
|
|
525
|
+
line-height: 34px;
|
|
526
526
|
margin: 0;
|
|
527
527
|
padding: 0;
|
|
528
528
|
width: 39%;
|
|
@@ -664,7 +664,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
664
664
|
.el-picker-panel {
|
|
665
665
|
color: var(--el-text-color-regular);
|
|
666
666
|
background: var(--el-bg-color-overlay);
|
|
667
|
-
border-radius: var(--el-border-radius-
|
|
667
|
+
border-radius: var(--el-border-radius-small);
|
|
668
668
|
line-height: 30px;
|
|
669
669
|
}
|
|
670
670
|
.el-picker-panel .el-time-panel {
|
|
@@ -311,7 +311,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
311
311
|
--el-tour-font-size: 14px;
|
|
312
312
|
--el-tour-color: var(--el-text-color-primary);
|
|
313
313
|
--el-tour-bg-color: var(--el-bg-color);
|
|
314
|
-
--el-tour-border-radius:
|
|
314
|
+
--el-tour-border-radius: var(--el-border-radius-medium);
|
|
315
315
|
}
|
|
316
316
|
.el-tour__hollow {
|
|
317
317
|
transition: all var(--el-transition-duration) ease;
|
|
@@ -302,7 +302,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
302
302
|
**/
|
|
303
303
|
.el-transfer {
|
|
304
304
|
--el-transfer-border-color: var(--el-border-color-lighter);
|
|
305
|
-
--el-transfer-border-radius: var(--el-border-radius-
|
|
305
|
+
--el-transfer-border-radius: var(--el-border-radius-small);
|
|
306
306
|
--el-transfer-panel-width: 200px;
|
|
307
307
|
--el-transfer-panel-header-height: 40px;
|
|
308
308
|
--el-transfer-panel-header-bg-color: var(--el-fill-color-light);
|
|
@@ -324,8 +324,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
324
324
|
--el-index-normal: 1;
|
|
325
325
|
--el-index-top: 1000;
|
|
326
326
|
--el-index-popper: 2000;
|
|
327
|
-
--el-border-radius-
|
|
328
|
-
--el-border-radius-small:
|
|
327
|
+
--el-border-radius-tiny: 2px;
|
|
328
|
+
--el-border-radius-small: 4px;
|
|
329
|
+
--el-border-radius-medium: 8px;
|
|
330
|
+
--el-border-radius-large: 16px;
|
|
329
331
|
--el-border-radius-round: 20px;
|
|
330
332
|
--el-border-radius-circle: 100%;
|
|
331
333
|
--el-transition-duration: 0.3s;
|
|
@@ -339,7 +341,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
339
341
|
--el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
|
|
340
342
|
--el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
|
|
341
343
|
--el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
|
|
342
|
-
--el-component-size:
|
|
344
|
+
--el-component-size: 36px;
|
|
343
345
|
--el-component-size-large: 40px;
|
|
344
346
|
--el-component-size-medium: 36px;
|
|
345
347
|
--el-component-size-small: 32px;
|
package/package.json
CHANGED