editor.js/example/plugins/twitter/twitter.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

20 lines
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;
}