mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
update pagination
This commit is contained in:
parent
261f48bec4
commit
e865099305
@ -8,12 +8,13 @@
|
||||
// support rotate for all browsers
|
||||
.cross-rotate(@degrees) {
|
||||
.rotate(@degrees);
|
||||
@cos: cos(@degrees);
|
||||
@sin: sin(@degrees);
|
||||
@nl: `"\n"`; // Newline
|
||||
/* IE8- */
|
||||
filter: ~"progid:DXImageTransform.Microsoft.Matrix(@{nl} M11=@{cos},@{nl} M12=-@{sin},@{nl} M21=@{sin},@{nl} M22=@{cos},@{nl} sizingMethod='auto expand'@{nl} )";
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(@{nl} M11=@{cos},@{nl} M12=-@{sin},@{nl} M21=@{sin},@{nl} M22=@{cos},@{nl} sizingMethod='auto expand'@{nl} )";
|
||||
/* IE6-IE8 */
|
||||
@radians: ~`parseInt("@{degrees}") * Math.PI * 2 / 360`;
|
||||
@costheta: ~`Math.cos("@{radians}")`;
|
||||
@sintheta: ~`Math.sin("@{radians}")`;
|
||||
@negsintheta: ~`"@{sintheta}" * -1`;
|
||||
filter: ~"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=@{costheta}, M12=@{negsintheta}, M21=@{sintheta}, M22=@{costheta})";
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
// for iconfont font size
|
||||
|
Loading…
Reference in New Issue
Block a user