add text area styles

This commit is contained in:
NCanggoro 2023-10-11 16:30:09 +07:00
parent ac57a14b88
commit 7a137b3507

View File

@ -10,6 +10,17 @@
border-color: #38444d;
}
.text-area {
border: none;
overflow: auto;
outline: none;
box-shadow: none;
background-color: #40444b;
width: 100%;
min-height: 100px;
overflow-y: hidden;
}
.content {
max-width: 1440px;
margin: 0 auto;