vault/ui/app/styles/components/transform-edit.scss
Vault Automation 796c5fb294
[HDS-5060] UI: Align typography styles to HDS tokens (#10193) (#10360)
Co-authored-by: Dylan Hyun <dylan.hyun@hashicorp.com>
2025-10-23 16:37:36 -04:00

22 lines
461 B
SCSS

@use '../utils/size_variables';
/**
* Copyright IBM Corp. 2016, 2025
* SPDX-License-Identifier: BUSL-1.1
*/
.copy-text {
background: var(--token-color-surface-faint);
& > code {
color: var(--token-color-foreground-primary);
padding: 14px;
}
}
.transform-pattern-text div:not(:first-child) {
font-family: var(--token-typography-font-stack-code);
}
.transform-decode-formats:not(:last-child) {
margin-bottom: size_variables.$spacing-12;
}