From 6911dd91f80449140d2061d978f592a327342cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 28 Oct 2015 12:58:09 +0100 Subject: [PATCH] Layout and styles for invitation page --- app/styles/layout/invitation.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/app/styles/layout/invitation.scss b/app/styles/layout/invitation.scss index ee0c39c9..6b51c083 100644 --- a/app/styles/layout/invitation.scss +++ b/app/styles/layout/invitation.scss @@ -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;