close #10786, spin icon css for adjust font size

This commit is contained in:
zombiej 2018-06-06 19:53:50 +08:00
parent ad52250256
commit 8444ad209d

View File

@ -117,6 +117,8 @@
&-dot {
position: relative;
display: inline-block;
font-size: @spin-dot-size;
.square(@spin-dot-size);
i {
@ -159,8 +161,11 @@
// Sizes
// ------------------------------
// small
&-sm &-dot {
font-size: @spin-dot-size-sm;
.square(@spin-dot-size-sm);
i {
width: 6px;
@ -170,6 +175,8 @@
// large
&-lg &-dot {
font-size: @spin-dot-size-lg;
.square(@spin-dot-size-lg);
i {
width: 14px;