css ajout s a class type-publication
This commit is contained in:
@@ -369,6 +369,11 @@
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
|
||||
.view-type-slide:not(:first-of-type) h3 {
|
||||
width: 80%;
|
||||
border-top: solid 2px rgba(0, 0, 0, 0.3);
|
||||
padding-top: 2rem;
|
||||
}
|
||||
.view-type-slide.type-publications-issues-du-programme-eqld{
|
||||
order: 1;
|
||||
&::before{
|
||||
@@ -379,10 +384,15 @@
|
||||
.view-type-slide.type-presse{
|
||||
order: 5;
|
||||
&::before{
|
||||
background-color: $background-actus;}
|
||||
background-color: $background-actus;
|
||||
}
|
||||
h3{border: none;}
|
||||
}
|
||||
.view-type-slide.type-publications-des-partenaires-et-laureats{order: 4;}
|
||||
.view-type-slide.type-autres{order: 6;}
|
||||
.view-type-slide.type-autres{order: 9;}
|
||||
.type-documentation-partenariale{order: 6;}
|
||||
.view-type-slide.type-these-et-memoire{order: 8;}
|
||||
|
||||
.view-type-slide:not(footer){
|
||||
width: 100%;
|
||||
position: relative;
|
||||
|
||||
@@ -9,7 +9,7 @@ article.node-type-ressource{
|
||||
svg.ext{
|
||||
display: none;
|
||||
}
|
||||
&.type-publication-issue-du-programme-eqld{
|
||||
&.type-publications-issues-du-programme-eqld{
|
||||
// background-color: $background-actus;
|
||||
.wrapper-ressource{
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user