mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
Fix vertical space around and under breadcrumb
This commit is contained in:
parent
3c62084f44
commit
aed128be0d
@ -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)`
|
||||
|
Loading…
Reference in New Issue
Block a user