editor.js/plugins/video/video.css
2017-01-11 14:00:50 +03:00

12 lines
250 B
CSS

.ce-redactor .video {
width: 100%;
max-width: 650px;
margin: 10px auto;
}
.video__loader {
background-image: url("loading.gif") !important;
background-repeat: no-repeat;
background-position: center center;
opacity: 0.5;
}