site/content/assets/css/_media-player.css

37 lines
666 B
CSS
Executable file

/*****************************
* MEDIA PLAYER
*****************************/
media-player {
margin: 5px 0;
* {
filter: none;
}
}
.light .vds-time,
.vds-button {
--default-color: #818589 !important;
color: #818589 !important;
}
.light .vds-audio-layout .vds-play-button,
.vds-audio-layout.light .vds-play-button {
--default-bg: transparent !important;
}
.media-audio-layout {
background-color: transparent !important;
}
.vds-audio-layout.light {
--default-bg: transparent !important;
}
.vds-title {
font-family: var(--secondary-font);
font-size: 0.8em;
font-weight: bold;
color: #818589;
}