put some space between buttons on the banuserdialog

This commit is contained in:
Riley Davis
2016-12-09 10:08:55 -10:00
parent 01dc4e4144
commit 44ae886af7
2 changed files with 5 additions and 1 deletions
@@ -141,3 +141,7 @@ input.error{
background-color: 1px solid coral;
padding: 10px;
}
.cancel {
margin: 10px 0;
}
@@ -30,7 +30,7 @@ const BanUserDialog = ({open, handleClose, onClickBanUser, user = {}}) => {
</i>
</div>
<div className={styles.buttons}>
<Button cStyle="cancel" onClick={() => handleClose()} full>
<Button cStyle="cancel" className={styles.cancel} onClick={() => handleClose()} full>
{lang.t('bandialog.cancel')}
</Button>
<Button cStyle="black" onClick={() => onClickBanUser(userId, commentId)} full>