mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-24 20:48:24 +00:00
11 lines
179 B
Plaintext
Executable File
11 lines
179 B
Plaintext
Executable File
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
|
|
@layout-prefix-cls: ~'@{ant-prefix}-layout';
|
|
|
|
.@{layout-prefix-cls} {
|
|
&-rtl {
|
|
direction: rtl;
|
|
}
|
|
}
|