/lesprojets
This commit is contained in:
@@ -4592,7 +4592,7 @@ main {
|
|||||||
height: 25px;
|
height: 25px;
|
||||||
}
|
}
|
||||||
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie {
|
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie {
|
||||||
width: 70%;
|
width: 100%;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
align-content: space-between;
|
align-content: space-between;
|
||||||
@@ -4602,6 +4602,10 @@ main {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie .field-content ul li {
|
||||||
|
display: flex;
|
||||||
|
justify-content: end;
|
||||||
|
}
|
||||||
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie .field-content ul li .node-type-projet {
|
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie .field-content ul li .node-type-projet {
|
||||||
font-size: 0.4rem;
|
font-size: 0.4rem;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ main{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.views-field-field-projets-lie{
|
.views-field-field-projets-lie{
|
||||||
width: 70%;
|
width: 100%;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
align-content: space-between;
|
align-content: space-between;
|
||||||
@@ -101,51 +101,56 @@ main{
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
li .node-type-projet{
|
li{
|
||||||
font-size: 0.4rem;
|
display: flex;
|
||||||
width: 80%;
|
justify-content: end;
|
||||||
.field_field_laureats{
|
.node-type-projet{
|
||||||
|
font-size: 0.4rem;
|
||||||
|
width: 80%;
|
||||||
|
.field_field_laureats{
|
||||||
|
|
||||||
}
|
|
||||||
.field_field_nom_de_l_equipe{
|
|
||||||
h3{
|
|
||||||
font-size: 0.6rem;
|
|
||||||
}
|
}
|
||||||
}
|
.field_field_nom_de_l_equipe{
|
||||||
.field_field_intro{
|
h3{
|
||||||
p{
|
|
||||||
font-size: 0.5rem;
|
|
||||||
}
|
|
||||||
.more-link{
|
|
||||||
width: fit-content;
|
|
||||||
padding-left: 0.5rem;
|
|
||||||
background: black;
|
|
||||||
@media (max-width:810px) {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
a{
|
|
||||||
display: inline-flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
color: white;
|
|
||||||
text-transform: uppercase;
|
|
||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
svg{
|
}
|
||||||
display: none;
|
}
|
||||||
|
.field_field_intro{
|
||||||
|
p{
|
||||||
|
font-size: 0.5rem;
|
||||||
|
}
|
||||||
|
.more-link{
|
||||||
|
width: fit-content;
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
background: black;
|
||||||
|
@media (max-width:810px) {
|
||||||
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
&::after{
|
a{
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
content: url("../img/noun-arrow-to-right.svg");
|
justify-content: space-between;
|
||||||
padding-right: 0.2rem;
|
align-items: center;
|
||||||
padding-left: 0.2rem;
|
color: white;
|
||||||
padding-bottom: 0.2rem;
|
text-transform: uppercase;
|
||||||
height: 25px;
|
font-size: 0.6rem;
|
||||||
|
svg{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
&::after{
|
||||||
|
display: inline-flex;
|
||||||
|
content: url("../img/noun-arrow-to-right.svg");
|
||||||
|
padding-right: 0.2rem;
|
||||||
|
padding-left: 0.2rem;
|
||||||
|
padding-bottom: 0.2rem;
|
||||||
|
height: 25px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user