editor.js/plugins/embed/embed.css

18 lines
339 B
CSS
Raw Normal View History

.ce-redactor .embed {
2017-01-26 00:55:40 +01:00
max-width: 600px;
margin: 15px 0;
background: #fff;
2017-01-11 12:00:50 +01:00
}
.ce-redactor .embed iframe {
width: 100% !important;
border: 0 !important;
}
.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;
}