summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/buttons.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-27 09:46:31 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-04 16:45:37 -0500
commit3a3f0bf436007b3eecc0b85d0fc696951245ab6a (patch)
treea3729c505066eca4ae94b2dbcf84afb430da828f /app/assets/stylesheets/framework/buttons.scss
parentfc20639c8d76b367dc0e0b66ef94033697b28dc7 (diff)
downloadgitlab-ce-3a3f0bf436007b3eecc0b85d0fc696951245ab6a.tar.gz
Change build icons into buttons; update tests
Diffstat (limited to 'app/assets/stylesheets/framework/buttons.scss')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index 1f2f9f7754c..eaf85bb17ca 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -252,7 +252,8 @@
background: linear-gradient(180deg, $white-light 25%, $gray-light 100%);
}
-.btn-refresh {
+.btn-build {
+ margin-left: 10px;
i {
color: $gl-icon-color;
}