Add UI for adding exercises to collection

This commit is contained in:
Maximilian Grundke
2018-07-13 15:42:26 +02:00
parent 7da7bd5f3a
commit 5ea30b5625
6 changed files with 48 additions and 8 deletions

View File

@@ -67,3 +67,7 @@ rect.value-bar {
padding: 14px;
text-align: center;
}
#exercise-list {
margin-bottom: 20px;
}