Latest updates from IceHrmPro
This commit is contained in:
2
web/node_modules/antd/es/space/style/css.js
generated
vendored
Normal file
2
web/node_modules/antd/es/space/style/css.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import '../../style/index.css';
|
||||
import './index.css';
|
||||
23
web/node_modules/antd/es/space/style/index.css
generated
vendored
Normal file
23
web/node_modules/antd/es/space/style/index.css
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-space {
|
||||
display: -webkit-inline-box;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
}
|
||||
.ant-space-horizontal {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.ant-space-vertical {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
.ant-space-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
2
web/node_modules/antd/es/space/style/index.d.ts
generated
vendored
Normal file
2
web/node_modules/antd/es/space/style/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import '../../style/index.less';
|
||||
import './index.less';
|
||||
2
web/node_modules/antd/es/space/style/index.js
generated
vendored
Normal file
2
web/node_modules/antd/es/space/style/index.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import '../../style/index.less';
|
||||
import './index.less';
|
||||
16
web/node_modules/antd/es/space/style/index.less
generated
vendored
Normal file
16
web/node_modules/antd/es/space/style/index.less
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
@import '../../style/themes/index';
|
||||
@import '../../style/mixins/index';
|
||||
|
||||
@space-prefix-cls: ~'@{ant-prefix}-space';
|
||||
|
||||
.@{space-prefix-cls} {
|
||||
display: inline-flex;
|
||||
&-horizontal {
|
||||
align-items: center;
|
||||
}
|
||||
&-vertical {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
@import './rtl';
|
||||
10
web/node_modules/antd/es/space/style/rtl.less
generated
vendored
Normal file
10
web/node_modules/antd/es/space/style/rtl.less
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
@import '../../style/themes/index';
|
||||
@import '../../style/mixins/index';
|
||||
|
||||
@space-prefix-cls: ~'@{ant-prefix}-space';
|
||||
|
||||
.@{space-prefix-cls} {
|
||||
&-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user