@authduo/authduo
Version:
Free User-sovereign Authentication for the World
27 lines (22 loc) • 377 B
JavaScript
import { css } from "@benev/slate";
export default css `
footer {
margin-top: 4em;
display: flex;
justify-content: center;
.persistence {
opacity: 0.5;
font-size: 0.8em;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5em;
svg {
width: 1.5em;
height: 1.5em;
stroke-width: 2;
}
}
}
`;
//# sourceMappingURL=styles.css.js.map