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

Fix vertical space around and under breadcrumb

This commit is contained in:
JUDIT GRESKOVITS 2017-02-22 15:11:22 +00:00
parent 3c62084f44
commit aed128be0d

View File

@ -12,7 +12,8 @@ const fns = require('@ui/shared/functions');
const constants = require('@ui/shared/constants');
const {
remcalc
remcalc,
unitcalc
} = fns;
const {
@ -30,8 +31,7 @@ const {
// Main Contonent Wrapper Styles
const StyledDiv = styled.div`
border-bottom: solid ${remcalc(1)} ${colors.base.grey};
padding: ${remcalc(30)} 0;
margin-bottom: ${remcalc(21)};
padding: ${unitcalc(4.5)} 0 ${unitcalc(4.5)} 0;
`;
const BreadcrumbA = styled(NavLink)`