added bornes date in classical home perf list

This commit is contained in:
2021-12-16 19:41:27 +01:00
parent 1be3f0c38e
commit 7348a3c965
3 changed files with 39 additions and 1 deletions
@@ -2016,6 +2016,21 @@ html.no-js body.front #home-performances-list > li.without-image,
html.classic-nav body.front #home-performances-list > li.without-image {
flex: 1 1 auto;
}
html.no-js body.front #home-performances-list > li.borne-date,
html.classic-nav body.front #home-performances-list > li.borne-date {
background-color: #77787B;
color: #F2F2F2;
line-height: 1;
padding: 0.5em 1em;
}
html.no-js body.front #home-performances-list > li.borne-date span,
html.classic-nav body.front #home-performances-list > li.borne-date span {
font-family: "MuseoSans", Arial, sans-serif;
-moz-font-feature-settings: "calt=0,liga=0";
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
}
html.no-js body.front #home-performances-list > li h4,
html.classic-nav body.front #home-performances-list > li h4,
html.no-js body.front #home-performances-list > li h5,
@@ -860,6 +860,16 @@ html.no-js, html.classic-nav{
&.without-image{
flex: 1 1 auto;
}
&.borne-date{
background-color: @timeline-color;
color: @timeline-juicy-color;
line-height: 1;
padding: 0.5em 1em;
span{
// display: block
.fs-perfnode-personne;
}
}
padding:0 0.5em 0.5em;
margin: 0.5em;
h4, h5{