Client - update workout card on timeline and workout detail
This commit is contained in:
@ -100,4 +100,17 @@ button {
|
||||
padding-top: $default-padding * 1.5;
|
||||
padding-left: $default-padding;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.no-map {
|
||||
background-color: var(--workout-no-map-bg-color);
|
||||
background-image: url('/img/workouts/map.svg');
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
color: var(--workout-no-map-color);
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
vertical-align: center;
|
||||
}
|
Reference in New Issue
Block a user