editor.js/plugins/embed/embed.css
2017-01-28 17:11:03 +03:00

17 lines
338 B
CSS

.ce-redactor .embed {
max-width: 600px;
margin: 15px 0;
background: #fff;
}
.ce-redactor .embed iframe {
width: 100% !important;
border: 0 !important;
}
.embed__loader {
background-image: url("loading.gif") !important;
background-repeat: no-repeat;
background-position: center center;
opacity: 0.5;
}