complete previous commit (+dirty auto corrections from IDE)

This commit is contained in:
2021-07-23 15:19:57 +02:00
parent 8384508c1a
commit b0ef9b6612
16 changed files with 66 additions and 241 deletions

View File

@@ -6,7 +6,7 @@
* when possible, try to use bootstrap html class
*/
@import '~ChillMainAssets/modules/bootstrap/bootstrap';
@import '~ChillMainAssets/module/bootstrap/bootstrap';
/*
* Specific rules
@@ -20,12 +20,12 @@
// styles communs pour tous les bandeaux
div.banner {
.id-number {
font-weight: lighter;
font-weight: lighter;
font-size: 50%;
&:before { content: '(n°'; }
&:after { content: ')'; }
}
a.phone,
a.phone,
a.email {
color: white;
}
@@ -69,14 +69,14 @@ div.flex-table {
}
div.item-bloc {
// We use box-shadow instead of border
// to avoid to manage border double-width
// to avoid to manage border double-width
// when blocs are resized for small screen !
// Then we can simulate border-collapse: collapse (table)
box-shadow:
1px 0 0 0 var(--bs-dark),
0 1px 0 0 var(--bs-dark),
box-shadow:
1px 0 0 0 var(--bs-dark),
0 1px 0 0 var(--bs-dark),
1px 1px 0 0 var(--bs-dark), /* fix the corner */
1px 0 0 0 var(--bs-dark) inset,
1px 0 0 0 var(--bs-dark) inset,
0 1px 0 0 var(--bs-dark) inset;
}
}