Redesign Timeline (#1772)

* Timeline redesign for desktop and mobile
* Fixed nowrap on desktop

---------

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
brendanlaschke
2023-12-04 11:37:25 +01:00
committed by GitHub
parent 2171eff1a0
commit 40b4e9f8e9
6 changed files with 256 additions and 113 deletions

View File

@ -28,6 +28,7 @@ const StyledContainer = styled.div`
gap: ${({ theme }) => theme.spacing(2)};
height: 40px;
padding-left: ${({ theme }) => theme.spacing(2)};
user-select: none;
`;
export const TabList = ({ tabs, context }: TabListProps) => {

View File

@ -5,6 +5,7 @@ const common = {
xs: '2px',
sm: '4px',
md: '8px',
xl: '20px',
rounded: '100%',
},
};