mirror of
https://github.com/codex-team/editor.js
synced 2026-03-18 08:29:52 +01:00
New project structure (#214)
This commit is contained in:
parent
7263a16055
commit
ed28a85db6
48 changed files with 0 additions and 800 deletions
17
example/plugins/embed/embed.css
Normal file
17
example/plugins/embed/embed.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue