@timus-networks/theme 2.4.166 → 2.4.169
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 +84 -61
- package/dist/runtime/public/scss/element-plus/alert.css +18 -11
- package/dist/runtime/public/scss/element-plus/alert.scss +9 -7
- package/dist/runtime/public/scss/element-plus/button.css +6 -3
- package/dist/runtime/public/scss/element-plus/button.scss +8 -1
- package/dist/runtime/public/scss/element-plus/checkbox-button.css +2 -2
- package/dist/runtime/public/scss/element-plus/common/var.scss +6 -6
- package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker/time-picker.scss +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/descriptions-item.css +2 -2
- package/dist/runtime/public/scss/element-plus/descriptions-item.scss +2 -2
- package/dist/runtime/public/scss/element-plus/dialog.css +5 -5
- package/dist/runtime/public/scss/element-plus/dialog.scss +4 -4
- package/dist/runtime/public/scss/element-plus/dropdown.css +5 -2
- package/dist/runtime/public/scss/element-plus/dropdown.scss +5 -2
- package/dist/runtime/public/scss/element-plus/index.css +84 -61
- package/dist/runtime/public/scss/element-plus/link.scss +0 -1
- package/dist/runtime/public/scss/element-plus/pagination.css +11 -6
- package/dist/runtime/public/scss/element-plus/pagination.scss +10 -3
- package/dist/runtime/public/scss/element-plus/popper.css +8 -9
- package/dist/runtime/public/scss/element-plus/popper.scss +1 -2
- package/dist/runtime/public/scss/element-plus/radio-button.css +2 -2
- package/dist/runtime/public/scss/element-plus/switch.css +12 -12
- package/dist/runtime/public/scss/element-plus/switch.scss +12 -1
- package/dist/runtime/public/scss/element-plus/table.css +5 -3
- package/dist/runtime/public/scss/element-plus/table.scss +7 -3
- package/dist/runtime/public/scss/element-plus/tabs.css +2 -2
- package/dist/runtime/public/scss/element-plus/tabs.scss +1 -1
- package/dist/runtime/public/scss/element-plus/tag.css +4 -0
- package/dist/runtime/public/scss/element-plus/tag.scss +4 -0
- package/dist/runtime/public/scss/element-plus/time-picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/tooltip.css +1 -1
- package/dist/runtime/public/scss/element-plus/tooltip.scss +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
z-index: 2000;
|
|
15
15
|
font-size: 12px;
|
|
16
16
|
line-height: 20px;
|
|
17
|
-
min-width: 150px;
|
|
18
17
|
overflow-wrap: break-word;
|
|
19
18
|
visibility: visible;
|
|
20
19
|
|
|
@@ -55,7 +54,7 @@
|
|
|
55
54
|
padding: 0;
|
|
56
55
|
}
|
|
57
56
|
|
|
58
|
-
$arrow-size:
|
|
57
|
+
$arrow-size: 10px;
|
|
59
58
|
|
|
60
59
|
@include e(arrow) {
|
|
61
60
|
position: absolute;
|
|
@@ -425,11 +425,11 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
425
425
|
}
|
|
426
426
|
|
|
427
427
|
.el-radio-button--mini .el-radio-button__inner {
|
|
428
|
-
padding: 5px
|
|
428
|
+
padding: 5px 11px;
|
|
429
429
|
font-size: 12px;
|
|
430
430
|
border-radius: 0;
|
|
431
431
|
height: 28px;
|
|
432
432
|
}
|
|
433
433
|
.el-radio-button--mini .el-radio-button__inner.is-round {
|
|
434
|
-
padding: 5px
|
|
434
|
+
padding: 5px 11px;
|
|
435
435
|
}
|
|
@@ -313,7 +313,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
313
313
|
display: inline-flex;
|
|
314
314
|
align-items: center;
|
|
315
315
|
position: relative;
|
|
316
|
-
font-size:
|
|
316
|
+
font-size: 12px;
|
|
317
317
|
line-height: 20px;
|
|
318
318
|
height: 36px;
|
|
319
319
|
vertical-align: middle;
|
|
@@ -347,7 +347,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
347
347
|
transition: var(--el-transition-duration-fast);
|
|
348
348
|
height: 20px;
|
|
349
349
|
display: inline-block;
|
|
350
|
-
font-size:
|
|
350
|
+
font-size: 12px;
|
|
351
351
|
font-weight: 500;
|
|
352
352
|
cursor: pointer;
|
|
353
353
|
vertical-align: middle;
|
|
@@ -367,7 +367,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
367
367
|
|
|
368
368
|
.el-switch__label * {
|
|
369
369
|
line-height: 1;
|
|
370
|
-
font-size:
|
|
370
|
+
font-size: 12px;
|
|
371
371
|
display: inline-block;
|
|
372
372
|
}
|
|
373
373
|
.el-switch__label .el-icon {
|
|
@@ -459,16 +459,16 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
459
459
|
opacity: 0;
|
|
460
460
|
}
|
|
461
461
|
.el-switch--large {
|
|
462
|
-
font-size:
|
|
462
|
+
font-size: 16px;
|
|
463
463
|
line-height: 24px;
|
|
464
464
|
height: 40px;
|
|
465
465
|
}
|
|
466
466
|
.el-switch--large .el-switch__label {
|
|
467
467
|
height: 24px;
|
|
468
|
-
font-size:
|
|
468
|
+
font-size: 16px;
|
|
469
469
|
}
|
|
470
470
|
.el-switch--large .el-switch__label * {
|
|
471
|
-
font-size:
|
|
471
|
+
font-size: 16px;
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
.el-switch--large .el-switch__core {
|
|
@@ -493,16 +493,16 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
.el-switch--medium {
|
|
496
|
-
font-size:
|
|
496
|
+
font-size: 12px;
|
|
497
497
|
line-height: 20px;
|
|
498
498
|
height: 36px;
|
|
499
499
|
}
|
|
500
500
|
.el-switch--medium .el-switch__label {
|
|
501
501
|
height: 20px;
|
|
502
|
-
font-size:
|
|
502
|
+
font-size: 12px;
|
|
503
503
|
}
|
|
504
504
|
.el-switch--medium .el-switch__label * {
|
|
505
|
-
font-size:
|
|
505
|
+
font-size: 12px;
|
|
506
506
|
}
|
|
507
507
|
|
|
508
508
|
.el-switch--medium .el-switch__core {
|
|
@@ -561,16 +561,16 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
.el-switch--mini {
|
|
564
|
-
font-size:
|
|
564
|
+
font-size: 10px;
|
|
565
565
|
line-height: 12px;
|
|
566
566
|
height: 28px;
|
|
567
567
|
}
|
|
568
568
|
.el-switch--mini .el-switch__label {
|
|
569
569
|
height: 12px;
|
|
570
|
-
font-size:
|
|
570
|
+
font-size: 10px;
|
|
571
571
|
}
|
|
572
572
|
.el-switch--mini .el-switch__label * {
|
|
573
|
-
font-size:
|
|
573
|
+
font-size: 10px;
|
|
574
574
|
}
|
|
575
575
|
|
|
576
576
|
.el-switch--mini .el-switch__core {
|
|
@@ -9,7 +9,18 @@ $switch-height: () !default;
|
|
|
9
9
|
$switch-height: map.merge($common-component-size, $switch-height);
|
|
10
10
|
|
|
11
11
|
$switch-font-size: () !default;
|
|
12
|
-
$switch-font-size: map.merge(
|
|
12
|
+
$switch-font-size: map.merge(
|
|
13
|
+
(
|
|
14
|
+
'default': 12px,
|
|
15
|
+
'large': 16px,
|
|
16
|
+
'medium': 12px,
|
|
17
|
+
'base': 12px,
|
|
18
|
+
'small': 12px,
|
|
19
|
+
'mini': 10px,
|
|
20
|
+
'tiny': 8px,
|
|
21
|
+
),
|
|
22
|
+
$switch-font-size
|
|
23
|
+
);
|
|
13
24
|
|
|
14
25
|
$switch-core-border-radius: () !default;
|
|
15
26
|
$switch-core-border-radius: map.merge(
|
|
@@ -461,7 +461,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
461
461
|
visibility: hidden;
|
|
462
462
|
}
|
|
463
463
|
.el-table .el-table__cell:first-of-type .cell {
|
|
464
|
-
|
|
464
|
+
margin-left: 0;
|
|
465
465
|
}
|
|
466
466
|
.el-table .el-table__cell:last-of-type .cell {
|
|
467
467
|
padding-right: 0;
|
|
@@ -471,7 +471,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
471
471
|
overflow: hidden;
|
|
472
472
|
text-overflow: ellipsis;
|
|
473
473
|
overflow-wrap: break-word;
|
|
474
|
-
padding: 0 12px;
|
|
474
|
+
padding: 0 12px 0 0;
|
|
475
|
+
margin-left: 12px;
|
|
475
476
|
align-items: center;
|
|
476
477
|
gap: 2px;
|
|
477
478
|
white-space: nowrap;
|
|
@@ -534,6 +535,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
534
535
|
}
|
|
535
536
|
.el-table tr .el-checkbox {
|
|
536
537
|
max-height: 20px;
|
|
538
|
+
margin-top: 1px;
|
|
537
539
|
}
|
|
538
540
|
.el-table tr .el-checkbox input[type=checkbox] {
|
|
539
541
|
margin: 0;
|
|
@@ -743,7 +745,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
743
745
|
top: 3px;
|
|
744
746
|
}
|
|
745
747
|
.el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
|
|
746
|
-
|
|
748
|
+
margin-left: 0;
|
|
747
749
|
}
|
|
748
750
|
|
|
749
751
|
.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
|
|
@@ -209,7 +209,8 @@
|
|
|
209
209
|
|
|
210
210
|
&:first-of-type {
|
|
211
211
|
.cell {
|
|
212
|
-
padding-left: 0;
|
|
212
|
+
// padding-left: 0;
|
|
213
|
+
margin-left: 0;
|
|
213
214
|
}
|
|
214
215
|
}
|
|
215
216
|
|
|
@@ -226,7 +227,8 @@
|
|
|
226
227
|
overflow: hidden;
|
|
227
228
|
text-overflow: ellipsis;
|
|
228
229
|
overflow-wrap: break-word;
|
|
229
|
-
padding: 0 12px;
|
|
230
|
+
padding: 0 12px 0 0;
|
|
231
|
+
margin-left: 12px;
|
|
230
232
|
align-items: center;
|
|
231
233
|
// display: flex; // bunu eklersem truncate etmiyor o yüzden aşağıdaki line-height: 1 i ekledim çözüldü
|
|
232
234
|
// line-height: 20px; // 1
|
|
@@ -278,6 +280,7 @@
|
|
|
278
280
|
|
|
279
281
|
.#{$namespace}-checkbox {
|
|
280
282
|
max-height: 20px;
|
|
283
|
+
margin-top: 1px;
|
|
281
284
|
|
|
282
285
|
input[type='checkbox'] {
|
|
283
286
|
margin: 0;
|
|
@@ -525,7 +528,8 @@
|
|
|
525
528
|
& + td,
|
|
526
529
|
& + th {
|
|
527
530
|
> .cell {
|
|
528
|
-
padding-left: 4px;
|
|
531
|
+
// padding-left: 4px;
|
|
532
|
+
margin-left: 0;
|
|
529
533
|
}
|
|
530
534
|
}
|
|
531
535
|
}
|
|
@@ -301,7 +301,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
301
301
|
}
|
|
302
302
|
**/
|
|
303
303
|
.el-tabs {
|
|
304
|
-
--el-tabs-header-height:
|
|
304
|
+
--el-tabs-header-height: 28px;
|
|
305
305
|
display: flex;
|
|
306
306
|
}
|
|
307
307
|
.el-tabs__header {
|
|
@@ -427,7 +427,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
427
427
|
align-items: center;
|
|
428
428
|
justify-content: center;
|
|
429
429
|
list-style: none;
|
|
430
|
-
font-size: var(--el-font-size-
|
|
430
|
+
font-size: var(--el-font-size-small);
|
|
431
431
|
font-weight: 500;
|
|
432
432
|
color: var(--el-color-neutral-light-6);
|
|
433
433
|
position: relative;
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
align-items: center;
|
|
127
127
|
justify-content: center;
|
|
128
128
|
list-style: none;
|
|
129
|
-
font-size: getCssVar('font-size-
|
|
129
|
+
font-size: getCssVar('font-size-small');
|
|
130
130
|
font-weight: 500;
|
|
131
131
|
color: getCssVar('color', 'neutral-light-6');
|
|
132
132
|
position: relative;
|
|
@@ -303,6 +303,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
303
303
|
.el-tooltip.el-popper.is-dark {
|
|
304
304
|
padding: 8px 16px;
|
|
305
305
|
background-color: var(--el-color-neutral-light-9);
|
|
306
|
-
color: var(--el-color-neutral-light-
|
|
306
|
+
color: var(--el-color-neutral-light-2);
|
|
307
307
|
box-shadow: 0 2px 2px 0 var(--el-color-neutral-light-6);
|
|
308
308
|
}
|
package/package.json
CHANGED