mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-06 22:57:02 +02:00
* update greys to use hds tokens * update blue vars * remove unused color vars * replace remaining colors, add hex codes in commnets * update kv rgp color * remove color_variables file and use hds tokens directly
23 lines
491 B
SCSS
23 lines
491 B
SCSS
@use '../utils/font_variables';
|
|
@use '../utils/size_variables';
|
|
|
|
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.copy-text {
|
|
background: var(--token-color-palette-neutral-50);
|
|
|
|
& > code {
|
|
color: var(--token-color-palette-neutral-600);
|
|
padding: 14px;
|
|
}
|
|
}
|
|
.transform-pattern-text div:not(:first-child) {
|
|
font-family: font_variables.$family-monospace;
|
|
}
|
|
.transform-decode-formats:not(:last-child) {
|
|
margin-bottom: size_variables.$spacing-12;
|
|
}
|