UNPKG

@sutton-signwriting/sgnw-components

Version:

a javascript package of web components for use with the SignWriting script.

14 lines (12 loc) 216 B
:host { width: 140px; height: 140px; background: #F90; border-radius: 10px; cursor: move; display: block; } :host.is-pointer-down { background: #09F; } :host.is-dragging { opacity: 0.7; }