2020-06-24 19:53:25 -07:00
|
|
|
.audio-player {
|
2023-02-06 09:18:49 -08:00
|
|
|
@apply relative box-border overflow-hidden rounded-[10px] bg-black pb-11;
|
2021-05-17 17:39:08 -07:00
|
|
|
direction: ltr;
|
2020-06-24 19:53:25 -07:00
|
|
|
|
2021-05-17 17:39:08 -07:00
|
|
|
&.editable {
|
2023-02-06 09:18:49 -08:00
|
|
|
@apply rounded-none h-full;
|
2020-06-24 19:53:25 -07:00
|
|
|
}
|
|
|
|
|
2021-05-17 17:39:08 -07:00
|
|
|
.video-player__volume::before,
|
|
|
|
.video-player__seek::before {
|
2023-02-06 09:18:49 -08:00
|
|
|
@apply bg-current opacity-[15];
|
2020-06-24 19:53:25 -07:00
|
|
|
}
|
|
|
|
|
2021-05-17 17:39:08 -07:00
|
|
|
.video-player__seek__buffer {
|
2023-02-06 09:18:49 -08:00
|
|
|
@apply bg-current opacity-20;
|
2020-06-24 19:53:25 -07:00
|
|
|
}
|
|
|
|
|
2021-05-17 17:39:08 -07:00
|
|
|
.video-player__buttons button {
|
2023-02-06 09:18:49 -08:00
|
|
|
@apply text-current opacity-[75];
|
2020-06-24 19:53:25 -07:00
|
|
|
|
|
|
|
&:active,
|
2021-05-17 17:39:08 -07:00
|
|
|
&:hover,
|
2020-06-24 19:53:25 -07:00
|
|
|
&:focus {
|
2023-02-06 09:18:49 -08:00
|
|
|
@apply text-current opacity-100;
|
2020-06-24 19:53:25 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-05-17 17:39:08 -07:00
|
|
|
.video-player__time-sep,
|
|
|
|
.video-player__time-total,
|
|
|
|
.video-player__time-current {
|
2023-02-06 09:18:49 -08:00
|
|
|
@apply text-current;
|
2020-06-24 19:53:25 -07:00
|
|
|
}
|
|
|
|
|
2021-05-17 17:39:08 -07:00
|
|
|
.video-player__seek::before,
|
|
|
|
.video-player__seek__buffer,
|
|
|
|
.video-player__seek__progress {
|
2023-02-06 09:18:49 -08:00
|
|
|
@apply top-0;
|
2020-06-24 19:53:25 -07:00
|
|
|
}
|
|
|
|
|
2021-05-17 17:39:08 -07:00
|
|
|
.video-player__seek__handle {
|
2023-02-06 09:18:49 -08:00
|
|
|
@apply -top-1;
|
2020-06-24 19:53:25 -07:00
|
|
|
}
|
|
|
|
|
2021-05-17 17:39:08 -07:00
|
|
|
.video-player__controls {
|
2023-02-06 09:18:49 -08:00
|
|
|
@apply pt-2.5 bg-transparent;
|
2020-06-24 19:53:25 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-spoiler-audio {
|
2023-02-06 09:18:49 -08:00
|
|
|
@apply relative mt-2 block cursor-pointer border-0 bg-cover bg-center bg-no-repeat;
|
2020-06-24 19:53:25 -07:00
|
|
|
}
|