similiquedicta
Version:
A Plugin Architecture on top of Draft.JS
22 lines (20 loc) • 381 B
CSS
.counter {
color: white;
background-color: #353535;
display: inline-block;
min-width: 50px;
border-radius: 10px;
padding: 2px;
text-align: center;
margin-bottom: 5px;
}
.counterOverLimit {
color: tomato;
background-color: #353535;
display: inline-block;
min-width: 50px;
border-radius: 10px;
padding: 2px;
text-align: center;
margin-bottom: 5px;
}