Remove dead CSS

This commit is contained in:
0x1eef 2023-12-04 07:26:00 -03:00
parent e65464b0d3
commit c25d3aedcb

View file

@ -5,20 +5,14 @@
.play.icon, .pause.icon { .play.icon, .pause.icon {
width: 32px; width: 32px;
height: 22px; height: 22px;
g {
transform: translate(2px, 0);
}
} }
.pause.icon g { .pause.icon {
rect { g rect {
width: 15px; width: 15px;
height: 40px; height: 40px;
fill: #FFF; fill: #FFF;
} }
rect:first-child {
transform: translate(-3px, 0);
}
} }
.refresh.icon { .refresh.icon {