Created the TextArea index styles.sass

This commit is contained in:
2023-05-30 22:31:28 +02:00
parent 69504db4c2
commit c7a3f1c691

View File

@ -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