Add play button

This commit is contained in:
Maximilian Grundke
2015-12-16 15:51:47 +01:00
parent 71e3d81d5f
commit 6609a5d1ec
2 changed files with 27 additions and 8 deletions

View File

@@ -10,3 +10,19 @@
.clickable {
cursor: pointer;
}
.flex-container {
display: flex;
}
.flex-item {
flex-grow: 1;
}
#play-button {
height: 40px;
width: 40px;
margin-right: 15px;
margin-top: auto;
margin-bottom: auto;
}