32 lines
919 B
SCSS
32 lines
919 B
SCSS
.consul-external-source {
|
|
@extend %pill-200, %frame-gray-600, %p1;
|
|
}
|
|
.consul-external-source.kubernetes::before {
|
|
@extend %with-logo-kubernetes-color-icon, %as-pseudo;
|
|
}
|
|
.consul-external-source.terraform::before {
|
|
@extend %with-logo-terraform-color-icon, %as-pseudo;
|
|
}
|
|
.consul-external-source.nomad::before {
|
|
@extend %with-logo-nomad-color-icon, %as-pseudo;
|
|
}
|
|
.consul-external-source.consul::before,
|
|
.consul-external-source.consul-api-gateway::before {
|
|
@extend %with-logo-consul-color-icon, %as-pseudo;
|
|
}
|
|
.consul-external-source.vault::before {
|
|
@extend %with-vault-100;
|
|
}
|
|
.consul-external-source.aws::before {
|
|
@extend %with-aws-100;
|
|
}
|
|
.consul-external-source.leader::before {
|
|
@extend %with-star-outline-mask, %as-pseudo;
|
|
}
|
|
.consul-external-source.jwt::before {
|
|
@extend %with-logo-jwt-color-icon, %as-pseudo;
|
|
}
|
|
.consul-external-source.oidc::before {
|
|
@extend %with-logo-oidc-color-icon, %as-pseudo;
|
|
}
|