Remove dead CSS

This commit is contained in:
0x1eef 2023-12-04 07:26:00 -03:00
parent 362addad12
commit 9f787c21bb

View file

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