forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
818 B
38 lines
818 B
@import "../index"; |
|
@import "../image"; |
|
@import "../lib/icon"; |
|
.bi-pane { |
|
min-height: 55px; |
|
& .loading-container { |
|
.background-color(@color-bi-background-normal, 0); |
|
} |
|
} |
|
|
|
.bi-loading-widget { |
|
font-size: 0; |
|
div { |
|
.background-color(@background-color-highlight, 90%); |
|
.border-radius(1.5px); |
|
.animation(loading-widget 0.8s infinite linear); |
|
} |
|
.rect2 { |
|
.animation-delay(-0.2s); |
|
} |
|
.rect3 { |
|
.animation-delay(-0.4s); |
|
} |
|
.keyframes (loading-widget, { |
|
0%, 100% { |
|
.transform (scaleY(0.3)); |
|
} |
|
50% { |
|
.transform (scaleY(1)); |
|
} |
|
}); |
|
&.hack { |
|
.image2xPath(@icon-wave-loading); |
|
div { |
|
.background-color(@background-color-highlight, 0%); |
|
} |
|
} |
|
} |