mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Add functionality for requiring TOS approval on signup
This commit is contained in:
parent
2781395405
commit
5a3727dc5f
6 changed files with 36 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue