Skip to content

Commit

Permalink
Display: Improve mediaelementjs styles - refs BT#21628
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Jun 19, 2024
1 parent 6829024 commit 0b2f8a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions assets/css/scss/libs/mediaelementjs/_styles.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -12,21 +12,21 @@
@apply bg-support-3 rounded-lg;

&-loading {
svg {
@apply fill-current;
}

&-bg-img {
@apply text-white;

svg {
@apply fill-current;
}
@apply block text-white;
}
}

&-play {
@apply cursor-pointer;
}

&-button {
@apply text-white;
@apply bg-transparent border-0 text-white;

svg {
@apply fill-current;
Expand Down

0 comments on commit 0b2f8a3

Please sign in to comment.