@authduo/authduo
Version:
Free User-sovereign Authentication for the World
26 lines (21 loc) • 350 B
JavaScript
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;
}
}
`;
//# sourceMappingURL=styles.css.js.map