mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-03-12 18:36:04 +00:00
refactor: aligne les labels d'input Radio
This commit is contained in:
parent
959ad24fd7
commit
9eacdffa03
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,8 @@ export const SpanBody = styled(Body).attrs({ as: 'span' })`
|
|||
margin: ${({ theme }) => theme.spacings.xs} 0px;
|
||||
margin-left: ${({ theme }) => theme.spacings.xxs};
|
||||
background-color: transparent;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
`
|
||||
|
||||
export const InputRadio = styled.input`
|
||||
|
|
Loading…
Add table
Reference in a new issue