mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
15 lines
259 B
Plaintext
15 lines
259 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;
|
||
|
}
|
||
|
}
|