@delon/theme 18.2.0 → 18.3.0

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/default.css CHANGED
@@ -29690,7 +29690,7 @@ a:focus {
29690
29690
  max-width: 900px;
29691
29691
  }
29692
29692
  }
29693
- @media (min-width: 1600px) {
29693
+ @media (min-width: 1200px) {
29694
29694
  .modal-xl .ant-modal {
29695
29695
  width: auto !important;
29696
29696
  max-width: 1200px;
@@ -33475,7 +33475,7 @@ body {
33475
33475
  color: #fff;
33476
33476
  background-color: rgba(255, 255, 255, 0.2);
33477
33477
  }
33478
- .alain-default__nav-item > i,
33478
+ .alain-default__nav-item > .anticon,
33479
33479
  .alain-default__nav-item-icon {
33480
33480
  transform: none !important;
33481
33481
  font-size: 18px !important;
@@ -33527,7 +33527,8 @@ body {
33527
33527
  .alain-default__search .ant-input-group-addon i,
33528
33528
  .alain-default__search .ant-input-affix-wrapper i {
33529
33529
  color: #fff;
33530
- transition: color 300ms, transform 400ms;
33530
+ transition: color 300ms,
33531
+ transform 400ms;
33531
33532
  }
33532
33533
  .alain-default__search-focus .ant-input,
33533
33534
  .alain-default__search-focus .ant-input-group-addon,