modif css
This commit is contained in:
@@ -69,6 +69,11 @@ $animate: all 0.2s ease-in-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
&#figureslibres{
|
||||
&::before, &::after{
|
||||
bottom: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.hidden{
|
||||
@@ -89,23 +94,34 @@ $animate: all 0.2s ease-in-out;
|
||||
height: 200px;
|
||||
transition: height .5s, width .5s;
|
||||
}
|
||||
&.figureslibres{
|
||||
background:
|
||||
url("/user/themes/figureslibres/images/figures_libres.svg") center no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
&.publique{
|
||||
background:
|
||||
url("/user/themes/figureslibres/images/forme2.svg") center no-repeat;
|
||||
url("/user/themes/figureslibres/images/publique.svg") center no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
&.sociale{
|
||||
background: $color_sociale;
|
||||
border-radius: 100px;
|
||||
background:
|
||||
url("/user/themes/figureslibres/images/sociale.svg") center no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
&.culturelle{
|
||||
background:
|
||||
url("/user/themes/figureslibres/images/forme3.svg") center no-repeat;
|
||||
url("/user/themes/figureslibres/images/culturelle.svg") center no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
&.commanditaires{
|
||||
background:
|
||||
url("/user/themes/figureslibres/images/forme4.svg") center no-repeat;
|
||||
url("/user/themes/figureslibres/images/commanditaires.svg") center no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
&.logiciels-libres{
|
||||
background:
|
||||
url("/user/themes/figureslibres/images/logiciels_libres.svg") center no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user