improve banners render : context person, with common improvements on accompanyingcourse and household context

This commit is contained in:
2021-07-01 16:13:07 +02:00
parent a78de0f96c
commit fc63955205
7 changed files with 144 additions and 70 deletions

View File

@@ -45,6 +45,28 @@ table {
}
}
// styles communs pour tous les bandeaux
div.banner {
.id-number {
font-weight: lighter;
font-size: 50%;
&:before { content: '(n°'; }
&:after { content: ')'; }
}
a.phone,
a.email {
color: white;
}
ul.list-content {
margin: 0 auto;
}
span.age {
margin-left: 0.5em;
&:before { content: '('; }
&:after { content: ')'; }
}
}
/*
* FLEX RESPONSIVE TABLE/BLOCK PRESENTATION
*/