diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-15 10:26:15 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-19 06:03:22 -0700 |
commit | da55496b6fc3ef1c65c4369cabb89b874dbc79e6 (patch) | |
tree | ec35cf589ab98ab4fbb95516784e3ed0bf208f3c /app/assets/stylesheets/pages/status.scss | |
parent | ad14c1bf85f716ed698e8802161de74f462a106c (diff) | |
download | gitlab-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.scss | 8 |
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 { |