Ban Button with graphql mutation.

This commit is contained in:
gaba
2017-03-01 12:57:12 -08:00
parent 6dfd3fc4ef
commit f5ef33d24e
16 changed files with 534 additions and 215 deletions
@@ -1,31 +0,0 @@
.modalButtons {
display: flex;
justify-content: flex-end;
margin-top: 50px;
}
.emailInput {
border-radius: 3px;
width: 100%;
padding: 10px;
font-size: 14px;
}
.writeContainer {
margin-top: 20px;
}
.emailContainer {
display: flex;
}
.emailMessage {
font-weight: 800;
}
.title {
font-size: 20px;
font-weight: 800;
margin-bottom: 20px;
}