5 lines
81 B
CSS
5 lines
81 B
CSS
|
|
.icon-spinner-indicator {
|
||
|
|
animation: -spin 1s linear infinite;
|
||
|
|
opacity: .5
|
||
|
|
}
|