@project-sunbird/content-player
Version:
Which renders the contents in both web and devices
8 lines (7 loc) • 536 B
CSS
/**
* videojs-vjsdownload
* @version 1.0.3
* @copyright 2018 7Ds7
* @license Apache-2.0
*/
.video-js.vjs-vjsdownload .vjs-button.vjs-vjsdownload{cursor:pointer;display:block;font-family:VideoJs}.video-js.vjs-vjsdownload .vjs-button.vjs-vjsdownload:before{display:block;position:relative;top:4px;content:'\f101';transform:rotate(90deg);font-size:1.5em}.video-js.vjs-vjsdownload .vjs-button.vjs-vjsdownload:after{display:block;content:' ';width:4px;height:5px;background-color:white;position:relative;top:-11px;left:calc(50% - 2px)}