load ajax + anchorfixed

This commit is contained in:
2019-10-07 23:02:29 +02:00
parent ba59f31741
commit 588d796db5
10 changed files with 106 additions and 14 deletions
@@ -98,4 +98,9 @@ $animate: all 0.2s ease-in-out;
url("/user/themes/figureslibres/images/forme3.svg") center no-repeat;
background-size: cover;
}
&.commanditaires{
background:
url("/user/themes/figureslibres/images/forme4.svg") center no-repeat;
background-size: cover;
}
}
@@ -180,6 +180,9 @@ body{
&.culturelle{
background: $color_culturelle;
}
&.commanditaires{
background: $color_commanditaire;
}
#icone_list{
position: absolute;
top: 0px;
@@ -221,9 +224,18 @@ body{
-moz-column-gap: 2em;
column-gap: 2em;
display: block;
margin: 1rem auto;
p{
font-size: 1rem;
line-height: 1.2rem;
margin: 0.5rem auto;
}
.card{
&:hover{
.card-header{
background: $color_culturelle;
}
}
}
}
}