Version 1
[yaffs-website] / node_modules / video.js / src / css / _private-variables.scss
diff --git a/node_modules/video.js/src/css/_private-variables.scss b/node_modules/video.js/src/css/_private-variables.scss
new file mode 100644 (file)
index 0000000..3fa2987
--- /dev/null
@@ -0,0 +1,17 @@
+// Text, icons, hover states
+$primary-foreground-color: #fff !default;
+
+// Control backgrounds (control bar, big play, menus)
+$primary-background-color: #2B333F !default;
+$primary-background-transparency: 0.7 !default;
+
+// Hover states, slider backgrounds
+$secondary-background-color: lighten($primary-background-color, 33%) !default;
+$secondary-background-transparency: 0.5 !default;
+
+$text-font-family: Arial, Helvetica, sans-serif !default;
+
+// Using the '--' naming for component-specific styles
+$big-play-button--width: 3em !default;
+$big-play-button--height: 1.5em !default;
+$big-play-button--transparency: 0.8 !default;