This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
tlaternet-templates/src/music/music.scss

31 lines
536 B
SCSS
Raw Normal View History

2018-04-20 00:59:13 +01:00
@import "../lib/scss/main";
2018-06-11 02:37:36 +01:00
@import "~@fortawesome/fontawesome-free-webfonts/scss/fontawesome.scss";
@import "~@fortawesome/fontawesome-free-webfonts/scss/fa-solid.scss";
2018-04-20 00:59:13 +01:00
@import "~bootstrap/scss/bootstrap";
#playerUI {
width: 100%;
height: 100%;
}
2018-06-11 02:37:36 +01:00
#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;
}