16 lines
320 B
SCSS
16 lines
320 B
SCSS
// studio - elements - xmodules
|
|
// ====================
|
|
|
|
// Video Alpha
|
|
.xmodule_VideoModule {
|
|
|
|
// display mode
|
|
&.xmodule_display {
|
|
|
|
// full screen
|
|
.video-controls .add-fullscreen {
|
|
display: none !important; // nasty, but needed to override the bad specificity of the xmodule css selectors
|
|
}
|
|
}
|
|
}
|