Added styling for a custom player.
This commit is contained in:
parent
8d372645ce
commit
dbaa813815
@ -131,6 +131,27 @@ section { margin-top: 1rem; }
|
||||
|
||||
#stopit video { max-width: 90%; }
|
||||
|
||||
#radio {
|
||||
flex-direction: row;
|
||||
align-items: center; }
|
||||
|
||||
#play {
|
||||
background-color: var(--primary-color);
|
||||
mask-image: url(/assets/img/play.svg);
|
||||
height: 3rem;
|
||||
width: 3rem; }
|
||||
|
||||
#volume {
|
||||
accent-color: var(--primary-color);
|
||||
width: 5rem; }
|
||||
|
||||
#play:hover { text-decoration: none; }
|
||||
|
||||
#radio div.player {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
align-items: center; }
|
||||
|
||||
footer {
|
||||
font-size: .8rem;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user