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,