UNPKG

@e280/authlocal

Version:

User-sovereign login system for everybody

27 lines (21 loc) 333 B
import { css } from "@benev/slate"; export default css ` :host { display: contents; } button { cursor: pointer; } .persistence { display: inline-flex; align-items: center; gap: 0.3em; &[x-persisted] { cursor: default; } svg { width: 1em; height: 1em; stroke-width: 2; } } `; //# sourceMappingURL=styles.css.js.map