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

Increased canary icon size

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