mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-31 20:36:35 +08:00
style: fix rtl.less missing variable (#26201)
This commit is contained in:
parent
5cc9742eec
commit
c6763b35e4
@ -10,6 +10,7 @@
|
|||||||
.@{ant-prefix}-col {
|
.@{ant-prefix}-col {
|
||||||
&&-rtl {
|
&&-rtl {
|
||||||
float: right;
|
float: right;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
& > li:first-child {
|
& > li:first-child {
|
||||||
.@{list-prefix-cls}-rtl & {
|
.@{list-prefix-cls}-rtl & {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
padding-left: 8px;
|
padding-left: @padding-xs;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -70,7 +70,7 @@
|
|||||||
&:first-child {
|
&:first-child {
|
||||||
.@{list-prefix-cls}-rtl & {
|
.@{list-prefix-cls}-rtl & {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
padding-left: 16px;
|
padding-left: @padding-md;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user