Rename spinning class to spinning-icon
This commit is contained in:
parent
2e9579b3fa
commit
f953aefa0e
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user