2023-03-14 13:18:55 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2022-09-01 17:26:12 +00:00
|
|
|
.consul-hcp-home {
|
|
|
|
position: relative;
|
|
|
|
top: -22px;
|
|
|
|
}
|
|
|
|
.consul-hcp-home a::before {
|
|
|
|
content: '';
|
|
|
|
--icon-name: icon-arrow-left;
|
|
|
|
--icon-size: icon-300;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|