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