summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhampton <jhampton@gitlab.com>2018-12-04 16:27:31 -0500
committerjhampton <jhampton@gitlab.com>2018-12-04 16:27:31 -0500
commit8f3b56ca8b452d9c33e5c1aa8aefe43dcc698983 (patch)
tree5e5be244460caae6972da972d9ef161e354aa291
parent1621123078f145f1d41e0488fb646111fc4d3237 (diff)
downloadgitlab-ce-8f3b56ca8b452d9c33e5c1aa8aefe43dcc698983.tar.gz
Updates per MR feedback
- Removes element in favor of class name - Adjusts to use existing variables
-rw-r--r--app/assets/stylesheets/pages/builds.scss20
1 files changed, 9 insertions, 11 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 39f6bda9520..72857f786f0 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -228,18 +228,8 @@
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;
+ @extend .d-flex;
justify-content: space-between;
}
@@ -260,6 +250,14 @@
color: $black;
}
+ .trigger-variables-table-cell {
+ font-size: $gl-font-size-small;
+ line-height: $gl-line-height;
+ border: 1px solid $theme-gray-200;
+ padding: $gl-padding-4 6px;
+ width: 50%;
+ }
+
.badge.badge-pill {
margin-left: 2px;
}