@zat-design/sisyphus-react 3.2.2-beta.11 → 3.2.2-beta.12
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/es/ProForm/components/combination/Container/style/index.less +3 -0
- package/es/ProForm/components/combination/FormList/style/index.less +3 -0
- package/es/ProForm/components/combination/Group/style/index.less +3 -0
- package/es/ProForm/components/combination/ProAddressBar/style/index.less +3 -0
- package/es/ProForm/components/combination/ProCombination/style/index.less +3 -0
- package/es/ProForm/components/combination/ProModalSelect/style/index.less +3 -0
- package/es/ProForm/components/combination/ProNumberRange/style/index.less +3 -0
- package/es/ProForm/components/combination/ProTimeLimit/style/index.less +3 -0
- package/es/ProLayout/components/Layout/Menu/FoldMenu/style/index.less +3 -0
- package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +3 -0
- package/es/ProLayout/components/Layout/Menu/SideMenu/style/index.less +3 -0
- package/es/ProLayout/components/Layout/Menu/style/index.less +2 -0
- package/es/ProLayout/components/Layout/Notice/style/index.less +3 -0
- package/es/ProLayout/components/ProCollapse/style/index.less +3 -0
- package/es/ProLayout/components/ProFooter/style/index.less +3 -0
- package/es/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +3 -0
- package/es/ProLayout/components/ProHeader/style/index.less +2 -0
- package/lib/ProForm/components/combination/Container/style/index.less +3 -0
- package/lib/ProForm/components/combination/FormList/style/index.less +3 -0
- package/lib/ProForm/components/combination/Group/style/index.less +3 -0
- package/lib/ProForm/components/combination/ProAddressBar/style/index.less +3 -0
- package/lib/ProForm/components/combination/ProCombination/style/index.less +3 -0
- package/lib/ProForm/components/combination/ProModalSelect/style/index.less +3 -0
- package/lib/ProForm/components/combination/ProNumberRange/style/index.less +3 -0
- package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +3 -0
- package/lib/ProLayout/components/Layout/Menu/FoldMenu/style/index.less +3 -0
- package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +3 -0
- package/lib/ProLayout/components/Layout/Menu/SideMenu/style/index.less +3 -0
- package/lib/ProLayout/components/Layout/Menu/style/index.less +2 -0
- package/lib/ProLayout/components/Layout/Notice/style/index.less +3 -0
- package/lib/ProLayout/components/ProCollapse/style/index.less +3 -0
- package/lib/ProLayout/components/ProFooter/style/index.less +3 -0
- package/lib/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +3 -0
- package/lib/ProLayout/components/ProHeader/style/index.less +2 -0
- package/package.json +1 -1
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@root-entry-name: 'default';
|
|
2
|
+
@import (reference) '~antd/es/style/themes/index.less';
|
|
3
|
+
|
|
1
4
|
.@{ant-prefix}-form-item-has-error {
|
|
2
5
|
.@{ant-prefix}-picker-status-error
|
|
3
6
|
~ .forever-checkbox:not(.@{ant-prefix}-input-disabled):not(.@{ant-prefix}-input-borderless).@{ant-prefix}-input {
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@root-entry-name: 'default';
|
|
2
|
+
@import (reference) '~antd/es/style/themes/index.less';
|
|
3
|
+
|
|
1
4
|
.@{ant-prefix}-form-item-has-error {
|
|
2
5
|
.@{ant-prefix}-picker-status-error
|
|
3
6
|
~ .forever-checkbox:not(.@{ant-prefix}-input-disabled):not(.@{ant-prefix}-input-borderless).@{ant-prefix}-input {
|