12 lines
245 B
Svelte
12 lines
245 B
Svelte
|
<textarea></textarea>
|
||
|
|
||
|
<style lang="less">
|
||
|
textarea {
|
||
|
box-sizing: border-box;
|
||
|
height: .full-without-padding(@padding-lg-y) [];
|
||
|
margin: @padding-lg;
|
||
|
resize: none;
|
||
|
width: .full-without-padding(@padding-lg-x) [];
|
||
|
}
|
||
|
</style>
|