expo, cartel display entrees as text
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1001,9 +1001,9 @@ main[role="main"]{
|
|||||||
opacity:1;
|
opacity:1;
|
||||||
transition: opacity 0.2s ease-in-out;
|
transition: opacity 0.2s ease-in-out;
|
||||||
.entrees{
|
.entrees{
|
||||||
// body:not(.domain-expo-encyclopediedelaparole-org) &{
|
body:not(.domain-expo-encyclopediedelaparole-org) &{
|
||||||
@include entree-micro-square;
|
@include entree-micro-square;
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
h2.node-title{
|
h2.node-title{
|
||||||
margin:0.2em 0 0;
|
margin:0.2em 0 0;
|
||||||
@@ -1119,10 +1119,10 @@ main[role="main"]{
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.time-line-container{
|
.time-line-container{
|
||||||
margin:0.80em 0 0;
|
margin:1.5em 0 0;
|
||||||
}
|
}
|
||||||
.time{
|
.time{
|
||||||
margin:1.055em 0 0;
|
margin:1.23em 0 0;
|
||||||
>*{
|
>*{
|
||||||
width:50px;
|
width:50px;
|
||||||
}
|
}
|
||||||
@@ -1136,9 +1136,17 @@ main[role="main"]{
|
|||||||
.cartel{
|
.cartel{
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
width:calc(100% - 190px);
|
width:calc(100% - 190px);
|
||||||
.entrees{
|
article.node--type-enregistrement{
|
||||||
span.entree{
|
margin:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cartels .first-cartel h2.node-title{
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
.entrees{
|
||||||
|
span.entree:after{
|
||||||
|
content: attr(title);
|
||||||
|
font-size: 0.75em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user