fui-fancyui
Version:
FancyUI Libary
16 lines (15 loc) • 393 B
JavaScript
import { css as t, styled as s } from "styled-components";
const o = t`
padding: ${({ theme: n }) => n.spacing.xs + " " + n.spacing.xs + " 0 " + n.spacing.xs};
border-bottom: none;
`, a = s.div`
padding-bottom: ${({ theme: n }) => n.spacing.xxs};
display: flex;
justify-content: center;
align-items: center;
width: 100%;
`;
export {
a as ButtonWrapper,
o as fancyBarStyle
};