mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 15:45:47 +01:00
20 lines
No EOL
385 B
CSS
20 lines
No EOL
385 B
CSS
.ce-redactor .twitter-tweet {
|
|
margin: 15px auto !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.ce-twitter__caption {
|
|
max-width: 520px;
|
|
margin-bottom: 15px;
|
|
background: #fff;
|
|
border: 1px solid #ebeef3;
|
|
border-radius: 3px;
|
|
padding: .6em .8em;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.ce-twitter__caption:empty::before {
|
|
content : 'Подпись';
|
|
opacity: .5;
|
|
} |