mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-16 01:41:02 +08:00
15 lines
187 B
Plaintext
15 lines
187 B
Plaintext
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
|
|
.@{ant-prefix}-row {
|
|
&-rtl {
|
|
direction: rtl;
|
|
}
|
|
}
|
|
|
|
.@{ant-prefix}-col {
|
|
&&-rtl {
|
|
float: right;
|
|
}
|
|
}
|