diff --git a/client/coral-embed-stream/src/components/CommentTombstone.css b/client/coral-embed-stream/src/components/CommentTombstone.css new file mode 100644 index 000000000..6119a5cd8 --- /dev/null +++ b/client/coral-embed-stream/src/components/CommentTombstone.css @@ -0,0 +1,6 @@ +.commentTombstone { + background-color: #F0F0F0; + text-align: center; + padding: 1em; + color: #3E4F71; +} \ No newline at end of file diff --git a/client/coral-embed-stream/src/components/CommentTombstone.js b/client/coral-embed-stream/src/components/CommentTombstone.js index 9af684265..cc3362563 100644 --- a/client/coral-embed-stream/src/components/CommentTombstone.js +++ b/client/coral-embed-stream/src/components/CommentTombstone.js @@ -1,6 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import t from 'coral-framework/services/i18n'; +import styles from './CommentTombstone.css'; // Render in place of a Comment when the author of the comment is class CommentTombstone extends React.Component { @@ -19,14 +20,9 @@ class CommentTombstone extends React.Component { render() { return ( -
+

-

+

{this.getCopy()}