similiquedicta
Version:
A Plugin Architecture on top of Draft.JS
17 lines (15 loc) • 337 B
CSS
.draftLeft :global(.public-DraftStyleDefault-ltr) {
color: blue;
font-weight: bold;
text-align: left;
}
.draftRight :global(.public-DraftStyleDefault-ltr) {
color: green;
font-weight: bold;
text-align: right;
}
.draftCenter :global(.public-DraftStyleDefault-ltr) {
color: red;
font-weight: bold;
text-align: center;
}