@timus-networks/theme 2.4.165 → 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.
Files changed (42) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +1 -1
  3. package/dist/runtime/assets/scss/main.css +79 -61
  4. package/dist/runtime/public/scss/_variables.scss +1 -1
  5. package/dist/runtime/public/scss/element-plus/alert.css +18 -11
  6. package/dist/runtime/public/scss/element-plus/alert.scss +9 -7
  7. package/dist/runtime/public/scss/element-plus/button.css +3 -3
  8. package/dist/runtime/public/scss/element-plus/button.scss +1 -1
  9. package/dist/runtime/public/scss/element-plus/checkbox-button.css +2 -2
  10. package/dist/runtime/public/scss/element-plus/common/var.scss +6 -6
  11. package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +1 -1
  12. package/dist/runtime/public/scss/element-plus/date-picker/time-picker.scss +1 -1
  13. package/dist/runtime/public/scss/element-plus/date-picker.css +1 -1
  14. package/dist/runtime/public/scss/element-plus/descriptions-item.css +2 -2
  15. package/dist/runtime/public/scss/element-plus/descriptions-item.scss +2 -2
  16. package/dist/runtime/public/scss/element-plus/dialog.css +5 -5
  17. package/dist/runtime/public/scss/element-plus/dialog.scss +4 -4
  18. package/dist/runtime/public/scss/element-plus/divider.css +2 -2
  19. package/dist/runtime/public/scss/element-plus/divider.scss +2 -2
  20. package/dist/runtime/public/scss/element-plus/dropdown.css +5 -2
  21. package/dist/runtime/public/scss/element-plus/dropdown.scss +5 -2
  22. package/dist/runtime/public/scss/element-plus/index.css +78 -61
  23. package/dist/runtime/public/scss/element-plus/link.css +0 -2
  24. package/dist/runtime/public/scss/element-plus/link.scss +2 -3
  25. package/dist/runtime/public/scss/element-plus/pagination.css +11 -4
  26. package/dist/runtime/public/scss/element-plus/pagination.scss +10 -2
  27. package/dist/runtime/public/scss/element-plus/popper.css +8 -9
  28. package/dist/runtime/public/scss/element-plus/popper.scss +1 -2
  29. package/dist/runtime/public/scss/element-plus/radio-button.css +2 -2
  30. package/dist/runtime/public/scss/element-plus/switch.css +12 -12
  31. package/dist/runtime/public/scss/element-plus/switch.scss +14 -1
  32. package/dist/runtime/public/scss/element-plus/table.css +0 -1
  33. package/dist/runtime/public/scss/element-plus/table.scss +1 -1
  34. package/dist/runtime/public/scss/element-plus/tabs.css +2 -2
  35. package/dist/runtime/public/scss/element-plus/tabs.scss +1 -1
  36. package/dist/runtime/public/scss/element-plus/tag.css +4 -0
  37. package/dist/runtime/public/scss/element-plus/tag.scss +4 -0
  38. package/dist/runtime/public/scss/element-plus/time-picker.css +1 -1
  39. package/dist/runtime/public/scss/element-plus/tooltip.css +1 -1
  40. package/dist/runtime/public/scss/element-plus/tooltip.scss +1 -1
  41. package/dist/runtime/public/scss/theme.css +1 -0
  42. 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.164",
