Client - [PR84/93] display altitude and elevation on workout card

This commit is contained in:
Sam
2021-11-03 19:59:13 +01:00
parent 0a21cec513
commit 121d803f73
3 changed files with 59 additions and 11 deletions

View File

@ -147,6 +147,12 @@ button {
color: var(--workout-trophy-color)
}
.mountains {
margin-bottom: -3px;
height: 16px;
filter: var(--workout-img-color);
}
.section-title {
font-weight: bold;
padding-top: $default-padding * 1.5;