Commit e407279f authored by Fatih Acet's avatar Fatih Acet

Merge branch 'add-right-margin-to-ci-error-icon' into 'master'

Added ci-error class and applied a right margin to the ci error widget state

See merge request !11353
parents dc68a1ce 179e3e5b
...@@ -31,7 +31,7 @@ export default { ...@@ -31,7 +31,7 @@ export default {
<div class="mr-widget-heading"> <div class="mr-widget-heading">
<div class="ci-widget"> <div class="ci-widget">
<template v-if="hasCIError"> <template v-if="hasCIError">
<div class="ci-status-icon ci-status-icon-failed js-ci-error"> <div class="ci-status-icon ci-status-icon-failed ci-error js-ci-error">
<span class="js-icon-link icon-link"> <span class="js-icon-link icon-link">
<span <span
v-html="svg" v-html="svg"
......
...@@ -109,6 +109,10 @@ ...@@ -109,6 +109,10 @@
height: 22px; height: 22px;
margin-right: 8px; margin-right: 8px;
} }
.ci-error {
margin-right: $btn-side-margin;
}
} }
.mr-widget-body, .mr-widget-body,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment