mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 23:55:49 +01:00
12 lines
No EOL
252 B
CSS
12 lines
No EOL
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;
|
|
} |