Display: Improve mediaelementjs styles - refs BT#21628

pull/5595/head
Angel Fernando Quiroz Campos 5 months ago
parent 6829024756
commit 0b2f8a37f1
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 14
      assets/css/scss/libs/mediaelementjs/_styles.scss

@ -1,7 +1,7 @@
.mejs {
&__container {
@apply bg-transparent rounded-lg
focus:outline-none drop-shadow-lg;
@apply bg-transparent rounded-lg inline-block
focus:outline-none focus:drop-shadow-lg;
video {
@apply rounded-lg;
@ -12,21 +12,21 @@
@apply bg-support-3 rounded-lg;
&-loading {
&-bg-img {
@apply text-white;
svg {
@apply fill-current;
}
&-bg-img {
@apply block text-white;
}
}
&-play {
@apply cursor-pointer;
}
&-button {
@apply text-white;
@apply bg-transparent border-0 text-white;
svg {
@apply fill-current;

Loading…
Cancel
Save