Created the TextArea index styles.sass
This commit is contained in:
@ -0,0 +1,11 @@
|
|||||||
|
@import "@/common/styles/colors"
|
||||||
|
|
||||||
|
.area
|
||||||
|
background-color: $background
|
||||||
|
color: $darker-white
|
||||||
|
border-radius: 1rem
|
||||||
|
padding: 1rem
|
||||||
|
resize: none
|
||||||
|
width: 100%
|
||||||
|
box-sizing: border-box
|
||||||
|
font-size: 16pt
|
Reference in New Issue
Block a user