From 5f2dc8c44e1b2c143e82b68b80c7890b371b9e57 Mon Sep 17 00:00:00 2001 From: Keshav Garg Date: Thu, 1 Aug 2019 13:48:09 +0530 Subject: [PATCH] community/: Add a newcomer promotion request form Closes https://github.com/coala/community/issues/281 --- static/css/main.css | 7 ++ templates/community_forms.html | 152 +++++++++++++++++++++++++++++++++ 2 files changed, 159 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 5c00f1d0..a8a63c18 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -115,6 +115,13 @@ body { padding: 5px 10px 0 10px; } +.form-step-div { + box-shadow: 0 -5px 15px black; + margin: 30px 0 20px 0; + border-radius: 30px; + padding: 5px 10px 0 10px; +} + footer .footer-icons { display: flex; flex-wrap: wrap; diff --git a/templates/community_forms.html b/templates/community_forms.html index 20dc2572..06ad22a9 100644 --- a/templates/community_forms.html +++ b/templates/community_forms.html @@ -678,3 +678,155 @@
+ +