php class
This commit is contained in:
@@ -275,22 +275,27 @@
|
||||
|
||||
|
||||
}
|
||||
.view-ressources-hidden {
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
// .view-ressources-hidden {
|
||||
// visibility: hidden;
|
||||
// height: 0;
|
||||
// overflow: hidden;
|
||||
// }
|
||||
.view-content{
|
||||
transition: opacity 0.3s ease;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
.view-type-slide.type-publication-issue-du-programme-eqld{
|
||||
order: 1;
|
||||
}
|
||||
.view-type-slide.type-paroles-de-laureats{order: 2;}
|
||||
.view-type-slide.type-presse{order: 4;}
|
||||
.view-type-slide:not(footer){
|
||||
width: 100%;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
padding-bottom: 4rem;
|
||||
padding-bottom: rem;
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
||||
@@ -9,7 +9,7 @@ article.node-type-ressource{
|
||||
svg.ext{
|
||||
display: none;
|
||||
}
|
||||
&.type-de-ressource-Publication-issue-du-programme-EQLD{
|
||||
&.type-publication-issue-du-programme-eqld{
|
||||
// background-color: $background-actus;
|
||||
.wrapper-ressource{
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user