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