mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
parent
1b7a642b57
commit
3031a7e6b2
@ -1,9 +1,10 @@
|
|||||||
html.rtl {
|
html {
|
||||||
direction: rtl;
|
&.rtl {
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
overflow-x: hidden;
|
|
||||||
color: @site-text-color;
|
color: @site-text-color;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
font-family: @font-family;
|
font-family: @font-family;
|
||||||
@ -18,6 +19,7 @@ a {
|
|||||||
.main-wrapper {
|
.main-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 40px 0 0;
|
padding: 40px 0 0;
|
||||||
|
overflow-x: hidden;
|
||||||
background: @component-background;
|
background: @component-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user