]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/loaders/small-loader.component.html
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / loaders / small-loader.component.html
CommitLineData
b5f919ac 1<div class="root" *ngIf="loading">
b28e4e5e
C
2 <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div>
3</div>