2023-03-14 13:18:55 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2020-10-14 08:03:39 +00:00
|
|
|
.consul-kind {
|
2023-03-15 02:49:14 +00:00
|
|
|
@extend %pill-200, %frame-gray-600, %body-200-regular;
|
2020-10-14 08:03:39 +00:00
|
|
|
}
|
|
|
|
.consul-kind::before {
|
|
|
|
@extend %with-gateway-mask, %as-pseudo;
|
2022-08-23 19:02:40 +00:00
|
|
|
--icon-size: icon-300;
|
2020-10-14 08:03:39 +00:00
|
|
|
}
|