mirror of
https://github.com/status-im/consul.git
synced 2025-02-20 17:38:24 +00:00
* ui: Standardize logo naming According to structure it should always be logo-name not name-logo * Make sure all our logos use logo-name format * Upgrade to @hashicorp/structure-icons 1.9.0 * Add `-color` to be consistent with other logos * Add ms logo back in * Remove all the old `*-color` icons from before when we got masks * Add missing files * Missed glimmer extend name change
45 lines
1.0 KiB
SCSS
45 lines
1.0 KiB
SCSS
span.policy-service-identity,
|
|
span.policy-node-identity,
|
|
.leader,
|
|
.consul-auth-method-type,
|
|
.topology-metrics-source-type,
|
|
.consul-transparent-proxy {
|
|
@extend %pill-200, %frame-gray-600;
|
|
}
|
|
span.policy-service-identity::before,
|
|
span.policy-node-identity::before {
|
|
width: auto;
|
|
align-self: start;
|
|
font-size: inherit;
|
|
}
|
|
span.policy-node-identity::before {
|
|
content: 'Node Identity: ';
|
|
}
|
|
span.policy-service-identity::before {
|
|
content: 'Service Identity: ';
|
|
}
|
|
%pill.kubernetes::before {
|
|
@extend %with-logo-kubernetes-color-icon, %as-pseudo;
|
|
}
|
|
%pill.terraform::before {
|
|
@extend %with-logo-terraform-color-icon, %as-pseudo;
|
|
}
|
|
%pill.nomad::before {
|
|
@extend %with-logo-nomad-color-icon, %as-pseudo;
|
|
}
|
|
%pill.consul::before {
|
|
@extend %with-logo-consul-color-icon, %as-pseudo;
|
|
}
|
|
%pill.aws::before {
|
|
@extend %with-logo-aws-color-icon, %as-pseudo;
|
|
}
|
|
%pill.leader::before {
|
|
@extend %with-star-outline-mask, %as-pseudo;
|
|
}
|
|
%pill.jwt::before {
|
|
@extend %with-logo-jwt-color-icon, %as-pseudo;
|
|
}
|
|
%pill.oidc::before {
|
|
@extend %with-logo-oidc-color-icon, %as-pseudo;
|
|
}
|