mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
docs: fix incorrect styles (#42992)
* docs: fix incorrect styles * chore: update
This commit is contained in:
parent
c7a80f88de
commit
43d2a7fa19
@ -47,7 +47,7 @@ export default () => (
|
||||
top: -1.6em;
|
||||
left: 5.5em;
|
||||
display: block;
|
||||
width: ~'calc(100% - 6em)';
|
||||
width: calc(100% - 6em);
|
||||
height: 1.2em;
|
||||
background-color: white;
|
||||
border-radius: 2px;
|
||||
|
@ -53,7 +53,7 @@ export default () => {
|
||||
font-family: ${token.fontFamily};
|
||||
line-height: ${token.lineHeight};
|
||||
background: ${token.colorBgContainer};
|
||||
transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
transition: background-color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
}
|
||||
`}
|
||||
/>
|
||||
|
@ -87,7 +87,7 @@ export default () => {
|
||||
}
|
||||
|
||||
.prev-next-nav {
|
||||
width: ~'calc(100% - 32px)';
|
||||
width: calc(100% - 32px);
|
||||
margin-left: 16px;
|
||||
|
||||
.ant-row-rtl & {
|
||||
|
Loading…
Reference in New Issue
Block a user