UNPKG

fui-fancyui

Version:
25 lines (23 loc) 487 B
import { styled as i } from "styled-components"; const t = i.div` display: flex; width: 100%; gap: ${({ theme: e }) => e.spacing.sm}; `, p = i.div` display: flex; flex-direction: column; align-items: center; width: 100%; gap: ${({ theme: e }) => e.spacing.xs}; p { margin: 0; padding: 0; font-size: 0.8rem; text-transform: uppercase; color: ${({ theme: e }) => e.color.secondary[0]}; } `; export { p as ContainerInputs, t as WrapperInputs };