1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

Fix background colour

This commit is contained in:
JUDIT GRESKOVITS 2017-02-23 16:39:06 +00:00
parent cdcae9c1d4
commit fbff74a13f

View File

@ -1,10 +1,11 @@
import styled from 'styled-components';
import { colors, breakpoints } from '@ui/shared/constants';
import { unitcalc } from '@ui/shared/functions';
// Main Contonent Wrapper Styles
export default styled.article`
background-color: ${colors.base.grey};
padding: 2rem;
background-color: ${colors.base.background};
padding: ${unitcalc(1)};
${breakpoints.large`
padding: 0;