summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/builds.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-26 13:20:58 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-04 16:45:37 -0500
commitfc20639c8d76b367dc0e0b66ef94033697b28dc7 (patch)
tree8193653258d1f894173ae18fcf5b2cfa41f6d7e5 /app/assets/stylesheets/pages/builds.scss
parent7878eb9fa69123981281c2d71a2964dca1b459ee (diff)
downloadgitlab-ce-fc20639c8d76b367dc0e0b66ef94033697b28dc7.tar.gz
Builds page redesign
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 201f3e5ca46..3340cee9643 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -83,3 +83,16 @@
}
}
}
+
+table.builds {
+
+ .build-link {
+ a {
+ color: $gl-dark-link-color;
+ }
+ }
+
+ .btn-refresh {
+ margin-left: 10px;
+ }
+}