This commit is contained in:
2019-09-23 08:57:20 +02:00
parent 0298112003
commit 7d3e99e69b
5 changed files with 18 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 B

+1 -1
View File
@@ -1 +1 @@
export default 1568797228363 export default 1569221344835
+1 -1
View File
@@ -15,7 +15,7 @@
} }
.fill-motif { .fill-motif {
background-size: 0.6cm; background-size: 0.4cm;
width: calc(148mm + #{$fond-perdu} * 2); width: calc(148mm + #{$fond-perdu} * 2);
height: calc(210mm + #{$fond-perdu} * 2); height: calc(210mm + #{$fond-perdu} * 2);
position: absolute; position: absolute;
+16 -1
View File
@@ -27,6 +27,13 @@
line-height: 15pt; line-height: 15pt;
} }
.main-pre-title {
font-family: "TextaAlt";
font-weight: 800;
font-size: 12pt;
text-transform: uppercase;
}
.table-of-content { .table-of-content {
font-family: "Cormorant"; font-family: "Cormorant";
font-weight: 200; font-weight: 200;
@@ -88,7 +95,7 @@
hyphens: auto; hyphens: auto;
font-family: "Cormorant"; font-family: "Cormorant";
font-weight: 200; font-weight: 200;
font-size: 10pt; font-size: 10.5pt;
line-height: 18pt; line-height: 18pt;
} }
@@ -125,3 +132,11 @@
h4 { h4 {
margin: 0; margin: 0;
} }
// phrase amorce du chapitre 1
strong {
font-family: "Cormorant";
font-weight: 200;
font-size: 14pt;
line-height: 18pt;
}