4
+ "version": "2.4.167",
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.164";
14
+ const version = "2.4.167";
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 = {
@@ -1,5 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  :root {
3
+ --font-family: "Poppins", sans-serif;
3
4
  --font-size: 1em;
4
5
  --border-width: 1px;
5
6
  --border-style: solid;
@@ -1566,8 +1567,8 @@ body {
1566
1567
  --el-alert-title-font-size: 12px;
1567
1568
  --el-alert-title-with-description-font-size: 12px;
1568
1569
  --el-alert-description-font-size: 10px;
1569
- --el-alert-close-font-size: 14px;
1570
- --el-alert-close-customed-font-size: 14px;
1570
+ --el-alert-close-font-size: 12px;
1571
+ --el-alert-close-customed-font-size: 12px;
1571
1572
  --el-alert-icon-size: 12px;
1572
1573
  --el-alert-icon-large-size: 32px;
1573
1574
  position: relative;
@@ -1611,6 +1612,8 @@ body {
1611
1612
  }
1612
1613
  .el-alert--primary.is-light .el-alert__description {
1613
1614
  color: var(--el-color-primary-light-6);
1615
+ line-height: 14px;
1616
+ margin-left: -16px;
1614
1617
  }
1615
1618
  .el-alert--primary.is-dark {
1616
1619
  background-color: var(--el-color-primary);
@@ -1630,6 +1633,8 @@ body {
1630
1633
  }
1631
1634
  .el-alert--success.is-light .el-alert__description {
1632
1635
  color: var(--el-color-success-light-6);
1636
+ line-height: 14px;
1637
+ margin-left: -16px;
1633
1638
  }
1634
1639
  .el-alert--success.is-dark {
1635
1640
  background-color: var(--el-color-success);
@@ -1649,6 +1654,8 @@ body {
1649
1654
  }
1650
1655
  .el-alert--info.is-light .el-alert__description {
1651
1656
  color: var(--el-color-neutral-light-6);
1657
+ line-height: 14px;
1658
+ margin-left: -16px;
1652
1659
  }
1653
1660
  .el-alert--info.is-dark {
1654
1661
  background-color: var(--el-color-neutral);
@@ -1668,6 +1675,8 @@ body {
1668
1675
  }
1669
1676
  .el-alert--warning.is-light .el-alert__description {
1670
1677
  color: var(--el-color-warning-light-6);
1678
+ line-height: 14px;
1679
+ margin-left: -16px;
1671
1680
  }
1672
1681
  .el-alert--warning.is-dark {
1673
1682
  background-color: var(--el-color-warning);
@@ -1687,6 +1696,8 @@ body {
1687
1696
  }
1688
1697
  .el-alert--error.is-light .el-alert__description {
1689
1698
  color: var(--el-color-error-light-6);
1699
+ line-height: 14px;
1700
+ margin-left: -16px;
1690
1701
  }
1691
1702
  .el-alert--error.is-dark {
1692
1703
  background-color: var(--el-color-error);
@@ -1706,18 +1717,15 @@ body {
1706
1717
  speak: never;
1707
1718
  text-transform: none;
1708
1719
  font-size: var(--el-alert-icon-size);
1709
- line-height: 1;
1710
1720
  margin-right: 5px;
1711
1721
  content: "info";
1712
- position: absolute;
1713
1722
  font-weight: 500;
1714
1723
  width: 12px;
1715
- height: 12px;
1724
+ height: 18px;
1716
1725
  font-size: 12px;
1717
- top: 14px;
1718
- }
1719
- .el-alert .el-alert__title {
1720
- padding-left: 17px;
1726
+ display: flex;
1727
+ align-items: center;
1728
+ justify-content: center;
1721
1729
  }
1722
1730
  .el-alert .el-alert__icon {
1723
1731
  display: none;
@@ -1747,7 +1755,7 @@ body {
1747
1755
  .el-alert__title.with-description {
1748
1756
  font-size: var(--el-alert-title-with-description-font-size);
1749
1757
  line-height: 14px;
1750
- margin-top: 5px;
1758
+ margin-top: 2px;
1751
1759
  }
1752
1760
 
1753
1761
  .el-alert .el-alert__description {
@@ -1758,7 +1766,7 @@ body {
1758
1766
  font-size: var(--el-alert-close-font-size);
1759
1767
  opacity: 1;
1760
1768
  position: absolute;
1761
- top: 14px;
1769
+ top: 11px;
1762
1770
  right: 16px;
1763
1771
  cursor: pointer;
1764
1772
  }
@@ -2389,7 +2397,7 @@ body {
2389
2397
 
2390
2398
  .el-button {
2391
2399
  display: inline-flex;
2392
- gap: 8px;
2400
+ gap: 4px;
2393
2401
  justify-content: center;
2394
2402
  align-items: center;
2395
2403
  line-height: 1;
@@ -3140,12 +3148,12 @@ body {
3140
3148
  padding: 0 7px;
3141
3149
  }
3142
3150
  .el-button--mini {
3143
- padding: 5px 15px;
3151
+ padding: 5px 11px;
3144
3152
  font-size: 12px;
3145
3153
  border-radius: 4px;
3146
3154
  }
3147
3155
  .el-button--mini.is-round {
3148
- padding: 5px 15px;
3156
+ padding: 5px 11px;
3149
3157
  }
3150
3158
  .el-button--mini:has(> i):not(:has(span)) {
3151
3159
  width: 28px;
@@ -4111,12 +4119,12 @@ heights > $common-component-size
4111
4119
  .el-checkbox-button--mini .el-checkbox-button__inner {
4112
4120
  --el-button-size: 28px;
4113
4121
  height: var(--el-button-size);
4114
- padding: 5px 15px;
4122
+ padding: 5px 11px;
4115
4123
  font-size: 12px;
4116
4124
  border-radius: 0;
4117
4125
  }
4118
4126
  .el-checkbox-button--mini .el-checkbox-button__inner.is-round {
4119
- padding: 5px 15px;
4127
+ padding: 5px 11px;
4120
4128
  }
4121
4129
 
4122
4130
  .el-checkbox-group {
@@ -8845,7 +8853,7 @@ heights > $common-component-size
8845
8853
  .el-time-panel {
8846
8854
  border-radius: 2px;
8847
8855
  position: relative;
8848
- width: 180px;
8856
+ min-width: 200px;
8849
8857
  left: 0;
8850
8858
  z-index: var(--el-index-top);
8851
8859
  user-select: none;
@@ -9043,7 +9051,7 @@ heights > $common-component-size
9043
9051
  color: var(--el-color-neutral-light-6);
9044
9052
  }
9045
9053
  .el-descriptions__label:not(.is-bordered-label) {
9046
- color: var(--el-color-neutral-light-6);
9054
+ color: var(--el-color-neutral-light-9);
9047
9055
  margin-right: 6px;
9048
9056
  }
9049
9057
  .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label {
@@ -9054,7 +9062,7 @@ heights > $common-component-size
9054
9062
  color: var(--el-text-color-primary);
9055
9063
  }
9056
9064
  .el-descriptions__content:not(.is-bordered-label) {
9057
- color: var(--el-text-color-regular);
9065
+ color: var(--el-color-neutral-light-6);
9058
9066
  }
9059
9067
 
9060
9068
  .el-descriptions--large .el-descriptions__label:not(.is-bordered-label) {
@@ -9129,7 +9137,7 @@ heights > $common-component-size
9129
9137
  --el-dialog-box-shadow: var(--el-box-shadow);
9130
9138
  --el-dialog-title-font-size: 18px;
9131
9139
  --el-dialog-title-line-height: 22px;
9132
- --el-dialog-content-font-size: 14px;
9140
+ --el-dialog-content-font-size: 12px;
9133
9141
  --el-dialog-content-line-height: 22px;
9134
9142
  --el-dialog-padding-primary: 24px;
9135
9143
  --el-dialog-border-radius: 8px;
@@ -9194,11 +9202,11 @@ heights > $common-component-size
9194
9202
  font-size: var(--el-message-close-size, 12px);
9195
9203
  }
9196
9204
  .el-dialog__headerbtn .el-dialog__close {
9197
- color: var(--el-color-primary);
9205
+ color: var(--el-color-neutral-light-9);
9198
9206
  font-size: inherit;
9199
9207
  }
9200
9208
  .el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
9201
- color: var(--el-color-primary);
9209
+ color: var(--el-color-neutral-light-9);
9202
9210
  }
9203
9211
 
9204
9212
  .el-dialog__title {
@@ -9209,7 +9217,7 @@ heights > $common-component-size
9209
9217
  }
9210
9218
 
9211
9219
  .el-dialog__body {
9212
- color: var(--el-color-neutral-light-7);
9220
+ color: var(--el-color-neutral-light-6);
9213
9221
  font-size: var(--el-dialog-content-font-size);
9214
9222
  line-height: var(--el-dialog-content-line-height);
9215
9223
  }
@@ -9217,7 +9225,7 @@ heights > $common-component-size
9217
9225
  .el-dialog__footer {
9218
9226
  display: flex;
9219
9227
  gap: 30px;
9220
- padding-top: 12px;
9228
+ padding-top: 16px;
9221
9229
  text-align: right;
9222
9230
  box-sizing: border-box;
9223
9231
  }
@@ -9336,7 +9344,7 @@ heights > $common-component-size
9336
9344
  height: 1px;
9337
9345
  width: 100%;
9338
9346
  margin: 8px 0;
9339
- border-top: 1px var(--el-color-neutral-light-3) var(--el-border-style);
9347
+ border-top: 1px var(--el-color-neutral-light-2) var(--el-border-style);
9340
9348
  }
9341
9349
 
9342
9350
  .el-divider--vertical {
@@ -9346,7 +9354,7 @@ heights > $common-component-size
9346
9354
  margin: 0 8px;
9347
9355
  vertical-align: middle;
9348
9356
  position: relative;
9349
- border-left: 1px var(--el-color-neutral-light-3) var(--el-border-style);
9357
+ border-left: 1px var(--el-color-neutral-light-2) var(--el-border-style);
9350
9358
  }
9351
9359
 
9352
9360
  .el-divider__text {
@@ -9616,6 +9624,9 @@ heights > $common-component-size
9616
9624
  border: none;
9617
9625
  border-radius: var(--el-border-radius-small);
9618
9626
  box-shadow: var(--el-box-shadow-light);
9627
+ gap: 2px;
9628
+ display: flex;
9629
+ flex-direction: column;
9619
9630
  list-style: none;
9620
9631
  }
9621
9632
  .el-dropdown-menu__item {
@@ -9623,8 +9634,8 @@ heights > $common-component-size
9623
9634
  align-items: center;
9624
9635
  white-space: nowrap;
9625
9636
  list-style: none;
9626
- line-height: 22px;
9627
- padding: 5px 16px;
9637
+ line-height: 18px;
9638
+ padding: 5px 8px;
9628
9639
  margin: 0;
9629
9640
  font-size: var(--el-font-size-small);
9630
9641
  font-weight: 500;
@@ -10864,10 +10875,8 @@ heights > $common-component-size
10864
10875
  outline: none;
10865
10876
  cursor: pointer;
10866
10877
  padding: 0;
10867
- font-size: var(--el-link-font-size);
10868
10878
  font-weight: var(--el-link-font-weight);
10869
10879
  color: var(--el-link-text-color);
10870
- line-height: var(--el-line-height-base);
10871
10880
  }
10872
10881
  .el-link:hover {
10873
10882
  color: var(--el-link-hover-text-color);
@@ -12122,7 +12131,7 @@ heights > $common-component-size
12122
12131
  --el-pagination-border-radius: 2px;
12123
12132
  --el-pagination-button-color: var(--el-color-neutral-light-6);
12124
12133
  --el-pagination-button-width: 24px;
12125
- --el-pagination-button-height: 28px;
12134
+ --el-pagination-button-height: 24px;
12126
12135
  --el-pagination-select-height: 20px;
12127
12136
  --el-pagination-button-disabled-color: var(--el-text-color-placeholder);
12128
12137
  --el-pagination-button-disabled-bg-color: var(--el-fill-color-blank);
@@ -12141,7 +12150,7 @@ heights > $common-component-size
12141
12150
  --el-pagination-border-radius: 2px;
12142
12151
  --el-pagination-button-color: var(--el-color-neutral-light-6);
12143
12152
  --el-pagination-button-width: 24px;
12144
- --el-pagination-button-height: 28px;
12153
+ --el-pagination-button-height: 24px;
12145
12154
  --el-pagination-select-height: 20px;
12146
12155
  --el-pagination-button-disabled-color: var(--el-text-color-placeholder);
12147
12156
  --el-pagination-button-disabled-bg-color: var(--el-fill-color-blank);
@@ -12161,6 +12170,7 @@ heights > $common-component-size
12161
12170
  display: flex;
12162
12171
  align-items: center;
12163
12172
  width: var(--el-pagination-width);
12173
+ margin-top: -16px;
12164
12174
  }
12165
12175
  .el-pagination .el-input__inner {
12166
12176
  text-align: center;
@@ -12170,10 +12180,11 @@ heights > $common-component-size
12170
12180
  }
12171
12181
  .el-pagination .el-select {
12172
12182
  width: 128px;
12183
+ height: 24px;
12173
12184
  }
12174
12185
  .el-pagination .el-select .el-select__wrapper {
12175
- height: var(--el-pagination-select-height);
12176
- min-height: var(--el-pagination-button-height);
12186
+ height: 24px;
12187
+ min-height: 24px;
12177
12188
  font-size: 12px;
12178
12189
  }
12179
12190
  .el-pagination button {
@@ -12272,6 +12283,11 @@ heights > $common-component-size
12272
12283
  }
12273
12284
  .el-pagination__editor.el-input {
12274
12285
  width: 56px;
12286
+ height: 24px;
12287
+ }
12288
+ .el-pagination__editor.el-input .el-input__wrapper {
12289
+ height: 24px;
12290
+ min-height: 24px;
12275
12291
  }
12276
12292
  .el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
12277
12293
  .el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
@@ -12795,13 +12811,13 @@ heights > $common-component-size
12795
12811
  }
12796
12812
 
12797
12813
  .el-radio-button--mini .el-radio-button__inner {
12798
- padding: 5px 15px;
12814
+ padding: 5px 11px;
12799
12815
  font-size: 12px;
12800
12816
  border-radius: 0;
12801
12817
  height: 28px;
12802
12818
  }
12803
12819
  .el-radio-button--mini .el-radio-button__inner.is-round {
12804
- padding: 5px 15px;
12820
+ padding: 5px 11px;
12805
12821
  }
12806
12822
 
12807
12823
  .el-radio-group {
@@ -14493,7 +14509,7 @@ heights > $common-component-size
14493
14509
  display: inline-flex;
14494
14510
  align-items: center;
14495
14511
  position: relative;
14496
- font-size: 14px;
14512
+ font-size: 12px;
14497
14513
  line-height: 20px;
14498
14514
  height: 36px;
14499
14515
  vertical-align: middle;
@@ -14527,7 +14543,7 @@ heights > $common-component-size
14527
14543
  transition: var(--el-transition-duration-fast);
14528
14544
  height: 20px;
14529
14545
  display: inline-block;
14530
- font-size: 14px;
14546
+ font-size: 12px;
14531
14547
  font-weight: 500;
14532
14548
  cursor: pointer;
14533
14549
  vertical-align: middle;
@@ -14547,7 +14563,7 @@ heights > $common-component-size
14547
14563
 
14548
14564
  .el-switch__label * {
14549
14565
  line-height: 1;
14550
- font-size: 14px;
14566
+ font-size: 12px;
14551
14567
  display: inline-block;
14552
14568
  }
14553
14569
  .el-switch__label .el-icon {
@@ -14639,16 +14655,16 @@ heights > $common-component-size
14639
14655
  opacity: 0;
14640
14656
  }
14641
14657
  .el-switch--large {
14642
- font-size: 14px;
14658
+ font-size: 16px;
14643
14659
  line-height: 24px;
14644
14660
  height: 40px;
14645
14661
  }
14646
14662
  .el-switch--large .el-switch__label {
14647
14663
  height: 24px;
14648
- font-size: 14px;
14664
+ font-size: 16px;
14649
14665
  }
14650
14666
  .el-switch--large .el-switch__label * {
14651
- font-size: 14px;
14667
+ font-size: 16px;
14652
14668
  }
14653
14669
 
14654
14670
  .el-switch--large .el-switch__core {
@@ -14673,16 +14689,16 @@ heights > $common-component-size
14673
14689
  }
14674
14690
 
14675
14691
  .el-switch--medium {
14676
- font-size: 14px;
14692
+ font-size: 12px;
14677
14693
  line-height: 20px;
14678
14694
  height: 36px;
14679
14695
  }
14680
14696
  .el-switch--medium .el-switch__label {
14681
14697
  height: 20px;
14682
- font-size: 14px;
14698
+ font-size: 12px;
14683
14699
  }
14684
14700
  .el-switch--medium .el-switch__label * {
14685
- font-size: 14px;
14701
+ font-size: 12px;
14686
14702
  }
14687
14703
 
14688
14704
  .el-switch--medium .el-switch__core {
@@ -14741,16 +14757,16 @@ heights > $common-component-size
14741
14757
  }
14742
14758
 
14743
14759
  .el-switch--mini {
14744
- font-size: 12px;
14760
+ font-size: 10px;
14745
14761
  line-height: 12px;
14746
14762
  height: 28px;
14747
14763
  }
14748
14764
  .el-switch--mini .el-switch__label {
14749
14765
  height: 12px;
14750
- font-size: 12px;
14766
+ font-size: 10px;
14751
14767
  }
14752
14768
  .el-switch--mini .el-switch__label * {
14753
- font-size: 12px;
14769
+ font-size: 10px;
14754
14770
  }
14755
14771
 
14756
14772
  .el-switch--mini .el-switch__core {
@@ -14887,7 +14903,6 @@ heights > $common-component-size
14887
14903
  color: var(--el-table-text-color);
14888
14904
  overflow: initial;
14889
14905
  border-bottom: 1px solid var(--el-table-border-color);
14890
- border-top: 1px solid var(--el-table-border-color);
14891
14906
  }
14892
14907
  .el-table__inner-wrapper {
14893
14908
  position: relative;
@@ -15746,7 +15761,7 @@ heights > $common-component-size
15746
15761
  }
15747
15762
 
15748
15763
  .el-tabs {
15749
- --el-tabs-header-height: 36px;
15764
+ --el-tabs-header-height: 28px;
15750
15765
  display: flex;
15751
15766
  }
15752
15767
  .el-tabs__header {
@@ -15872,7 +15887,7 @@ heights > $common-component-size
15872
15887
  align-items: center;
15873
15888
  justify-content: center;
15874
15889
  list-style: none;
15875
- font-size: var(--el-font-size-base);
15890
+ font-size: var(--el-font-size-small);
15876
15891
  font-weight: 500;
15877
15892
  color: var(--el-color-neutral-light-6);
15878
15893
  position: relative;
@@ -16658,6 +16673,10 @@ heights > $common-component-size
16658
16673
  border-color: var(--el-color-info);
16659
16674
  }
16660
16675
 
16676
+ .el-tag.el-tag--secondary {
16677
+ --el-tag-bg-color: var(--el-color-white);
16678
+ }
16679
+
16661
16680
  .el-text {
16662
16681
  --el-text-font-size: var(--el-font-size-base);
16663
16682
  --el-text-color: var(--el-text-color-regular);
@@ -16912,7 +16931,7 @@ mark.el-text {
16912
16931
  .el-tooltip.el-popper.is-dark {
16913
16932
  padding: 8px 16px;
16914
16933
  background-color: var(--el-color-neutral-light-9);
16915
- color: var(--el-color-neutral-light-6);
16934
+ color: var(--el-color-neutral-light-2);
16916
16935
  box-shadow: 0 2px 2px 0 var(--el-color-neutral-light-6);
16917
16936
  }
16918
16937
 
@@ -17965,7 +17984,6 @@ mark.el-text {
17965
17984
  z-index: 2000;
17966
17985
  font-size: 12px;
17967
17986
  line-height: 20px;
17968
- min-width: 150px;
17969
17987
  overflow-wrap: break-word;
17970
17988
  visibility: visible;
17971
17989
  }
@@ -17999,14 +18017,14 @@ mark.el-text {
17999
18017
 
18000
18018
  .el-popper__arrow {
18001
18019
  position: absolute;
18002
- width: 17px;
18003
- height: 17px;
18020
+ width: 10px;
18021
+ height: 10px;
18004
18022
  z-index: -1;
18005
18023
  }
18006
18024
  .el-popper__arrow::before {
18007
18025
  position: absolute;
18008
- width: 17px;
18009
- height: 17px;
18026
+ width: 10px;
18027
+ height: 10px;
18010
18028
  z-index: -1;
18011
18029
  content: " ";
18012
18030
  transform: rotate(45deg);
@@ -18015,25 +18033,25 @@ mark.el-text {
18015
18033
  }
18016
18034
 
18017
18035
  .el-popper[data-popper-placement^=top] > .el-popper__arrow {
18018
- bottom: -8.5px;
18036
+ bottom: -5px;
18019
18037
  }
18020
18038
  .el-popper[data-popper-placement^=top] > .el-popper__arrow::before {
18021
18039
  border-bottom-right-radius: 2px;
18022
18040
  }
18023
18041
  .el-popper[data-popper-placement^=bottom] > .el-popper__arrow {
18024
- top: -8.5px;
18042
+ top: -5px;
18025
18043
  }
18026
18044
  .el-popper[data-popper-placement^=bottom] > .el-popper__arrow::before {
18027
18045
  border-top-left-radius: 2px;
18028
18046
  }
18029
18047
  .el-popper[data-popper-placement^=left] > .el-popper__arrow {
18030
- right: -8.5px;
18048
+ right: -5px;
18031
18049
  }
18032
18050
  .el-popper[data-popper-placement^=left] > .el-popper__arrow::before {
18033
18051
  border-top-right-radius: 2px;
18034
18052
  }
18035
18053
  .el-popper[data-popper-placement^=right] > .el-popper__arrow {
18036
- left: -8.5px;
18054
+ left: -5px;
18037
18055
  }
18038
18056
  .el-popper[data-popper-placement^=right] > .el-popper__arrow::before {
18039
18057
  border-bottom-left-radius: 2px;
@@ -1,5 +1,5 @@
1
1
  :root {
2
- // --font-family: 'Satosi', sans-serif;
2
+ --font-family: 'Poppins', sans-serif;
3
3
  --font-size: 1em;
4
4
  --border-width: 1px;
5
5
  --border-style: solid;
@@ -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
 
@@ -322,7 +322,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
322
322
 
323
323
  .el-button {
324
324
  display: inline-flex;
325
- gap: 8px;
325
+ gap: 4px;
326
326
  justify-content: center;
327
327
  align-items: center;
328
328
  line-height: 1;
@@ -1073,12 +1073,12 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
1073
1073
  padding: 0 7px;
1074
1074
  }
1075
1075
  .el-button--mini {
1076
- padding: 5px 15px;
1076
+ padding: 5px 11px;
1077
1077
  font-size: 12px;
1078
1078
  border-radius: 4px;
1079
1079
  }
1080
1080
  .el-button--mini.is-round {
1081
- padding: 5px 15px;
1081
+ padding: 5px 11px;
1082
1082
  }
1083
1083
  .el-button--mini:has(> i):not(:has(span)) {
1084
1084
  width: 28px;