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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-22 03:09:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-22 03:09:11 +0300
commitab85af0f318ccbcfdd508e7a2f85788f26831785 (patch)
tree497309067bd3ab4378f9d4bbf95859c64f95744f /app/assets/stylesheets
parenta6c2be7cd20a9515b347e72d63c5b47bb9b79457 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/settings.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 416537ef763..7294816aa26 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -130,6 +130,10 @@
border-radius: $border-radius-base;
}
+.empty-variables {
+ padding: 20px 0;
+}
+
.warning-title {
color: $orange-500;
}
@@ -370,3 +374,10 @@
.push-pull-table {
margin-top: 1em;
}
+
+.ci-variable-table {
+ table tr th {
+ background-color: transparent;
+ border: 0;
+ }
+}