mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 17:31:25 +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;
|
||
|
}
|
||
|
}
|