mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
commit
400f23939d
@ -52,8 +52,8 @@
|
||||
background-color: #fff;
|
||||
|
||||
& > &-box {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -143,9 +143,10 @@
|
||||
cursor: pointer;
|
||||
&-inner {
|
||||
top: 1px;
|
||||
&:before {
|
||||
content: "\e600";
|
||||
.ie-rotate(2);
|
||||
&:before {
|
||||
text-align: center;
|
||||
content: "\e600";
|
||||
transform: rotate(180deg);
|
||||
-webkit-transform-origin: 47.5% 51%; /* fix chrome position */
|
||||
}
|
||||
@ -156,6 +157,7 @@
|
||||
cursor: pointer;
|
||||
&-inner {
|
||||
&:before {
|
||||
text-align: center;
|
||||
content: "\e600";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user