mirror of
https://github.com/allan-cff/strava-free-year-in-sport.git
synced 2026-01-18 16:47:35 +01:00
fastest svg
This commit is contained in:
@@ -42,8 +42,9 @@
|
||||
padding-bottom:3vh;
|
||||
}
|
||||
|
||||
.description-activite img {
|
||||
.description-activite svg {
|
||||
width: 10vw;
|
||||
height:10vw;
|
||||
}
|
||||
|
||||
.vitesse {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<section class="fastest-sports">
|
||||
<div class="sport-1 sport">
|
||||
<div class="description-activite">
|
||||
<img>
|
||||
<svg fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="100%" height="100%"></svg>
|
||||
<div class="horaires">
|
||||
<p class="date">no data</p>
|
||||
<p class="heure">no data</p>
|
||||
@@ -37,7 +37,7 @@
|
||||
</div>
|
||||
<div class="sport-2 sport">
|
||||
<div class="description-activite">
|
||||
<img src="./images/run-white.svg" alt="Course à pied">
|
||||
<svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="100%" height="100%"></svg>
|
||||
<div class="horaires">
|
||||
<p class="date">no data</p>
|
||||
<p class="heure">no data</p>
|
||||
@@ -58,7 +58,7 @@
|
||||
<section class="longest-sport">
|
||||
<div class="sport-3 sport">
|
||||
<div class="description-activite">
|
||||
<img src="./images/run-black.svg" alt="Course à pied">
|
||||
<svg fill="#FFFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="100%" height="100%"></svg>
|
||||
<div class="horaires">
|
||||
<p class="date">no data</p>
|
||||
<p class="heure">no data</p>
|
||||
@@ -79,7 +79,7 @@
|
||||
</div>
|
||||
<section class="moyenne">
|
||||
<div class="sport-1-moyenne sport-moyenne">
|
||||
<img class="icone-moyenne" src="./images/bike-white.svg" alt="Vélo">
|
||||
<svg fill="#FFFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="100%" height="100%"></svg>
|
||||
<div class="stats-moyenne">
|
||||
<p class="nombre-moyenne">0</p>
|
||||
<p class="kmh">KM</p>
|
||||
@@ -91,7 +91,7 @@
|
||||
<p class="nombre-moyenne">0</p>
|
||||
<p class="kmh">KM</p>
|
||||
</div>
|
||||
<img class="icone-moyenne" src="./images/run-white.svg" alt="Course à pied">
|
||||
<svg fill="#FFFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="100%" height="100%"></svg>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user