open-consul/ui/packages/consul-ui/app/components/consul/kind/index.scss

13 lines
244 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.consul-kind {
@extend %pill-200, %frame-gray-600, %body-200-regular;
}
.consul-kind::before {
@extend %with-gateway-mask, %as-pseudo;
--icon-size: icon-300;
}