mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
22 lines
369 B
SCSS
22 lines
369 B
SCSS
@use '../utils/size_variables';
|
|
@use '../core/buttons.scss';
|
|
|
|
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.b64-toggle {
|
|
padding: 0.75rem;
|
|
font-size: size_variables.$size-9;
|
|
}
|
|
.b64-toggle.is-input {
|
|
box-shadow: none;
|
|
}
|
|
.b64-toggle.is-textarea {
|
|
@extend .is-compact;
|
|
position: absolute;
|
|
bottom: 0.25rem;
|
|
right: 0.25rem;
|
|
}
|