replace fontawesome play icon by a svg

This commit is contained in:
2025-04-13 10:32:56 +04:00
parent 1c0602c6b0
commit 392a0d9d2f
2 changed files with 17 additions and 3 deletions
+11 -3
View File
@@ -673,10 +673,18 @@ img {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 50px;
width: 50px;
height: 50px;
opacity: 1;
transition: opacity 0.3s;
background-image: url('../img/play-icon.svg');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
/* Cacher l'icône Font Awesome originale */
.video-play-icon i {
display: none;
}
.video-info {