mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 17:01:18 +08:00
17 lines
277 B
Plaintext
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';
|