/lesprojets
This commit is contained in:
@@ -4592,7 +4592,7 @@ main {
|
||||
height: 25px;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie {
|
||||
width: 70%;
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
margin: auto;
|
||||
align-content: space-between;
|
||||
@@ -4602,6 +4602,10 @@ main {
|
||||
flex-direction: row;
|
||||
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 {
|
||||
font-size: 0.4rem;
|
||||
width: 80%;
|
||||
|
||||
@@ -92,7 +92,7 @@ main{
|
||||
}
|
||||
}
|
||||
.views-field-field-projets-lie{
|
||||
width: 70%;
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
margin: auto;
|
||||
align-content: space-between;
|
||||
@@ -101,51 +101,56 @@ main{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-top: 0;
|
||||
li .node-type-projet{
|
||||
font-size: 0.4rem;
|
||||
width: 80%;
|
||||
.field_field_laureats{
|
||||
li{
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
.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_intro{
|
||||
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;
|
||||
.field_field_nom_de_l_equipe{
|
||||
h3{
|
||||
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;
|
||||
content: url("../img/noun-arrow-to-right.svg");
|
||||
padding-right: 0.2rem;
|
||||
padding-left: 0.2rem;
|
||||
padding-bottom: 0.2rem;
|
||||
height: 25px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
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