12 lines
203 B
SCSS
12 lines
203 B
SCSS
.input__preview {
|
|
margin-top: 8px;
|
|
padding: 7px 11px;
|
|
overflow: hidden;
|
|
font-size: 16px;
|
|
line-height: 1.2;
|
|
border: 1px dashed #eee;
|
|
border-radius: 2px;
|
|
background: #fff;
|
|
color: #333;
|
|
}
|