Adding style to suspension modal.

This commit is contained in:
David Jay
2017-01-05 20:51:40 -05:00
parent a468fe4c28
commit e510f99754
4 changed files with 51 additions and 13 deletions
@@ -0,0 +1,31 @@
.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;
}