20 lines
392 B
SCSS
20 lines
392 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.consul-external-source {
|
|
@extend %pill-200, %frame-gray-600, %p1;
|
|
}
|
|
|
|
.consul-external-source::before {
|
|
--icon-size: icon-300;
|
|
}
|
|
|
|
.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;
|
|
}
|