This commit is contained in:
Belen Curcio
2017-12-18 13:39:02 -03:00
parent 8f1f875d76
commit 6ad218782e
2 changed files with 7 additions and 8 deletions
@@ -22,7 +22,6 @@
right: 20px;
}
.cancel {
margin-right: 5px;
}
@@ -36,3 +35,7 @@
margin-bottom: 6px;
text-align: right;
}
.content {
margin-bottom: 20px;
}
@@ -13,13 +13,9 @@ const FeaturedDialog = ({showFeaturedDialog, closeFeaturedDialog, postTag}) => (
open={showFeaturedDialog}
onCancel={closeFeaturedDialog} >
<span className={styles.close} onClick={closeFeaturedDialog}>×</span>
<div className={styles.header}>
<h2>
{t('talk-plugin-featured-comments.feature_comment')}
</h2>
</div>
<div className={styles.separator}>
<h3>{t('talk-plugin-featured-comments.are_you_sure')}</h3>
<h2 className={styles.header}>{t('talk-plugin-featured-comments.feature_comment')}</h2>
<div className={styles.content}>
{t('talk-plugin-featured-comments.are_you_sure')}
</div>
<div className={styles.buttons}>
<Button