add text area styles
This commit is contained in:
parent
ac57a14b88
commit
7a137b3507
11
src/app.css
11
src/app.css
@ -10,6 +10,17 @@
|
|||||||
border-color: #38444d;
|
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 {
|
.content {
|
||||||
max-width: 1440px;
|
max-width: 1440px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user