@procore/core-react
Version:
React library of Procore Design Guidelines
8 lines • 549 B
JavaScript
import styled from 'styled-components';
import { colors } from '../../_styles/colors';
import { spacing } from '../../_styles/spacing';
export var StyledPageFooter = /*#__PURE__*/styled.footer.withConfig({
displayName: "StyledPageFooter",
componentId: "core-12_44_0__sc-1f0zfyf-0"
})(["display:flex;align-items:center;justify-content:space-between;background-color:", ";padding:", "px;width:100%;box-shadow:0 -2px 6px 0 rgba(0,0,0,0.1);position:sticky;bottom:0;"], colors.white, spacing.lg);
//# sourceMappingURL=PageFooterTemplate.styles.js.map