editor.js/example/plugins/embed/embed.css
Murod Khaydarov 48ac2271f9 CodeX Editor 2.0
Co-authored-by: Murod Khaydarov <murod.haydarov@gmail.com>
Co-authored-by: Petr Savchenko <specc.dev@gmail.com>
Co-authored-by: George Berezhnoy <gohabereg@gmail.com>
Co-authored-by: Taly Guryn <vitalik7tv@yandex.ru>
2018-07-23 10:38:46 +03:00

18 lines
339 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;
}