diff options
author | jhampton <jhampton@gitlab.com> | 2018-12-03 11:57:40 -0500 |
---|---|---|
committer | jhampton <jhampton@gitlab.com> | 2018-12-03 15:35:05 -0500 |
commit | 9a14844ec0e677a5b4644e9b2bb8eec75532917b (patch) | |
tree | 4b976a35c3c830c0f59918febb37ff176a3959e5 /app/assets | |
parent | 058de0d40127e20b3068d159e053539f1e353fc3 (diff) | |
download | gitlab-ce-9a14844ec0e677a5b4644e9b2bb8eec75532917b.tar.gz |
Styles trigger variables block
Adds new style to the trigger variables table.
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/builds.scss | 16 |
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 { |