@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.
Files changed (37) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +1 -1
  3. package/dist/runtime/assets/scss/main.css +84 -61
  4. package/dist/runtime/public/scss/element-plus/alert.css +18 -11
  5. package/dist/runtime/public/scss/element-plus/alert.scss +9 -7
  6. package/dist/runtime/public/scss/element-plus/button.css +6 -3
  7. package/dist/runtime/public/scss/element-plus/button.scss +8 -1
  8. package/dist/runtime/public/scss/element-plus/checkbox-button.css +2 -2
  9. package/dist/runtime/public/scss/element-plus/common/var.scss +6 -6
  10. package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +1 -1
  11. package/dist/runtime/public/scss/element-plus/date-picker/time-picker.scss +1 -1
  12. package/dist/runtime/public/scss/element-plus/date-picker.css +1 -1
  13. package/dist/runtime/public/scss/element-plus/descriptions-item.css +2 -2
  14. package/dist/runtime/public/scss/element-plus/descriptions-item.scss +2 -2
  15. package/dist/runtime/public/scss/element-plus/dialog.css +5 -5
  16. package/dist/runtime/public/scss/element-plus/dialog.scss +4 -4
  17. package/dist/runtime/public/scss/element-plus/dropdown.css +5 -2
  18. package/dist/runtime/public/scss/element-plus/dropdown.scss +5 -2
  19. package/dist/runtime/public/scss/element-plus/index.css +84 -61
  20. package/dist/runtime/public/scss/element-plus/link.scss +0 -1
  21. package/dist/runtime/public/scss/element-plus/pagination.css +11 -6
  22. package/dist/runtime/public/scss/element-plus/pagination.scss +10 -3
  23. package/dist/runtime/public/scss/element-plus/popper.css +8 -9
  24. package/dist/runtime/public/scss/element-plus/popper.scss +1 -2
  25. package/dist/runtime/public/scss/element-plus/radio-button.css +2 -2
  26. package/dist/runtime/public/scss/element-plus/switch.css +12 -12
  27. package/dist/runtime/public/scss/element-plus/switch.scss +12 -1
  28. package/dist/runtime/public/scss/element-plus/table.css +5 -3
  29. package/dist/runtime/public/scss/element-plus/table.scss +7 -3
  30. package/dist/runtime/public/scss/element-plus/tabs.css +2 -2
  31. package/dist/runtime/public/scss/element-plus/tabs.scss +1 -1
  32. package/dist/runtime/public/scss/element-plus/tag.css +4 -0
  33. package/dist/runtime/public/scss/element-plus/tag.scss +4 -0
  34. package/dist/runtime/public/scss/element-plus/time-picker.css +1 -1
  35. package/dist/runtime/public/scss/element-plus/tooltip.css +1 -1
  36. package/dist/runtime/public/scss/element-plus/tooltip.scss +1 -1
  37. package/package.json +1 -1
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
3
  "configKey": "themeOptions",
4
- "version": "2.4.165",
4
+ "version": "2.4.168",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -11,7 +11,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
11
11
  const __dirname = __cjs_path__.dirname(__filename);
12
12
  const require = __cjs_mod__.createRequire(import.meta.url);
13
13
  const name = "@timus-networks/theme";
14
- const version = "2.4.165";
14
+ const version = "2.4.168";
15
15
  const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
16
16
  const type = "module";
