diff --git a/app/styles/_buttons.scss b/app/styles/_buttons.scss index 0e80146..6389aaf 100644 --- a/app/styles/_buttons.scss +++ b/app/styles/_buttons.scss @@ -53,4 +53,17 @@ button, input[type=submit], .button { border-color: $green; } } + + &.icon { + svg { + width: 2rem; + height: 2rem; + vertical-align: middle; + margin-right: 1rem; + + .fg { + fill: $primary-color; + } + } + } } diff --git a/app/styles/_layout.scss b/app/styles/_layout.scss index f025692..b405c5d 100644 --- a/app/styles/_layout.scss +++ b/app/styles/_layout.scss @@ -28,6 +28,25 @@ main { } } } + + section { + .content { + &.text-lg { + p { + font-size: 1.2rem; + margin-bottom: 1em; + line-height: 1.5em; + } + } + + p { + &.actions { + text-align: center; + padding-top: 2rem; + } + } + } + } } @media (min-width: 550px) { diff --git a/app/templates/signup.hbs b/app/templates/signup.hbs index e2147ca..7d690fa 100644 --- a/app/templates/signup.hbs +++ b/app/templates/signup.hbs @@ -1 +1,27 @@ -{{outlet}} \ No newline at end of file +
+ +
+
+

Create your contributor profile

+
+ +
+

+ You have already contributed to a Kosmos project, or you are interested + in contributing in the near future? Fantastic! +

+

+ In order to earn kredits for your contributions, you will need a + registered contributor profile. The quickest way to register is by + connecting one of the following accounts: +

+

+ +

+
+
+ +
\ No newline at end of file