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:
authorjhampton <jhampton@gitlab.com>2018-12-03 19:57:40 +0300
committerjhampton <jhampton@gitlab.com>2018-12-03 23:35:05 +0300
commit9a14844ec0e677a5b4644e9b2bb8eec75532917b (patch)
tree4b976a35c3c830c0f59918febb37ff176a3959e5 /app/assets/stylesheets/pages/builds.scss
parent058de0d40127e20b3068d159e053539f1e353fc3 (diff)
Styles trigger variables block
Adds new style to the trigger variables table.
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss16
1 files changed, 15 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 81cb519883b..39f6bda9520 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -228,6 +228,21 @@
padding: 16px 0;
}
+ .trigger-variables-table {
+ td {
+ font-size: 12px;
+ line-height: 16px;
+ border: 1px solid #dfdfdf;
+ padding: 4px 6px;
+ width: 50%;
+ }
+ }
+
+ .trigger-variables-btn-container {
+ display: flex;
+ justify-content: space-between;
+ }
+
.trigger-build-variables {
margin: 0;
overflow-x: auto;
@@ -243,7 +258,6 @@
.trigger-build-value {
padding: 2px 4px;
color: $black;
- background-color: $white-light;
}
.badge.badge-pill {