CoverView/src/components/RandomTheme.css
2024-10-06 16:41:17 +05:30

14 lines
161 B
CSS

.shuffle-btn:active{
transform: rotate(720deg);
transition: all 0.6s ease-out;
}
.bi-shuffle{
height: 20px;
width: 20px;
opacity: 0.6;
}