* 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
8 lines
111 B
SCSS
8 lines
111 B
SCSS
.input {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 0;
|
|
border: 12px solid;
|
|
border-radius: 2px;
|
|
}
|