9 lines
114 B
SCSS
9 lines
114 B
SCSS
|
|
@import 'rootvars';
|
||
|
|
|
||
|
|
input,
|
||
|
|
textarea,
|
||
|
|
select,
|
||
|
|
[contenteditable] {
|
||
|
|
user-select: text;
|
||
|
|
touch-action: auto;
|
||
|
|
}
|