feat: Ajout des associations
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user