Client - init workouts timeline

This commit is contained in:
Sam
2021-09-20 12:18:40 +02:00
parent f3f1142479
commit 45abd58b79
16 changed files with 331 additions and 29 deletions

View File

@ -23,6 +23,10 @@ a {
text-decoration: none;
}
img {
max-width: 100%;
}
input {
border-radius: $border-radius;
border: solid 1px var(--input-border-color);