replace fontawesome play icon by a svg
This commit is contained in:
+11
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user