2023-03-15 16:00:52 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2018-04-03 14:16:57 +00:00
|
|
|
.b64-toggle {
|
|
|
|
padding: 0.75rem;
|
|
|
|
font-size: $size-9;
|
|
|
|
}
|
|
|
|
.b64-toggle.is-input {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
.b64-toggle.is-textarea {
|
|
|
|
@extend .is-compact;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0.25rem;
|
|
|
|
right: 0.25rem;
|
|
|
|
}
|