editor.js/src/styles/stub.css
George Berezhnoy 866c38af2a
Stub Tool (#545)
* Add stub tool

* Rendered -> displayed

* Bump version

* font sizes updated

* add opacity for selected block with stub tool

* Update comment
2018-12-05 17:02:09 +03:00

27 lines
395 B
CSS

.ce-stub {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 3.5em 0;
margin: 17px 0;
border-radius: 3px;
background: #fcf7f7;
color: #b46262;
&__info {
margin-left: 20px;
}
&__title {
margin-bottom: 3px;
font-weight: 600;
font-size: 18px;
text-transform: capitalize;
}
&__subtitle {
font-size: 16px;
}
}