You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
336 B

10 years ago
  1. /*******************************
  2. Video
  3. *******************************/
  4. @background: #DDDDDD;
  5. @placeholderBackground: #333333;
  6. @playSize: 8rem;
  7. @playColor: #FFFFFF;
  8. @playOpacity: 0.8;
  9. @playHoverOpacity: 1;
  10. @playShadow: none;
  11. @playBorderSize: 0rem;
  12. @playBackground: rgba(0, 0, 0, 0.3);
  13. @playBorderRadius: @circularRadius;