summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/builds.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-02 17:25:19 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-08 16:50:03 -0600
commit73467bd1634898632d1c9c4e5879546ec9f53032 (patch)
tree971425b9dfd88c42d1a2a28661fba81b129ac803 /app/assets/stylesheets/pages/builds.scss
parent52c06647b58a8c78c29a79a5647962c065d9ef86 (diff)
downloadgitlab-ce-73467bd1634898632d1c9c4e5879546ec9f53032.tar.gz
Add switch statement & last_deployment method
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index ebbec89c58c..dc694d67199 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -46,6 +46,12 @@
border: 1px solid $border-color;
padding: 12px $gl-padding;
border-radius: $border-radius-default;
+
+ svg {
+ position: relative;
+ top: 1px;
+ margin-right: 5px;
+ }
}
}