editor.js/plugins/video/embed.css

12 lines
250 B
CSS
Raw Normal View History

.ce-redactor .embed {
2017-01-11 12:00:50 +01:00
width: 100%;
max-width: 650px;
margin: 10px auto;
}
.embed__loader {
2017-01-11 12:00:50 +01:00
background-image: url("loading.gif") !important;
background-repeat: no-repeat;
background-position: center center;
opacity: 0.5;
}