Commit 9979ca8e authored by Dhiraj Bodicherla's avatar Dhiraj Bodicherla

Increased canary icon size

parent a4836a1a
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
*/ */
import _ from 'underscore'; import _ from 'underscore';
import { GlLoadingIcon, GlLink } from '@gitlab/ui'; import { GlLoadingIcon, GlLink } from '@gitlab/ui';
import deployBoardSvg from 'ee_empty_states/icons/_deploy_board.svg';
import { __, n__, s__, sprintf } from '~/locale'; import { __, n__, s__, sprintf } from '~/locale';
import tooltip from '~/vue_shared/directives/tooltip'; import tooltip from '~/vue_shared/directives/tooltip';
import deployBoardSvg from 'ee_empty_states/icons/_deploy_board.svg';
import STATUS_MAP from '../constants'; import STATUS_MAP from '../constants';
export default { export default {
...@@ -97,8 +97,8 @@ export default { ...@@ -97,8 +97,8 @@ export default {
statuses() { statuses() {
return { return {
...STATUS_MAP, ...STATUS_MAP,
transparent: { canary: {
class: 'transparent', class: 'canary-icon',
text: __('Canary'), text: __('Canary'),
stable: false, stable: false,
}, },
......
...@@ -67,11 +67,6 @@ ...@@ -67,11 +67,6 @@
} }
} }
&-transparent {
background-color: transparent;
border: none;
}
&.deployment-instance-canary { &.deployment-instance-canary {
&::after { &::after {
width: 7px; width: 7px;
...@@ -83,4 +78,14 @@ ...@@ -83,4 +78,14 @@
z-index: 1; z-index: 1;
} }
} }
&-canary-icon {
background-color: transparent;
border: none;
&::after {
width: 15px !important;
height: 15px !important;
}
}
} }
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