17
17
  const exports = {
@@ -1567,8 +1567,8 @@ body {
1567
1567
  --el-alert-title-font-size: 12px;
1568
1568
  --el-alert-title-with-description-font-size: 12px;
1569
1569
  --el-alert-description-font-size: 10px;
1570
- --el-alert-close-font-size: 14px;
1571
- --el-alert-close-customed-font-size: 14px;
1570
+ --el-alert-close-font-size: 12px;
1571
+ --el-alert-close-customed-font-size: 12px;
1572
1572
  --el-alert-icon-size: 12px;
1573
1573
  --el-alert-icon-large-size: 32px;
1574
1574
  position: relative;
@@ -1612,6 +1612,8 @@ body {
1612
1612
  }
1613
1613
  .el-alert--primary.is-light .el-alert__description {
1614
1614
  color: var(--el-color-primary-light-6);
1615
+ line-height: 14px;
1616
+ margin-left: -16px;
1615
1617
  }
1616
1618
  .el-alert--primary.is-dark {
1617
1619
  background-color: var(--el-color-primary);
@@ -1631,6 +1633,8 @@ body {
1631
1633
  }
1632
1634
  .el-alert--success.is-light .el-alert__description {
1633
1635
  color: var(--el-color-success-light-6);
1636
+ line-height: 14px;
1637
+ margin-left: -16px;
1634
1638
  }
1635
1639
  .el-alert--success.is-dark {
1636
1640
  background-color: var(--el-color-success);
@@ -1650,6 +1654,8 @@ body {
1650
1654
  }
1651
1655
  .el-alert--info.is-light .el-alert__description {
1652
1656
  color: var(--el-color-neutral-light-6);
1657
+ line-height: 14px;
1658
+ margin-left: -16px;
1653
1659
  }
1654
1660
  .el-alert--info.is-dark {
1655
1661
  background-color: var(--el-color-neutral);
@@ -1669,6 +1675,8 @@ body {
1669
1675
  }
1670
1676
  .el-alert--warning.is-light .el-alert__description {
1671
1677
  color: var(--el-color-warning-light-6);
1678
+ line-height: 14px;
1679
+ margin-left: -16px;
1672
1680
  }
1673
1681
  .el-alert--warning.is-dark {
1674
1682
  background-color: var(--el-color-warning);
@@ -1688,6 +1696,8 @@ body {
1688
1696
  }
1689
1697
  .el-alert--error.is-light .el-alert__description {
1690
1698
  color: var(--el-color-error-light-6);
1699
+ line-height: 14px;
1700
+ margin-left: -16px;
1691
1701
  }
1692
1702
  .el-alert--error.is-dark {
1693
1703
  background-color: var(--el-color-error);
@@ -1707,18 +1717,15 @@ body {
1707
1717
  speak: never;
1708
1718
  text-transform: none;
1709
1719
  font-size: var(--el-alert-icon-size);
1710
- line-height: 1;
1711
1720
  margin-right: 5px;
1712
1721
  content: "info";
1713
- position: absolute;
1714
1722
  font-weight: 500;
1715
1723
  width: 12px;
1716
- height: 12px;
1724
+ height: 18px;
1717
1725
  font-size: 12px;
1718
- top: 14px;
1719
- }
1720
- .el-alert .el-alert__title {
1721
- padding-left: 17px;
1726
+ display: flex;
1727
+ align-items: center;
1728
+ justify-content: center;
1722
1729
  }
1723
1730
  .el-alert .el-alert__icon {
1724
1731
  display: none;
@@ -1748,7 +1755,7 @@ body {
1748
1755
  .el-alert__title.with-description {
1749
1756
  font-size: var(--el-alert-title-with-description-font-size);
1750
1757
  line-height: 14px;
1751
- margin-top: 5px;
1758
+ margin-top: 2px;
1752
1759
  }
1753
1760
 
1754
1761
  .el-alert .el-alert__description {
@@ -1759,7 +1766,7 @@ body {
1759
1766
  font-size: var(--el-alert-close-font-size);
1760
1767
  opacity: 1;
1761
1768
  position: absolute;
1762
- top: 14px;
1769
+ top: 11px;
1763
1770
  right: 16px;
1764
1771
  cursor: pointer;
1765
1772
  }
@@ -2390,7 +2397,7 @@ body {
2390
2397
 
2391
2398
  .el-button {
2392
2399
  display: inline-flex;
2393
- gap: 8px;
2400
+ gap: 4px;
2394
2401
  justify-content: center;
2395
2402
  align-items: center;
2396
2403
  line-height: 1;
@@ -2411,6 +2418,9 @@ body {
2411
2418
  border-color: var(--el-button-border-color);
2412
2419
  transition: all 0.5s ease;
2413
2420
  }
2421
+ .el-button[class^=mat-]::before, .el-button[class*=" mat-"]::before {
2422
+ margin-left: -4px;
2423
+ }
2414
2424
  .el-button:empty {
2415
2425
  padding: 0;
2416
2426
  min-width: 36px;
@@ -3141,12 +3151,12 @@ body {
3141
3151
  padding: 0 7px;
3142
3152
  }
3143
3153
  .el-button--mini {
3144
- padding: 5px 15px;
3154
+ padding: 5px 11px;
3145
3155
  font-size: 12px;
3146
3156
  border-radius: 4px;
3147
3157
  }
3148
3158
  .el-button--mini.is-round {
3149
- padding: 5px 15px;
3159
+ padding: 5px 11px;
3150
3160
  }
3151
3161
  .el-button--mini:has(> i):not(:has(span)) {
3152
3162
  width: 28px;
@@ -4112,12 +4122,12 @@ heights > $common-component-size
4112
4122
  .el-checkbox-button--mini .el-checkbox-button__inner {
4113
4123
  --el-button-size: 28px;
4114
4124
  height: var(--el-button-size);
4115
- padding: 5px 15px;
4125
+ padding: 5px 11px;
4116
4126
  font-size: 12px;
4117
4127
  border-radius: 0;
4118
4128
  }
4119
4129
  .el-checkbox-button--mini .el-checkbox-button__inner.is-round {
4120
- padding: 5px 15px;
4130
+ padding: 5px 11px;
4121
4131
  }
4122
4132
 
4123
4133
  .el-checkbox-group {
@@ -8846,7 +8856,7 @@ heights > $common-component-size
8846
8856
  .el-time-panel {
8847
8857
  border-radius: 2px;
8848
8858
  position: relative;
8849
- width: 180px;
8859
+ min-width: 200px;
8850
8860
  left: 0;
8851
8861
  z-index: var(--el-index-top);
8852
8862
  user-select: none;
@@ -9044,7 +9054,7 @@ heights > $common-component-size
9044
9054
  color: var(--el-color-neutral-light-6);
9045
9055
  }
9046
9056
  .el-descriptions__label:not(.is-bordered-label) {
9047
- color: var(--el-color-neutral-light-6);
9057
+ color: var(--el-color-neutral-light-9);
9048
9058
  margin-right: 6px;
9049
9059
  }
9050
9060
  .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label {
@@ -9055,7 +9065,7 @@ heights > $common-component-size
9055
9065
  color: var(--el-text-color-primary);
9056
9066
  }
9057
9067
  .el-descriptions__content:not(.is-bordered-label) {
9058
- color: var(--el-text-color-regular);
9068
+ color: var(--el-color-neutral-light-6);
9059
9069
  }
9060
9070
 
9061
9071
  .el-descriptions--large .el-descriptions__label:not(.is-bordered-label) {
@@ -9130,7 +9140,7 @@ heights > $common-component-size
9130
9140
  --el-dialog-box-shadow: var(--el-box-shadow);
9131
9141
  --el-dialog-title-font-size: 18px;
9132
9142
  --el-dialog-title-line-height: 22px;
9133
- --el-dialog-content-font-size: 14px;
9143
+ --el-dialog-content-font-size: 12px;
9134
9144
  --el-dialog-content-line-height: 22px;
9135
9145
  --el-dialog-padding-primary: 24px;
9136
9146
  --el-dialog-border-radius: 8px;
@@ -9195,11 +9205,11 @@ heights > $common-component-size
9195
9205
  font-size: var(--el-message-close-size, 12px);
9196
9206
  }
9197
9207
  .el-dialog__headerbtn .el-dialog__close {
9198
- color: var(--el-color-primary);
9208
+ color: var(--el-color-neutral-light-9);
9199
9209
  font-size: inherit;
9200
9210
  }
9201
9211
  .el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
9202
- color: var(--el-color-primary);
9212
+ color: var(--el-color-neutral-light-9);
9203
9213
  }
9204
9214
 
9205
9215
  .el-dialog__title {
@@ -9210,7 +9220,7 @@ heights > $common-component-size
9210
9220
  }
9211
9221
 
9212
9222
  .el-dialog__body {
9213
- color: var(--el-color-neutral-light-7);
9223
+ color: var(--el-color-neutral-light-6);
9214
9224
  font-size: var(--el-dialog-content-font-size);
9215
9225
  line-height: var(--el-dialog-content-line-height);
9216
9226
  }
@@ -9218,7 +9228,7 @@ heights > $common-component-size
9218
9228
  .el-dialog__footer {
9219
9229
  display: flex;
9220
9230
  gap: 30px;
9221
- padding-top: 12px;
9231
+ padding-top: 16px;
9222
9232
  text-align: right;
9223
9233
  box-sizing: border-box;
9224
9234
  }
@@ -9617,6 +9627,9 @@ heights > $common-component-size
9617
9627
  border: none;
9618
9628
  border-radius: var(--el-border-radius-small);
9619
9629
  box-shadow: var(--el-box-shadow-light);
9630
+ gap: 2px;
9631
+ display: flex;
9632
+ flex-direction: column;
9620
9633
  list-style: none;
9621
9634
  }
9622
9635
  .el-dropdown-menu__item {
@@ -9624,8 +9637,8 @@ heights > $common-component-size
9624
9637
  align-items: center;
9625
9638
  white-space: nowrap;
9626
9639
  list-style: none;
9627
- line-height: 22px;
9628
- padding: 5px 16px;
9640
+ line-height: 18px;
9641
+ padding: 5px 8px;
9629
9642
  margin: 0;
9630
9643
  font-size: var(--el-font-size-small);
9631
9644
  font-weight: 500;
@@ -12121,7 +12134,7 @@ heights > $common-component-size
12121
12134
  --el-pagination-border-radius: 2px;
12122
12135
  --el-pagination-button-color: var(--el-color-neutral-light-6);
12123
12136
  --el-pagination-button-width: 24px;
12124
- --el-pagination-button-height: 28px;
12137
+ --el-pagination-button-height: 24px;
12125
12138
  --el-pagination-select-height: 20px;
12126
12139
  --el-pagination-button-disabled-color: var(--el-text-color-placeholder);
12127
12140
  --el-pagination-button-disabled-bg-color: var(--el-fill-color-blank);
@@ -12140,7 +12153,7 @@ heights > $common-component-size
12140
12153
  --el-pagination-border-radius: 2px;
12141
12154
  --el-pagination-button-color: var(--el-color-neutral-light-6);
12142
12155
  --el-pagination-button-width: 24px;
12143
- --el-pagination-button-height: 28px;
12156
+ --el-pagination-button-height: 24px;
12144
12157
  --el-pagination-select-height: 20px;
12145
12158
  --el-pagination-button-disabled-color: var(--el-text-color-placeholder);
12146
12159
  --el-pagination-button-disabled-bg-color: var(--el-fill-color-blank);
@@ -12160,6 +12173,7 @@ heights > $common-component-size
12160
12173
  display: flex;
12161
12174
  align-items: center;
12162
12175
  width: var(--el-pagination-width);
12176
+ margin-top: -16px;
12163
12177
  }
12164
12178
  .el-pagination .el-input__inner {
12165
12179
  text-align: center;
@@ -12169,10 +12183,11 @@ heights > $common-component-size
12169
12183
  }
12170
12184
  .el-pagination .el-select {
12171
12185
  width: 128px;
12186
+ height: 24px;
12172
12187
  }
12173
12188
  .el-pagination .el-select .el-select__wrapper {
12174
- height: var(--el-pagination-select-height);
12175
- min-height: var(--el-pagination-button-height);
12189
+ height: 24px;
12190
+ min-height: 24px;
12176
12191
  font-size: 12px;
12177
12192
  }
12178
12193
  .el-pagination button {
@@ -12191,7 +12206,6 @@ heights > $common-component-size
12191
12206
  cursor: pointer;
12192
12207
  text-align: center;
12193
12208
  box-sizing: border-box;
12194
- margin-top: -16px;
12195
12209
  }
12196
12210
  .el-pagination button * {
12197
12211
  pointer-events: none;
@@ -12272,6 +12286,11 @@ heights > $common-component-size
12272
12286
  }
12273
12287
  .el-pagination__editor.el-input {
12274
12288
  width: 56px;
12289
+ height: 24px;
12290
+ }
12291
+ .el-pagination__editor.el-input .el-input__wrapper {
12292
+ height: 24px;
12293
+ min-height: 24px;
12275
12294
  }
12276
12295
  .el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
12277
12296
  .el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
@@ -12374,7 +12393,6 @@ heights > $common-component-size
12374
12393
  cursor: pointer;
12375
12394
  text-align: center;
12376
12395
  box-sizing: border-box;
12377
- margin-top: -16px;
12378
12396
  }
12379
12397
  .el-pager li * {
12380
12398
  pointer-events: none;
@@ -12796,13 +12814,13 @@ heights > $common-component-size
12796
12814
  }
12797
12815
 
12798
12816
  .el-radio-button--mini .el-radio-button__inner {
12799
- padding: 5px 15px;
12817
+ padding: 5px 11px;
12800
12818
  font-size: 12px;
12801
12819
  border-radius: 0;
12802
12820
  height: 28px;
12803
12821
  }
12804
12822
  .el-radio-button--mini .el-radio-button__inner.is-round {
12805
- padding: 5px 15px;
12823
+ padding: 5px 11px;
12806
12824
  }
12807
12825
 
12808
12826
  .el-radio-group {
@@ -14494,7 +14512,7 @@ heights > $common-component-size
14494
14512
  display: inline-flex;
14495
14513
  align-items: center;
14496
14514
  position: relative;
14497
- font-size: 14px;
14515
+ font-size: 12px;
14498
14516
  line-height: 20px;
14499
14517
  height: 36px;
14500
14518
  vertical-align: middle;
@@ -14528,7 +14546,7 @@ heights > $common-component-size
14528
14546
  transition: var(--el-transition-duration-fast);
14529
14547
  height: 20px;
14530
14548
  display: inline-block;
14531
- font-size: 14px;
14549
+ font-size: 12px;
14532
14550
  font-weight: 500;
14533
14551
  cursor: pointer;
14534
14552
  vertical-align: middle;
@@ -14548,7 +14566,7 @@ heights > $common-component-size
14548
14566
 
14549
14567
  .el-switch__label * {
14550
14568
  line-height: 1;
14551
- font-size: 14px;
14569
+ font-size: 12px;
14552
14570
  display: inline-block;
14553
14571
  }
14554
14572
  .el-switch__label .el-icon {
@@ -14640,16 +14658,16 @@ heights > $common-component-size
14640
14658
  opacity: 0;
14641
14659
  }
14642
14660
  .el-switch--large {
14643
- font-size: 14px;
14661
+ font-size: 16px;
14644
14662
  line-height: 24px;
14645
14663
  height: 40px;
14646
14664
  }
14647
14665
  .el-switch--large .el-switch__label {
14648
14666
  height: 24px;
14649
- font-size: 14px;
14667
+ font-size: 16px;
14650
14668
  }
14651
14669
  .el-switch--large .el-switch__label * {
14652
- font-size: 14px;
14670
+ font-size: 16px;
14653
14671
  }
14654
14672
 
14655
14673
  .el-switch--large .el-switch__core {
@@ -14674,16 +14692,16 @@ heights > $common-component-size
14674
14692
  }
14675
14693
 
14676
14694
  .el-switch--medium {
14677
- font-size: 14px;
14695
+ font-size: 12px;
14678
14696
  line-height: 20px;
14679
14697
  height: 36px;
14680
14698
  }
14681
14699
  .el-switch--medium .el-switch__label {
14682
14700
  height: 20px;
14683
- font-size: 14px;
14701
+ font-size: 12px;
14684
14702
  }
14685
14703
  .el-switch--medium .el-switch__label * {
14686
- font-size: 14px;
14704
+ font-size: 12px;
14687
14705
  }
14688
14706
 
14689
14707
  .el-switch--medium .el-switch__core {
@@ -14742,16 +14760,16 @@ heights > $common-component-size
14742
14760
  }
14743
14761
 
14744
14762
  .el-switch--mini {
14745
- font-size: 12px;
14763
+ font-size: 10px;
14746
14764
  line-height: 12px;
14747
14765
  height: 28px;
14748
14766
  }
14749
14767
  .el-switch--mini .el-switch__label {
14750
14768
  height: 12px;
14751
- font-size: 12px;
14769
+ font-size: 10px;
14752
14770
  }
14753
14771
  .el-switch--mini .el-switch__label * {
14754
- font-size: 12px;
14772
+ font-size: 10px;
14755
14773
  }
14756
14774
 
14757
14775
  .el-switch--mini .el-switch__core {
@@ -15017,7 +15035,7 @@ heights > $common-component-size
15017
15035
  visibility: hidden;
15018
15036
  }
15019
15037
  .el-table .el-table__cell:first-of-type .cell {
15020
- padding-left: 0;
15038
+ margin-left: 0;
15021
15039
  }
15022
15040
  .el-table .el-table__cell:last-of-type .cell {
15023
15041
  padding-right: 0;
@@ -15027,7 +15045,8 @@ heights > $common-component-size
15027
15045
  overflow: hidden;
15028
15046
  text-overflow: ellipsis;
15029
15047
  overflow-wrap: break-word;
15030
- padding: 0 12px;
15048
+ padding: 0 12px 0 0;
15049
+ margin-left: 12px;
15031
15050
  align-items: center;
15032
15051
  gap: 2px;
15033
15052
  white-space: nowrap;
@@ -15090,6 +15109,7 @@ heights > $common-component-size
15090
15109
  }
15091
15110
  .el-table tr .el-checkbox {
15092
15111
  max-height: 20px;
15112
+ margin-top: 1px;
15093
15113
  }
15094
15114
  .el-table tr .el-checkbox input[type=checkbox] {
15095
15115
  margin: 0;
@@ -15299,7 +15319,7 @@ heights > $common-component-size
15299
15319
  top: 3px;
15300
15320
  }
15301
15321
  .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 {
15302
- padding-left: 4px;
15322
+ margin-left: 0;
15303
15323
  }
15304
15324
 
15305
15325
  .el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
@@ -15746,7 +15766,7 @@ heights > $common-component-size
15746
15766
  }
15747
15767
 
15748
15768
  .el-tabs {
15749
- --el-tabs-header-height: 36px;
15769
+ --el-tabs-header-height: 28px;
15750
15770
  display: flex;
15751
15771
  }
15752
15772
  .el-tabs__header {
@@ -15872,7 +15892,7 @@ heights > $common-component-size
15872
15892
  align-items: center;
15873
15893
  justify-content: center;
15874
15894
  list-style: none;
15875
- font-size: var(--el-font-size-base);
15895
+ font-size: var(--el-font-size-small);
15876
15896
  font-weight: 500;
15877
15897
  color: var(--el-color-neutral-light-6);
15878
15898
  position: relative;
@@ -16658,6 +16678,10 @@ heights > $common-component-size
16658
16678
  border-color: var(--el-color-info);
16659
16679
  }
16660
16680
 
16681
+ .el-tag.el-tag--secondary {
16682
+ --el-tag-bg-color: var(--el-color-white);
16683
+ }
16684
+
16661
16685
  .el-text {
16662
16686
  --el-text-font-size: var(--el-font-size-base);
16663
16687
  --el-text-color: var(--el-text-color-regular);
@@ -16912,7 +16936,7 @@ mark.el-text {
16912
16936
  .el-tooltip.el-popper.is-dark {
16913
16937
  padding: 8px 16px;
16914
16938
  background-color: var(--el-color-neutral-light-9);
16915
- color: var(--el-color-neutral-light-6);
16939
+ color: var(--el-color-neutral-light-2);
16916
16940
  box-shadow: 0 2px 2px 0 var(--el-color-neutral-light-6);
16917
16941
  }
16918
16942
 
@@ -17965,7 +17989,6 @@ mark.el-text {
17965
17989
  z-index: 2000;
17966
17990
  font-size: 12px;
17967
17991
  line-height: 20px;
17968
- min-width: 150px;
17969
17992
  overflow-wrap: break-word;
17970
17993
  visibility: visible;
17971
17994
  }
@@ -17999,14 +18022,14 @@ mark.el-text {
17999
18022
 
18000
18023
  .el-popper__arrow {
18001
18024
  position: absolute;
18002
- width: 17px;
18003
- height: 17px;
18025
+ width: 10px;
18026
+ height: 10px;
18004
18027
  z-index: -1;
18005
18028
  }
18006
18029
  .el-popper__arrow::before {
18007
18030
  position: absolute;
18008
- width: 17px;
18009
- height: 17px;
18031
+ width: 10px;
18032
+ height: 10px;
18010
18033
  z-index: -1;
18011
18034
  content: " ";
18012
18035
  transform: rotate(45deg);
@@ -18015,25 +18038,25 @@ mark.el-text {
18015
18038
  }
18016
18039
 
18017
18040
  .el-popper[data-popper-placement^=top] > .el-popper__arrow {
18018
- bottom: -8.5px;
18041
+ bottom: -5px;
18019
18042
  }
18020
18043
  .el-popper[data-popper-placement^=top] > .el-popper__arrow::before {
18021
18044
  border-bottom-right-radius: 2px;
18022
18045
  }
18023
18046
  .el-popper[data-popper-placement^=bottom] > .el-popper__arrow {
18024
- top: -8.5px;
18047
+ top: -5px;
18025
18048
  }
18026
18049
  .el-popper[data-popper-placement^=bottom] > .el-popper__arrow::before {
18027
18050
  border-top-left-radius: 2px;
18028
18051
  }
18029
18052
  .el-popper[data-popper-placement^=left] > .el-popper__arrow {
18030
- right: -8.5px;
18053
+ right: -5px;
18031
18054
  }
18032
18055
  .el-popper[data-popper-placement^=left] > .el-popper__arrow::before {
18033
18056
  border-top-right-radius: 2px;
18034
18057
  }
18035
18058
  .el-popper[data-popper-placement^=right] > .el-popper__arrow {
18036
- left: -8.5px;
18059
+ left: -5px;
18037
18060
  }
18038
18061
  .el-popper[data-popper-placement^=right] > .el-popper__arrow::before {
18039
18062
  border-bottom-left-radius: 2px;
@@ -307,8 +307,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
307
307
  --el-alert-title-font-size: 12px;
308
308
  --el-alert-title-with-description-font-size: 12px;
309
309
  --el-alert-description-font-size: 10px;
310
- --el-alert-close-font-size: 14px;
311
- --el-alert-close-customed-font-size: 14px;
310
+ --el-alert-close-font-size: 12px;
311
+ --el-alert-close-customed-font-size: 12px;
312
312
  --el-alert-icon-size: 12px;
313
313
  --el-alert-icon-large-size: 32px;
314
314
  position: relative;
@@ -352,6 +352,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
352
352
  }
353
353
  .el-alert--primary.is-light .el-alert__description {
354
354
  color: var(--el-color-primary-light-6);
355
+ line-height: 14px;
356
+ margin-left: -16px;
355
357
  }
356
358
  .el-alert--primary.is-dark {
357
359
  background-color: var(--el-color-primary);
@@ -371,6 +373,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
371
373
  }
372
374
  .el-alert--success.is-light .el-alert__description {
373
375
  color: var(--el-color-success-light-6);
376
+ line-height: 14px;
377
+ margin-left: -16px;
374
378
  }
375
379
  .el-alert--success.is-dark {
376
380
  background-color: var(--el-color-success);
@@ -390,6 +394,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
390
394
  }
391
395
  .el-alert--info.is-light .el-alert__description {
392
396
  color: var(--el-color-neutral-light-6);
397
+ line-height: 14px;
398
+ margin-left: -16px;
393
399
  }
394
400
  .el-alert--info.is-dark {
395
401
  background-color: var(--el-color-neutral);
@@ -409,6 +415,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
409
415
  }
410
416
  .el-alert--warning.is-light .el-alert__description {
411
417
  color: var(--el-color-warning-light-6);
418
+ line-height: 14px;
419
+ margin-left: -16px;
412
420
  }
413
421
  .el-alert--warning.is-dark {
414
422
  background-color: var(--el-color-warning);
@@ -428,6 +436,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
428
436
  }
429
437
  .el-alert--error.is-light .el-alert__description {
430
438
  color: var(--el-color-error-light-6);
439
+ line-height: 14px;
440
+ margin-left: -16px;
431
441
  }
432
442
  .el-alert--error.is-dark {
433
443
  background-color: var(--el-color-error);
@@ -447,18 +457,15 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
447
457
  speak: never;
448
458
  text-transform: none;
449
459
  font-size: var(--el-alert-icon-size);
450
- line-height: 1;
451
460
  margin-right: 5px;
452
461
  content: "info";
453
- position: absolute;
454
462
  font-weight: 500;
455
463
  width: 12px;
456
- height: 12px;
464
+ height: 18px;
457
465
  font-size: 12px;
458
- top: 14px;
459
- }
460
- .el-alert .el-alert__title {
461
- padding-left: 17px;
466
+ display: flex;
467
+ align-items: center;
468
+ justify-content: center;
462
469
  }
463
470
  .el-alert .el-alert__icon {
464
471
  display: none;
@@ -488,7 +495,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
488
495
  .el-alert__title.with-description {
489
496
  font-size: var(--el-alert-title-with-description-font-size);
490
497
  line-height: 14px;
491
- margin-top: 5px;
498
+ margin-top: 2px;
492
499
  }
493
500
 
494
501
  .el-alert .el-alert__description {
@@ -499,7 +506,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
499
506
  font-size: var(--el-alert-close-font-size);
500
507
  opacity: 1;
501
508
  position: absolute;
502
- top: 14px;
509
+ top: 11px;
503
510
  right: 16px;
504
511
  cursor: pointer;
505
512
  }
@@ -52,6 +52,8 @@
52
52
 
53
53
  .#{$namespace}-alert__description {
54
54
  color: getCssVar('color', if($type == 'info', 'neutral', $type), 'light-6');
55
+ line-height: 14px;
56
+ margin-left: -16px;
55
57
  }
56
58
  }
57
59
 
@@ -80,19 +82,19 @@
80
82
  speak: never;
81
83
  text-transform: none;
82
84
  font-size: getCssVar('alert', 'icon-size');
83
- line-height: 1;
84
85
  margin-right: 5px;
85
86
  content: 'info';
86
- position: absolute;
87
87
  font-weight: 500;
88
88
  width: 12px;
89
- height: 12px;
89
+ height: 18px;
90
90
  font-size: 12px;
91
- top: 14px;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
92
94
  }
93
95
 
94
96
  .el-alert__title {
95
- padding-left: 17px;
97
+ // padding-left: 17px;
96
98
  }
97
99
 
98
100
  .el-alert__icon {
@@ -126,7 +128,7 @@
126
128
  &.with-description {
127
129
  font-size: getCssVar('alert', 'title-with-description-font-size');
128
130
  line-height: 14px;
129
- margin-top: 5px;
131
+ margin-top: 2px;
130
132
  }
131
133
  }
132
134
 
@@ -139,7 +141,7 @@
139
141
  font-size: getCssVar('alert', 'close-font-size');
140
142
  opacity: 1;
141
143
  position: absolute;
142
- top: 14px;
144
+ top: 11px;
143
145
  right: 16px;
144
146
  cursor: pointer;
145
147