button media à finir
This commit is contained in:
@@ -145,10 +145,94 @@
|
||||
content: "Filtrer par : ";
|
||||
padding-right: 1rem;
|
||||
font-weight: 800;
|
||||
margin-bottom: 1rem;
|
||||
@media (max-width: 479px){
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
.buttons-filtres-ressources{
|
||||
margin-top: 2rem;
|
||||
button{
|
||||
background-color: transparent;
|
||||
border-radius: 30px;
|
||||
border: 1px solid black;
|
||||
padding: 0.5rem 0.8rem 0.2rem 0.6rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-right: 0.5rem;
|
||||
&:hover{
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
&.button-videos{
|
||||
a {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
&::before{
|
||||
content:url("../images/pictos/podcasts.png");
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.button-podcasts{
|
||||
a {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
&::before{
|
||||
content:url("../images/pictos/podcasts.png");
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.button-reportages-photos{
|
||||
a {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
&::before{
|
||||
content:url("../images/pictos/podcasts.png");
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.button-livres{
|
||||
a {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
&::before{
|
||||
content:url("../images/pictos/podcasts.png");
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.button-articles{
|
||||
a {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
&::before{
|
||||
content:url("../images/pictos/podcasts.png");
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.button-publications-rapports{
|
||||
a {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
&::before{
|
||||
content:url("../images/pictos/podcasts.png");
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
.view-ressources-hidden {
|
||||
@@ -188,32 +272,30 @@
|
||||
margin-top: 3rem;
|
||||
text-transform: uppercase;
|
||||
font-family: 'Source Code Pro';
|
||||
a{color: rgb(9, 57, 139) !important;}
|
||||
}
|
||||
h3 a{
|
||||
color: rgb(9, 57, 139) !important;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
h3.type-publication-issue-du-programme-eqld a{
|
||||
h3.type-publication-issue-du-programme-eqld {
|
||||
&:before{
|
||||
content:url("../images/pictos/picto-ressource-eqld.svg");
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
h3.type-paroles-de-laureats a{
|
||||
h3.type-paroles-de-laureats {
|
||||
&:before{
|
||||
content:url("../images/pictos/picto-ressource-paroleslaureats.svg");
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
h3.type-les-projets-en-images a{
|
||||
h3.type-les-projets-en-images {
|
||||
&:before{
|
||||
content:url("../images/pictos/picto-ressource-projetsimages.svg");
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
h3.type-presse a{
|
||||
h3.type-presse {
|
||||
&:before{
|
||||
content:url("../images/pictos/picto-ressource-presse.svg");
|
||||
padding-right: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user