mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-12 23:35:38 +08:00
40 lines
659 B
Plaintext
40 lines
659 B
Plaintext
// @import '../../style/themes/index';
|
|
// @import '../../style/mixins/index';
|
|
|
|
// @space-prefix-cls: ~'@{ant-prefix}-space';
|
|
// @space-item-prefix-cls: ~'@{ant-prefix}-space-item';
|
|
|
|
// .@{space-prefix-cls} {
|
|
// display: inline-flex;
|
|
|
|
// &-vertical {
|
|
// flex-direction: column;
|
|
// }
|
|
|
|
// &-align {
|
|
// &-center {
|
|
// align-items: center;
|
|
// }
|
|
|
|
// &-start {
|
|
// align-items: flex-start;
|
|
// }
|
|
|
|
// &-end {
|
|
// align-items: flex-end;
|
|
// }
|
|
|
|
// &-baseline {
|
|
// align-items: baseline;
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
// .@{space-item-prefix-cls} {
|
|
// &:empty {
|
|
// display: none;
|
|
// }
|
|
// }
|
|
|
|
// @import './rtl';
|