mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
12 lines
183 B
SCSS
12 lines
183 B
SCSS
@import "src/styles/variables";
|
|
|
|
.textarea {
|
|
background: none;
|
|
color: inherit;
|
|
font: inherit;
|
|
width: 100%;
|
|
border: none;
|
|
padding: $gap;
|
|
outline: none;
|
|
resize: none;
|
|
}
|