summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issues.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/issues.scss
parent5b5cafe024c4437a17a219708c9ec00376e98ece (diff)
downloadgitlab-ce-0301fa8d9c67623c3311eab64d174123bba4b943.tar.gz
Add new icons for every CI status
Diffstat (limited to 'app/assets/stylesheets/pages/issues.scss')
-rw-r--r--app/assets/stylesheets/pages/issues.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issues.scss b/app/assets/stylesheets/pages/issues.scss
index 9807c5a808d..ee3b2d2b801 100644
--- a/app/assets/stylesheets/pages/issues.scss
+++ b/app/assets/stylesheets/pages/issues.scss
@@ -78,6 +78,14 @@ form.edit-issue {
}
}
+.merge-request-ci-status {
+ svg {
+ margin-right: 4px;
+ position: relative;
+ top: 1px;
+ }
+}
+
@media (max-width: $screen-xs-max) {
.issue-btn-group {
width: 100%;