load ajax + anchorfixed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user