Style meta box for source overlay

This commit is contained in:
Franc Camps-Febrer
2019-01-15 11:23:39 -05:00
parent cd2fef3d4c
commit 7a103b50a0
4 changed files with 93 additions and 56 deletions

View File

@@ -4,10 +4,10 @@ const NoSource = ({ failedUrls }) => {
return (
<div className="no-source-container">
<div className="no-source-row">
<i className="material-icons no-source-icon">
error
</i>
<div>No media found, as the original media has not yet been uploaded to the platform.</div>
<p>
<i className="material-icons no-source-icon">error</i>
</p>
<p>No media found, as the original media has not yet been uploaded to the platform.</p>
</div>
</div>
)