Auto commit: 2026-02-16T22:20:38.922Z
This commit is contained in:
parent
d6f579f4fe
commit
adfe11a06a
@ -234,7 +234,6 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
|
||||
.now-playing i {
|
||||
font-size: 1.5rem;
|
||||
color: var(--primary-color);
|
||||
animation: pulse 2s infinite;
|
||||
}
|
||||
|
||||
.track-info {
|
||||
@ -329,7 +328,6 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
|
||||
background: linear-gradient(135deg, #ff4444, #cc0000) !important;
|
||||
box-shadow: 0 0 25px rgba(255, 68, 68, 0.6);
|
||||
transform: scale(1.1);
|
||||
animation: pulse-button 1.5s infinite;
|
||||
}
|
||||
|
||||
@keyframes pulse-button {
|
||||
@ -864,7 +862,7 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
|
||||
<div id="track-title" class="track-title">Cargando stream...</div>
|
||||
<div id="track-artist" class="track-artist" style="font-size: 0.95rem; font-weight: 600; opacity: 0.8; color: var(--primary-color); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px;">Lili Records Radio</div>
|
||||
<div class="track-status" style="margin-top: 5px; display: flex; align-items: center; gap: 5px; font-size: 0.75rem;">
|
||||
<span style="width: 8px; height: 8px; background: #ff4444; border-radius: 50%; display: inline-block; animation: pulse 1.5s infinite;"></span>
|
||||
<span style="width: 8px; height: 8px; background: #ff4444; border-radius: 50%; display: inline-block;"></span>
|
||||
EN VIVO
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user