@authduo/authduo
Version:
Free User-sovereign Authentication for the World
28 lines (20 loc) • 309 B
text/typescript
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;
}
}
`