summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/status.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-19 06:47:26 -0700
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-19 06:47:26 -0700
commit0301fa8d9c67623c3311eab64d174123bba4b943 (patch)
treed6257013bb7ee34dc63a341e270039e67c6cc645 /app/assets/stylesheets/pages/status.scss
parent5b5cafe024c4437a17a219708c9ec00376e98ece (diff)
downloadgitlab-ce-0301fa8d9c67623c3311eab64d174123bba4b943.tar.gz
Add new icons for every CI status
Diffstat (limited to 'app/assets/stylesheets/pages/status.scss')
-rw-r--r--app/assets/stylesheets/pages/status.scss23
1 files changed, 8 insertions, 15 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss
index a0e008c98e5..a22d4b6f6be 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 {
+ height: 13px;
+ width: 13px;
+ position: relative;
+ top: 1px;
+ margin: 0 3px;
+ }
}
.ci-status-icon-success {
@@ -62,18 +70,3 @@
color: $gl-gray;
}
}
-
-.ci-running,
-.ci-status-icon-running {
- svg {
- height: 13px;
- width: 13px;
- position: relative;
- top: 2px;
- margin: 0 3px;
- }
-
- &:hover {
- text-decoration: none;
- }
-}