vault/ui/app/styles/components/transform-edit.scss
claire bontempo f18a0643d3
UI: Cleanup scss color variables (#31386)
* 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
2025-07-29 13:13:08 -07:00

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;
}