aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/components/poster.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/sass/components/poster.scss')
-rw-r--r--src/sass/components/poster.scss26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/sass/components/poster.scss b/src/sass/components/poster.scss
index 9b239d4f..2e966a32 100644
--- a/src/sass/components/poster.scss
+++ b/src/sass/components/poster.scss
@@ -3,20 +3,20 @@
// --------------------------------------------------------------
.plyr__poster {
- background-color: #000;
- background-position: 50% 50%;
- background-repeat: no-repeat;
- background-size: contain;
- height: 100%;
- left: 0;
- opacity: 0;
- position: absolute;
- top: 0;
- transition: opacity 0.2s ease;
- width: 100%;
- z-index: 1;
+ background-color: #000;
+ background-position: 50% 50%;
+ background-repeat: no-repeat;
+ background-size: contain;
+ height: 100%;
+ left: 0;
+ opacity: 0;
+ position: absolute;
+ top: 0;
+ transition: opacity 0.2s ease;
+ width: 100%;
+ z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
- opacity: 1;
+ opacity: 1;
}