mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
tweak tabs prev next button position style
This commit is contained in:
parent
1f9b4a7981
commit
112231469f
@ -48,7 +48,7 @@
|
||||
user-select: none;
|
||||
z-index: 2;
|
||||
margin-right: -2px;
|
||||
margin-top: 3px;
|
||||
margin-top: 2px;
|
||||
width: 32px;
|
||||
height: 100%;
|
||||
line-height: 32px;
|
||||
@ -65,13 +65,14 @@
|
||||
}
|
||||
|
||||
&-icon {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-variant: normal;
|
||||
line-height: inherit;
|
||||
vertical-align: baseline;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -50%;
|
||||
text-align: center;
|
||||
text-transform: none;
|
||||
font-family: sans-serif;
|
||||
|
Loading…
Reference in New Issue
Block a user