Add music player
This commit is contained in:
parent
325175525b
commit
ad92c1866c
12 changed files with 989 additions and 38 deletions
|
@ -1,7 +1,30 @@
|
|||
@import "../lib/scss/main";
|
||||
@import "~@fortawesome/fontawesome-free-webfonts/scss/fontawesome.scss";
|
||||
@import "~@fortawesome/fontawesome-free-webfonts/scss/fa-solid.scss";
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
|
||||
#playerUI {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#playerContent {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#playerControls {
|
||||
background-color: $dark;
|
||||
max-width: 100%;
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
.playerControlsContent {
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
#playerButton {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
|
Reference in a new issue