ant-design/components/space/style/index.less
xrkffgg a91506cb6b
fix: add rtl space (#22809)
* fix: add Space rtl

* fix: restore test

* fix: restore test

* add

* fix: fix lint

* fix: use original api

* fix: add rtl less
2020-04-01 17:38:03 +08:00

17 lines
277 B
Plaintext

@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';