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:
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-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;
+ }
+}