Update Semantic
Fixes #40,#24
This commit is contained in:
parent
1715f27f44
commit
2027b94179
621 changed files with 172488 additions and 15939 deletions
16
web/semantic/src/themes/default/modules/video.variables
Normal file
16
web/semantic/src/themes/default/modules/video.variables
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*******************************
|
||||
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;
|
Reference in a new issue