1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/src/components/input/Textarea/styles.module.scss
2022-01-09 20:31:58 +07:00

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;
}