feat: Ajout des associations

This commit is contained in:
2021-09-09 00:10:40 +02:00
parent a243a2db99
commit d75d2f751e
21 changed files with 724 additions and 3 deletions

View File

@ -198,3 +198,39 @@ hr
details > summary
cursor: pointer
// $vert: #04874b
// $orange: #f0833c
// $grey: #e5e5e5
// $color-primary: black
// $color-secondary: white
#content .cards
margin: 0 -1rem
padding: 0
list-style-type: none
display: flex
flex-wrap: wrap
justify-content: center
.card
flex: 0 0 calc(100% * 3 / 12)
background-color: #f0833c
margin: 1rem
padding: 1rem
border-radius: 4px
text-align: center
display: flex
align-items: center
justify-content: center
color: white
h2
text-transform: none
padding: 0
margin: 0
font-size: 1.2rem
&:hover
box-shadow: none
color: $vert
background-color: white