mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed inputs
This commit is contained in:
parent
6e89271ea9
commit
811e14fd4c
29 changed files with 566 additions and 901 deletions
12
src/components/input/Textarea/styles.module.scss
Normal file
12
src/components/input/Textarea/styles.module.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
@import "~/styles/variables";
|
||||
|
||||
.textarea {
|
||||
background: none;
|
||||
color: inherit;
|
||||
font: inherit;
|
||||
width: 100%;
|
||||
border: none;
|
||||
padding: $gap;
|
||||
outline: none;
|
||||
resize: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue