editor.js/plugins/embed/embed.css
2017-01-26 02:55:40 +03:00

12 lines
252 B
CSS

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