expo, cartel display entrees as text

This commit is contained in:
2020-01-09 13:54:53 +01:00
parent 7c5bc8e053
commit 1005117b72
2 changed files with 15 additions and 7 deletions
File diff suppressed because one or more lines are too long
@@ -1001,9 +1001,9 @@ main[role="main"]{
opacity:1;
transition: opacity 0.2s ease-in-out;
.entrees{
// body:not(.domain-expo-encyclopediedelaparole-org) &{
body:not(.domain-expo-encyclopediedelaparole-org) &{
@include entree-micro-square;
// }
}
}
h2.node-title{
margin:0.2em 0 0;
@@ -1119,10 +1119,10 @@ main[role="main"]{
display: none;
}
.time-line-container{
margin:0.80em 0 0;
margin:1.5em 0 0;
}
.time{
margin:1.055em 0 0;
margin:1.23em 0 0;
>*{
width:50px;
}
@@ -1136,9 +1136,17 @@ main[role="main"]{
.cartel{
margin-top: 0;
width:calc(100% - 190px);
.entrees{
span.entree{
article.node--type-enregistrement{
margin:0;
}
.cartels .first-cartel h2.node-title{
margin:0;
}
.entrees{
span.entree:after{
content: attr(title);
font-size: 0.75em;
}
}
}