Files
remark42/web/app/components/input/__preview/input__preview.scss
T
2018-05-12 22:35:54 +03:00

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;
}