Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-07-04 19:13:23 +0300
committerDouwe Maan <douwe@gitlab.com>2018-07-04 19:13:23 +0300
commitc0e50fdfc296777871f3cc2d417252f599f5fcfb (patch)
tree12a412d2b899ce832c0d6d5bf8e0d9b7ecb08cfe /app/assets/stylesheets/pages
parentfa349c08ce16cdeb6f76e3a4c904f0ebd597cd6d (diff)
parent9561db7b8c89586b5a163535a86ce2b5e0342343 (diff)
Merge branch '19468-add_readme_when_creating_project' into 'master'
Add option to add README when creating a project Closes #19468 See merge request gitlab-org/gitlab-ce!20335
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/settings.scss16
1 files changed, 16 insertions, 0 deletions
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 {