forked from abner/for-legacy-web
32 lines
463 B
SCSS
32 lines
463 B
SCSS
.container {
|
|
font-size: .875rem;
|
|
line-height: 20px;
|
|
position: relative;
|
|
}
|
|
|
|
.textarea {
|
|
width: 100%;
|
|
white-space: pre-wrap;
|
|
|
|
textarea::placeholder {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
|
|
.hide {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.ghost {
|
|
width: 100%;
|
|
white-space: pre-wrap;
|
|
|
|
top: 0;
|
|
position: absolute;
|
|
visibility: hidden;
|
|
}
|