This repository has been archived on 2024-01-26. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
calcifer/web/semantic/src/themes/default/modules/video.variables
Tim Schumacher 2027b94179 Update Semantic
Fixes #40,#24
2015-03-29 19:33:23 +02:00

16 lines
No EOL
336 B
Text

/*******************************
Video
*******************************/
@background: #DDDDDD;
@placeholderBackground: #333333;
@playSize: 8rem;
@playColor: #FFFFFF;
@playOpacity: 0.8;
@playHoverOpacity: 1;
@playShadow: none;
@playBorderSize: 0rem;
@playBackground: rgba(0, 0, 0, 0.3);
@playBorderRadius: @circularRadius;