Clean leftover onair CSS
This commit is contained in:
parent
fd5323ab50
commit
43f59851b1
@ -197,33 +197,6 @@
|
|||||||
.player-frame:focus-within .player-overlay {
|
.player-frame:focus-within .player-overlay {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.player-top {
|
|
||||||
position: absolute;
|
|
||||||
top: 14px;
|
|
||||||
left: 14px;
|
|
||||||
display: flex;
|
|
||||||
gap: 10px;
|
|
||||||
}
|
|
||||||
.onair {
|
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 6px;
|
|
||||||
background: var(--folx-magenta);
|
|
||||||
color: white;
|
|
||||||
padding: 5px 10px 5px 8px;
|
|
||||||
font-family: 'Archivo Black', sans-serif;
|
|
||||||
font-size: 11px;
|
|
||||||
letter-spacing: 0.18em;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
.onair::before {
|
|
||||||
content: '';
|
|
||||||
width: 6px;
|
|
||||||
height: 6px;
|
|
||||||
border-radius: 50%;
|
|
||||||
background: white;
|
|
||||||
animation: livePulse 1.6s infinite;
|
|
||||||
}
|
|
||||||
.player-controls {
|
.player-controls {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 14px;
|
bottom: 14px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user