From 9561db7b8c89586b5a163535a86ce2b5e0342343 Mon Sep 17 00:00:00 2001 From: Imre Farkas Date: Tue, 3 Jul 2018 15:09:58 +0200 Subject: Add option to add README when creating a project --- app/assets/stylesheets/pages/settings.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'app/assets/stylesheets/pages') diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss index e264b06c4b2..839ac5ba59b 100644 --- a/app/assets/stylesheets/pages/settings.scss +++ b/app/assets/stylesheets/pages/settings.scss @@ -191,6 +191,22 @@ } } +.initialize-with-readme-setting { + .form-check { + margin-bottom: 10px; + + .option-title { + font-weight: $gl-font-weight-normal; + display: inline-block; + color: $gl-text-color; + } + + .option-description { + color: $project-option-descr-color; + } + } +} + .prometheus-metrics-monitoring { .card { .card-toggle { -- cgit v1.2.3