New project structure (#214)

This commit is contained in:
Peter Savchenko 2017-11-25 12:14:06 +03:00 committed by GitHub
commit ed28a85db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 0 additions and 800 deletions

View file

@ -0,0 +1,17 @@
.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;
}