mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
22 lines
461 B
SCSS
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;
|
|
}
|