Version 1
[yaffs-website] / node_modules / video.js / src / css / components / _live.scss
diff --git a/node_modules/video.js/src/css/components/_live.scss b/node_modules/video.js/src/css/components/_live.scss
new file mode 100644 (file)
index 0000000..15d87c0
--- /dev/null
@@ -0,0 +1,14 @@
+// We are assuming there is no progress bar and using the live display
+// to fill in the middle space. Live+DVR will need to adjust this.
+.video-js .vjs-live-control {
+  @include display-flex(flex-start);
+  @include flex(auto);
+  font-size: 1em;
+  line-height: 3em;
+}
+
+.vjs-no-flex .vjs-live-control {
+  display: table-cell;
+  width: auto;
+  text-align: left;
+}