Add functionality for requiring TOS approval on signup

This commit is contained in:
Jyri-Petteri Paloposki 2020-07-20 18:16:15 +03:00
parent 2781395405
commit 5a3727dc5f
6 changed files with 36 additions and 5 deletions

View file

@ -19,11 +19,17 @@ body {
@include make-sm-column-offset(3);
margin: 2em auto 1em;
background-color: rgba(0, 0, 0, 0.75);
color: #eaeaea;
padding: 0 0 1em 0;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.3);
color: #eaeaea;
a {
color: #eaeaea;
text-decoration: underline;
}
}
@media(min-width: $screen-sm-min) {
.login-box {
border-radius: 5px;