Browse Source

some texte css

Bachir Soussi Chiadmi 4 years ago
parent
commit
93849f6992
2 changed files with 19 additions and 1 deletions
  1. 18 0
      assets/css/app.scss
  2. 1 1
      src/pages/Item.vue

+ 18 - 0
assets/css/app.scss

@@ -139,6 +139,24 @@ section[role="main-content"]{
 
   .index{
   }
+
+  #text{
+    .content{
+      color: $bleuroi;
+      h1{
+        font-size: 1.512em;
+      }
+      p{
+        font-size: 1.134em;
+        line-height: 1.5;
+        span.persName,
+        span.placeName,
+        span.objectName{
+          font-weight: 600;
+        }
+      }
+    }
+  }
 }
 footer[role="tools"]{
   $list-item-h: 5.3em;

+ 1 - 1
src/pages/Item.vue

@@ -7,7 +7,7 @@
       <span v-if="!loaded">Loading...</span>
     </template>
 
-    <section v-html="item.tei" class="col-6"/>
+    <div class="content" v-html="item.tei"/>
 
     <template v-slot:nav>
     </template>