1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-11 00:25:02 +00:00

style: stylise les puces des sous-listes non ordonnées

This commit is contained in:
Alice Dahan 2024-12-20 13:16:56 +01:00 committed by liliced
parent 349abf2de1
commit 159bb88dd9

View file

@ -64,6 +64,10 @@ export const Ul = styled.ul<ListProps>`
background-color: inherit;
margin-bottom: ${({ theme }) => theme.spacings.xs};
}
> ${Li} ${Li}::before {
font-size: 60%;
color: ${({ theme }) => theme.colors.bases.primary[700]};
}
`
export const Ol = styled.ol<ListProps>`