Layout and styles for invitation page

stable
Xavier Julián 2015-10-28 12:58:09 +01:00
parent b5c8f7cc34
commit 6911dd91f8
1 changed files with 13 additions and 2 deletions

View File

@ -11,6 +11,8 @@
align-items: center;
display: flex;
flex-direction: column;
max-width: 800px;
min-width: 420px;
}
.avatar {
align-items: center;
@ -27,12 +29,12 @@
}
}
.invitation-text {
@extend %larger;
@extend %large;
@extend %light;
color: $white;
text-align: center;
.project-name {
@extend %xxlarge;
@extend %xlarge;
display: block;
text-transform: uppercase;
}
@ -82,6 +84,15 @@
}
}
}
.register-text {
color: $white;
a {
color: $primary;
}
}
.button-auth {
display: block;
}
.button-blackish {
&:hover {
background: $primary;