@timus-networks/theme 2.4.166 → 2.4.168
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 +76 -58
- 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 +3 -3
- package/dist/runtime/public/scss/element-plus/button.scss +1 -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 +76 -58
- 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 +14 -1
- 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
|
@@ -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(
|
|
@@ -279,6 +290,8 @@ $switch-margin: 16px;
|
|
|
279
290
|
height: map.get($switch-core-height, $size);
|
|
280
291
|
font-size: map.get($switch-font-size, $size);
|
|
281
292
|
|
|
293
|
+
@debug $size, map.get($switch-font-size, $size);
|
|
294
|
+
|
|
282
295
|
& * {
|
|
283
296
|
font-size: map.get($switch-font-size, $size);
|
|
284
297
|
}
|
|
@@ -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