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