Rename spinning class to spinning-icon

This commit is contained in:
Adina Țeudan 2021-11-25 23:25:48 +02:00
parent 2e9579b3fa
commit f953aefa0e

View File

@ -22,11 +22,17 @@
}
}
.spinning {
.spinning-icon {
animation-name: spin;
animation-duration: 5000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
> mat-icon {
height: 10px;
width: 10px;
opacity: 0.5;
}
}
@keyframes spin {