Files
edx-platform/cms/static/sass/elements/_xmodules.scss
2013-08-12 14:31:48 +03:00

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
}
}
}