mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
fix: rotate the spinner when unselected
This commit is contained in:
parent
aaccbee3d7
commit
cf7600e6c7
1 changed files with 8 additions and 8 deletions
|
|
@ -67,6 +67,14 @@
|
|||
);
|
||||
content: '';
|
||||
}
|
||||
|
||||
& .spinner {
|
||||
animation-duration: 1s;
|
||||
animation-iteration-count: infinite;
|
||||
animation-name: spinner;
|
||||
animation-timing-function: linear;
|
||||
line-height: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.selected {
|
||||
|
|
@ -77,14 +85,6 @@
|
|||
|
||||
& .icon {
|
||||
color: #34d399;
|
||||
|
||||
& .spinner {
|
||||
animation-duration: 1s;
|
||||
animation-iteration-count: infinite;
|
||||
animation-name: spinner;
|
||||
animation-timing-function: linear;
|
||||
line-height: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue