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:
parent
349abf2de1
commit
159bb88dd9
1 changed files with 4 additions and 0 deletions
|
@ -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>`
|
||||
|
|
Loading…
Add table
Reference in a new issue