* add with-theme hoc * add dark theme styles for components * add toggle theme button to the dev demo page * add info about widget themes to README
10 lines
163 B
SCSS
10 lines
163 B
SCSS
.input__preview {
|
|
margin-top: 8px;
|
|
padding: 7px 11px;
|
|
overflow: hidden;
|
|
font-size: 16px;
|
|
line-height: 1.2;
|
|
border: 1px dashed;
|
|
border-radius: 2px;
|
|
}
|