kia-ml
Version:
Kia
22 lines (20 loc) • 510 B
JavaScript
import { color, spacing } from "../theme"; // import { color, spacing } from "../../theme"
export const baseView = {
flex: 1,
maxHeight: "100vh",
flexDirection: "column"
};
export const childView = {
flex: 1,
margin: spacing[3]
};
export const section = {
height: "100%"
/* takes the visible area of the "main" div */
};
export const headerView = {};
export const footerView = {};
export const loaderView = {
backgroundColor: color.transparent
};
//# sourceMappingURL=base-screen.style.js.map