mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 09:21:22 +08:00
18 lines
291 B
Plaintext
18 lines
291 B
Plaintext
|
@import '../../style/themes/index';
|
||
|
@import '../../style/mixins/index';
|
||
|
|
||
|
@space-compact-prefix-cls: ~'@{ant-prefix}-space-compact';
|
||
|
|
||
|
.@{space-compact-prefix-cls} {
|
||
|
display: inline-flex;
|
||
|
|
||
|
&-block {
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
&-vertical {
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
}
|