summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/sidebar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 015fe3debf9..6eae609555b 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -226,3 +226,16 @@ header.header-pinned-nav {
.right-sidebar {
border-left: 1px solid $border-color;
}
+
+.js-build-variable {
+ color: #c7254e;
+ font-size: 100%;
+ border-radius: 5px;
+}
+
+.js-build-value {
+ padding: 2px 4px;
+ font-size: 100%;
+ color: #000;
+ background-color: #fff;
+}