Files
remark42/web/app/components/input/__preview/input__preview.scss
T
2018-05-02 02:44:27 +03:00

11 lines
183 B
SCSS

.input__preview {
margin-top: 8px;
padding: 7px 11px;
font-size: 16px;
line-height: 1.2;
border: 1px dashed #eee;
border-radius: 2px;
background: #fff;
color: #333;
}