editor.js/plugins/twitter/twitter.css

20 lines
385 B
CSS
Raw Normal View History

.ce-redactor .twitter-tweet {
margin: 15px auto !important;
width: 100% !important;
2017-01-29 20:19:35 +01:00
}
.ce-twitter__caption {
max-width: 520px;
margin-bottom: 15px;
background: #fff;
2017-01-29 20:19:35 +01:00
border: 1px solid #ebeef3;
border-radius: 3px;
2017-01-29 20:19:35 +01:00
padding: .6em .8em;
box-sizing: border-box;
2017-01-29 20:19:35 +01:00
}
.ce-twitter__caption:empty::before {
content : 'Подпись';
opacity: .5;
}