summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/status.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-15 10:26:15 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-19 06:03:22 -0700
commitda55496b6fc3ef1c65c4369cabb89b874dbc79e6 (patch)
treeec35cf589ab98ab4fbb95516784e3ed0bf208f3c /app/assets/stylesheets/pages/status.scss
parentad14c1bf85f716ed698e8802161de74f462a106c (diff)
downloadgitlab-ce-da55496b6fc3ef1c65c4369cabb89b874dbc79e6.tar.gz
Add new running icon; add a bunch of styles to get svg to match existing fa icons
Diffstat (limited to 'app/assets/stylesheets/pages/status.scss')
-rw-r--r--app/assets/stylesheets/pages/status.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss
index c6b053150be..8f3d9362a0a 100644
--- a/app/assets/stylesheets/pages/status.scss
+++ b/app/assets/stylesheets/pages/status.scss
@@ -41,6 +41,14 @@
color: $blue-normal;
border-color: $blue-normal;
}
+
+ svg {
+ width: 13px;
+ height: 13px;
+ position: relative;
+ top: 1px;
+ margin-left: 3px;
+ }
}
.ci-status-icon-success {