UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

15 lines (12 loc) 259 B
@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; } }