@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/dark.css
CHANGED
|
@@ -30253,7 +30253,7 @@ a:focus {
|
|
|
30253
30253
|
max-width: 900px;
|
|
30254
30254
|
}
|
|
30255
30255
|
}
|
|
30256
|
-
@media (min-width:
|
|
30256
|
+
@media (min-width: 1200px) {
|
|
30257
30257
|
.modal-xl .ant-modal {
|
|
30258
30258
|
width: auto !important;
|
|
30259
30259
|
max-width: 1200px;
|
|
@@ -34038,7 +34038,7 @@ body {
|
|
|
34038
34038
|
color: #fff;
|
|
34039
34039
|
background-color: rgba(255, 255, 255, 0.2);
|
|
34040
34040
|
}
|
|
34041
|
-
.alain-default__nav-item >
|
|
34041
|
+
.alain-default__nav-item > .anticon,
|
|
34042
34042
|
.alain-default__nav-item-icon {
|
|
34043
34043
|
transform: none !important;
|
|
34044
34044
|
font-size: 18px !important;
|
|
@@ -34090,7 +34090,8 @@ body {
|
|
|
34090
34090
|
.alain-default__search .ant-input-group-addon i,
|
|
34091
34091
|
.alain-default__search .ant-input-affix-wrapper i {
|
|
34092
34092
|
color: #fff;
|
|
34093
|
-
transition: color 300ms,
|
|
34093
|
+
transition: color 300ms,
|
|
34094
|
+
transform 400ms;
|
|
34094
34095
|
}
|
|
34095
34096
|
.alain-default__search-focus .ant-input,
|
|
34096
34097
|
.alain-default__search-focus .ant-input-group-addon,
|