new user: thanks page

This commit is contained in:
simon lehericey 2018-02-27 09:49:58 +01:00 committed by Mathieu Magnin
parent e05b7647cf
commit eb937649a1
8 changed files with 67 additions and 6 deletions

View file

@ -0,0 +1,32 @@
@import "colors";
@import "common";
@import "constants";
.merci {
text-align: center;
img {
margin-top: 4 * $default-padding;
}
h1 {
margin: (2 * $default-padding) 0;
}
b {
font-weight: bold;
}
.send {
margin-bottom: 2 * $default-padding;
font-size: 20px;
}
p {
margin: $default-padding;
}
a {
margin-top: 40px;
}
}