picto h3 ressources
This commit is contained in:
@@ -118,9 +118,10 @@
|
||||
width: 15%;
|
||||
background-color: $white;
|
||||
margin-top: 2rem;
|
||||
margin-left: 1rem;
|
||||
// margin-left: 1rem;
|
||||
margin-bottom: 5rem;
|
||||
padding: 1rem;
|
||||
padding-left: 2rem;
|
||||
padding-right: 3rem;
|
||||
@media (max-width: 479px) {
|
||||
margin-left: 0;
|
||||
@@ -189,6 +190,9 @@
|
||||
}
|
||||
|
||||
}
|
||||
.form-item{
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
.view-content{
|
||||
width: 100%;
|
||||
@@ -197,12 +201,41 @@
|
||||
flex-wrap: wrap;
|
||||
.view-type-ressource-slide:not(footer){
|
||||
width: 100%;
|
||||
|
||||
padding-top: 1rem;
|
||||
h3{
|
||||
margin-left: 25%;
|
||||
text-transform: uppercase;
|
||||
a{color: rgb(9, 57, 139) !important;}
|
||||
}
|
||||
h3 a{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
h3.type-publication-issue-du-programme-eqld a{
|
||||
&:before{
|
||||
content:url("../images/pictos/picto-ressource-eqld.svg");
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
h3.type-paroles-de-laureats a{
|
||||
&:before{
|
||||
content:url("../images/pictos/picto-ressource-paroleslaureats.svg");
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
h3.type-paroles-de-laureats a{
|
||||
&:before{
|
||||
content:url("../images/pictos/picto-ressource-projetsimages.svg");
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
h3.type-paroles-de-laureats a{
|
||||
&:before{
|
||||
content:url("../images/pictos/picto-ressource-presse.svg");
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
.views-row-wrapper{
|
||||
margin-left: 25%;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user