Browse Source

textes en drapeaux dans les sections

Ouidade 4 years ago
parent
commit
a493e8257a
2 changed files with 23 additions and 20 deletions
  1. 1 1
      src/.temp/now.js
  2. 22 19
      src/css/styles_de_paragraphes.scss

+ 1 - 1
src/.temp/now.js

@@ -1 +1 @@
-export default 1569246210811
+export default 1569250243395

+ 22 - 19
src/css/styles_de_paragraphes.scss

@@ -1,16 +1,16 @@
-.pre-title {
-	font-family: "Duke POPSU";
-	font-weight: inherit;
-	font-size: 45pt;
-	line-height: 33pt;
-}
-
-.pre-sub-title {
-	font-family: "Texa";
-	font-weight: 800;
-	font-size: 10pt;
-	line-height: 13pt;
-}
+// .pre-title {
+// 	font-family: "Duke POPSU";
+// 	font-weight: inherit;
+// 	font-size: 45pt;
+// 	line-height: 33pt;
+// }
+//
+// .pre-sub-title {
+// 	font-family: "Texa";
+// 	font-weight: 800;
+// 	font-size: 10pt;
+// 	line-height: 13pt;
+// }
 
 .main-title {
 	font-family: "Duke POPSU";
@@ -67,11 +67,14 @@
 	margin-bottom: 6pt;
 
 	h4 {
+		font-family: "TextaAlt";
 		text-transform: uppercase;
 		margin: 8pt 0 0;
 	}
 
 	p {
+		font-family: "SGI-TextAlt";
+		line-height: 13pt;
 		margin: 0;
 	}
 }
@@ -121,9 +124,11 @@
 	font-size: 9.5pt;
 	font-weight: 200;
 	line-height: 18pt;
+  // text-align: left;
 }
 // texte justifié par defaut
 
+
 .justify p {
 	text-align: justify;
 	text-align-last: left !important;
@@ -131,6 +136,10 @@
 	hanging-punctuation: first;
 }
 
+.section-content p {
+	text-align: left;
+}
+
 .chapter-content h3 {
 	hyphens: none;
 	font-size: 19pt;
@@ -150,9 +159,3 @@ strong {
 	font-size: 14pt;
 	line-height: 18pt;
 }
-
-
-ol {
-  list-style-type: decimal;
-
-}