editor.js/plugins/video/embed.css
2017-01-23 22:05:45 +03:00

12 lines
250 B
CSS

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