Refactored repo file structure.

This commit is contained in:
2022-04-17 21:54:43 -05:00
parent 8856980532
commit 0d77276572
33 changed files with 157 additions and 22 deletions

View File

@@ -1,29 +0,0 @@
.player.play-btn {
box-sizing: border-box;
height: 60px;
transition: 80ms all ease;
will-change: border-width;
cursor: pointer;
border-color: transparent transparent transparent black;
border-style: solid;
border-width: 30px 0px 30px 50px;
}
.player.play-btn.paused {
border-style: double;
border-width: 0px 0px 0px 60px;
}
.player.next {
border-style: none;
}
.player.previous {
border-style: none;
}
table.player {
border-collapse: collapse;
}