some texte css
This commit is contained in:
@@ -139,6 +139,24 @@ section[role="main-content"]{
|
|||||||
|
|
||||||
.index{
|
.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"]{
|
footer[role="tools"]{
|
||||||
$list-item-h: 5.3em;
|
$list-item-h: 5.3em;
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
<span v-if="!loaded">Loading...</span>
|
<span v-if="!loaded">Loading...</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<section v-html="item.tei" class="col-6"/>
|
<div class="content" v-html="item.tei"/>
|
||||||
|
|
||||||
<template v-slot:nav>
|
<template v-slot:nav>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user