summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-05-12 11:28:26 +0000
committerPhil Hughes <me@iamphill.com>2017-05-12 11:28:26 +0000
commita1348a5d2932784b29b0b9fb18e519f18c085e62 (patch)
tree4dd778c78e4ac3ea1d1803de430ce29407cd7937 /app/assets/stylesheets
parentaa6f44328ed22ebab51440a5a04f6b62d6471b78 (diff)
downloadgitlab-ce-a1348a5d2932784b29b0b9fb18e519f18c085e62.tar.gz
Uniform CI status components in vue
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/merge_requests.scss8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/merge_requests.scss b/app/assets/stylesheets/pages/merge_requests.scss
index 87592926930..d9ba1d4de4d 100644
--- a/app/assets/stylesheets/pages/merge_requests.scss
+++ b/app/assets/stylesheets/pages/merge_requests.scss
@@ -90,11 +90,6 @@
align-items: center;
padding: $gl-padding-top $gl-padding 0;
- i,
- svg {
- margin-right: 8px;
- }
-
svg {
position: relative;
top: 1px;
@@ -109,9 +104,10 @@
flex-wrap: wrap;
}
- .ci-status-icon > .icon-link svg {
+ .icon-link > .ci-status-icon > svg {
width: 22px;
height: 22px;
+ margin-right: 8px;
}
}