open-vault/ui/app/styles/components/b64-toggle.scss
Hamid Ghaf 27bb03bbc0
adding copyright header (#19555)
* adding copyright header

* fix fmt and a test
2023-03-15 09:00:52 -07:00

19 lines
291 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.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;
}