add tiny loading icon
This commit is contained in:
parent
25724cad24
commit
7f37511ba6
1 changed files with 5 additions and 0 deletions
|
@ -1918,6 +1918,11 @@ ol.tabs li {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tiny.loading.icon {
|
||||||
|
width: 12px;
|
||||||
|
height: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes rotateplane {
|
@keyframes rotateplane {
|
||||||
0% {
|
0% {
|
||||||
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
|
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
|
||||||
|
|
Loading…
Reference in a new issue