summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_signup.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/routes/_signup.scss')
-rw-r--r--webapp/sass/routes/_signup.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/webapp/sass/routes/_signup.scss b/webapp/sass/routes/_signup.scss
index 6d6092170..77ccdf4ed 100644
--- a/webapp/sass/routes/_signup.scss
+++ b/webapp/sass/routes/_signup.scss
@@ -10,12 +10,33 @@
margin-right: 5px;
}
}
+
.signup-team__container {
margin: 0 auto;
max-width: 380px;
padding: 100px 0 50px;
position: relative;
+ &.branded {
+ @include display-flex;
+ @include flex-direction(row);
+ max-width: 900px;
+
+ .signup__markdown {
+ @include flex(1.3 0 0);
+ padding-right: 80px;
+
+ p {
+ color: lighten($black, 50%);
+ }
+ }
+
+ .signup__content {
+ @include flex(1 0 0);
+ }
+
+ }
+
&.padding--less {
padding-top: 50px;
}