CoverView/src/components/RandomTheme.css
2022-04-16 15:08:46 +05:30

14 lines
161 B
CSS

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