open-vault/ui/app/styles/components/text-file.scss

15 lines
203 B
SCSS

.text-file {
.has-icon-right {
display: flex;
width: 97%;
.textarea {
line-height: inherit;
}
}
.button.masked-input-toggle,
.button.copy-button {
display: flex;
}
}