@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/compact.css +4 -3
- package/compact.min.css +1 -1
- package/dark.css +4 -3
- package/dark.min.css +1 -1
- package/default.css +4 -3
- package/default.min.css +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/fesm2022/theme.mjs +1 -1
- package/fesm2022/theme.mjs.map +1 -1
- package/layout-default/style/_header.less +5 -3
- package/package.json +5 -5
- package/system/antd/_modal.less +1 -1
- package/variable.css +4 -3
- package/variable.min.css +1 -1
package/default.css
CHANGED
|
@@ -29690,7 +29690,7 @@ a:focus {
|
|
|
29690
29690
|
max-width: 900px;
|
|
29691
29691
|
}
|
|
29692
29692
|
}
|
|
29693
|
-
@media (min-width:
|
|
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 >
|
|
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,
|
|
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,
|