Add thank you note frontend

This commit is contained in:
Maximilian Grundke
2017-06-08 16:02:05 +02:00
parent bacbf05f59
commit 9a71405c49
4 changed files with 31 additions and 2 deletions

View File

@@ -2,4 +2,18 @@
margin-top: 2rem;
height: 600px;
background-color:#f9f9f9
}
}
#thank-you-container {
display: none;
margin-top: 20px;
padding: 5px;
border: solid lightgrey 1px;
background-color: rgba(20, 180, 20, 0.2);
border-radius: 4px;
}
#thank-you-note {
width: 100%;
height: 200px;
}