mirror of https://github.com/status-im/consul.git
Replace k8s informed action with flight icon
This commit is contained in:
parent
c1800b9187
commit
4dbb1e16f4
|
@ -122,11 +122,12 @@ as |item index|>
|
|||
{{else if (can "view CRD intention" item=item)}}
|
||||
<li role="none">
|
||||
<div role="menu">
|
||||
<InformedAction
|
||||
class="info kubernetes"
|
||||
>
|
||||
<InformedAction>
|
||||
<:header>
|
||||
Managed by CRD
|
||||
<span class="flex flex-nowrap items-center">
|
||||
<FlightIcon @name="kubernetes-color" class="mr-1.5" />
|
||||
Managed by CRD
|
||||
</span>
|
||||
</:header>
|
||||
<:body>
|
||||
<p>
|
||||
|
|
|
@ -66,12 +66,6 @@
|
|||
background-color: rgb(var(--tone-yellow-050));
|
||||
}
|
||||
}
|
||||
/* brands */
|
||||
&.kubernetes {
|
||||
header::before {
|
||||
@extend %with-logo-kubernetes-color-icon, %without-mask, %as-pseudo;
|
||||
}
|
||||
}
|
||||
/**/
|
||||
> ul > .action > * {
|
||||
color: rgb(var(--tone-blue-500));
|
||||
|
|
Loading…
Reference in New Issue