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
@@ -116,9 +116,9 @@ $file-italic: "playfairdisplay-regularitalic";
}
}
$moche: "Moche-Regular";
$moche: "Moche-Bold";
$family-regular2: "moche";
$file-regular2: "Moche-Regular";
$file-regular2: "Moche-Bold";
@mixin font-face($moche, $file-regular2, $family-regular2, $category:"") {
$filepath: "../fonts/" + $family-regular2 + "/" + $file-regular2;
@@ -38,3 +38,4 @@ $Flhome-t: 3rem;
$color_publique: #fef86f;
$color_sociale: lightgreen;
$color_culturelle: #82f8ee;
$color_commanditaire: #ff7f7a;
@@ -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;
}
}
}
}
}