UNPKG

react-comment-form

Version:

A component to render a comment form and Like widget for your website or blog

16 lines (15 loc) 365 B
div.comment { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 500; text-align: left; padding-top:10px; } .flex-container { display: flex; } .shadow { -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000; box-shadow: inset 10px 5px 5px #000000; }