Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
text-decoration: none;
`;
const CardHeadline = styled.h4`
color: ${C_EBON};
${getSerifMedium(service)}
${getPica(script)}
`;
const TopicLink = styled(InlineLink)`
${getPica(script)};
${getSansRegular(service)}
color: ${C_EBON};
margin: ${GEL_SPACING_DBL}
`;
const OnwardJourneysHeading = styled.h2`
${getDoublePica(script)};
${getSansRegular(service)};
color: ${C_EBON};
margin: 0 ${GEL_SPACING_DBL};
`;
return (
More from the BBC
Scroll carousel left
${({ service }) => getSansRegular(service)}
${GEL_LONG_PRIMER};
${({ service }) => getSansRegular(service)}
${GEL_MINION};
${({ service }) => getSansRegular(service)}
list-style-type: none;
${({ service }) => getSansRegular(service)}
background-color: ${C_CONSENT_BACKGROUND};
${({ service }) => getSansRegular(service)}
color: ${C_EBON};
${({ service }) => service && getSansRegular(service)}
color: ${C_WHITE};
${({ service }) => getSansRegular(service)}
display: inline-block;
${({ service }) => getSansRegular(service)}
${props => props.padding && PADDING}
${({ service }) => getSansRegular(service)}
color: ${C_GHOST};