From 1bbe87cf823981956e4233248161d981898a3bee Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Tue, 24 Jul 2018 16:00:56 -0700 Subject: [PATCH] portico: Add links to import from slack and gitter to /new. --- static/styles/portico-signin.scss | 5 +++++ templates/zerver/create_realm.html | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/static/styles/portico-signin.scss b/static/styles/portico-signin.scss index ac3f2fe1ee..d27f0795a8 100644 --- a/static/styles/portico-signin.scss +++ b/static/styles/portico-signin.scss @@ -300,6 +300,11 @@ html { margin-top: 25px; } +.register-page .register-form .bottom-text { + font-size: 1.2rem; + margin-top: 40px; +} + .new-style .alert:not(.alert-info) { padding: 0; margin-bottom: 0; diff --git a/templates/zerver/create_realm.html b/templates/zerver/create_realm.html index 4b0150fcf3..7e93a6d131 100644 --- a/templates/zerver/create_realm.html +++ b/templates/zerver/create_realm.html @@ -36,6 +36,10 @@ $(function () {
{{ error }}
{% endfor %} {% endif %} +
+ Or import from Slack or + Gitter. +