🎨 retours UI
- Les activités peuvent tenir à trois sur une même ligne - Le texte du bouton peut être selectionépull/637/head
parent
10e4486196
commit
913b4178e1
|
@ -206,6 +206,7 @@
|
|||
}
|
||||
.ui__.button-choice {
|
||||
display: flex;
|
||||
user-select: text;
|
||||
align-items: baseline;
|
||||
flex-wrap: wrap;
|
||||
padding: 1rem;
|
||||
|
@ -257,7 +258,7 @@
|
|||
}
|
||||
|
||||
.ui__.button-choice.block img {
|
||||
margin: 1rem !important;
|
||||
margin: 0.8rem !important;
|
||||
}
|
||||
|
||||
.ui__.button-choice:hover,
|
||||
|
|
|
@ -85,7 +85,7 @@ export const ActivitéSelection = withSitePaths(
|
|||
)
|
||||
|
||||
const activitéCardCss = `
|
||||
width: 15rem;
|
||||
width: 14rem;
|
||||
justify-content: center;
|
||||
margin: 1rem !important;
|
||||
font-size: initial! important;
|
||||
|
|
|
@ -126,7 +126,7 @@ export default withSitePaths(function VotreSituation({ sitePaths }) {
|
|||
const ActivitéList = ({ activités }) => {
|
||||
const { state } = useContext(StoreContext)
|
||||
return (
|
||||
<div css="display: flex; flex-wrap: wrap;">
|
||||
<div css="display: flex; flex-wrap: wrap; margin: 0 -1rem;">
|
||||
{activités.map(title => (
|
||||
<ActivitéCard
|
||||
key={title}
|
||||
|
|
Loading…
Reference in New Issue