UNPKG

@authlocal/authlocal

Version:

User-sovereign Logins For All

28 lines (20 loc) 309 B
import {css} from "@benev/slate" export default css` :host { display: block; width: 100%; } .persistence { display: flex; align-items: center; justify-content: center; gap: 0.5em; width:100%; &[x-persisted] { cursor: default; } svg { width: 1.5em; height: 1.5em; stroke-width: 2; } } `