index items ligne de base
This commit is contained in:
+12
-9
@@ -399,7 +399,7 @@ section[role="main-content"]{
|
|||||||
>li{
|
>li{
|
||||||
padding:0 0 $base-line / 2 0;
|
padding:0 0 $base-line / 2 0;
|
||||||
h3{
|
h3{
|
||||||
@include title2black;
|
@include title1black;
|
||||||
padding:0 0 $base-line / 2 0;
|
padding:0 0 $base-line / 2 0;
|
||||||
color: $bleuroi;
|
color: $bleuroi;
|
||||||
}
|
}
|
||||||
@@ -408,9 +408,13 @@ section[role="main-content"]{
|
|||||||
// padding:0 0 0.5em 0;
|
// padding:0 0 0.5em 0;
|
||||||
section{
|
section{
|
||||||
h4{
|
h4{
|
||||||
@include title3black;
|
// @include title3black;
|
||||||
|
@include title4grey;
|
||||||
|
color: $grisfonce;
|
||||||
|
font-weight: 400;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
a{
|
a{
|
||||||
|
|
||||||
span.form{
|
span.form{
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
@@ -472,15 +476,19 @@ section[role="main-content"]{
|
|||||||
>li{
|
>li{
|
||||||
margin: 0 0 1em 0;
|
margin: 0 0 1em 0;
|
||||||
h3{
|
h3{
|
||||||
@include title2black;
|
@include title1black;
|
||||||
padding:0 0 $base-line / 2 0;
|
padding:0 0 $base-line / 2 0;
|
||||||
}
|
}
|
||||||
li{
|
li{
|
||||||
margin: 0 0 0.5em 0;
|
margin: 0 0 0.5em 0;
|
||||||
h4{
|
h4{
|
||||||
@include title3black;
|
// @include title3black;
|
||||||
|
@include title4grey;
|
||||||
|
color: $grisfonce;
|
||||||
|
font-weight: 400;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
a{
|
a{
|
||||||
|
|
||||||
span.edition{
|
span.edition{
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
@@ -489,11 +497,6 @@ section[role="main-content"]{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a{
|
|
||||||
@include title4grey;
|
|
||||||
color: $grisfonce;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
nav{
|
nav{
|
||||||
h3{
|
h3{
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
@click.prevent="onGoToText"
|
@click.prevent="onGoToText"
|
||||||
@keyup.enter="onGoToText"
|
@keyup.enter="onGoToText"
|
||||||
>
|
>
|
||||||
{{ oc.title }} <span v-if="oc.ed.uuid" class="edition">( {{ editionTitle }} )</span>
|
<span v-html="oc.title" /> <span v-if="oc.ed.uuid" class="edition">( {{ editionTitle }} )</span>
|
||||||
<!-- <span v-if="oc.form" class="form">( "{{ oc.form }}" )</span> -->
|
<!-- <span v-if="oc.form" class="form">( "{{ oc.form }}" )</span> -->
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
@click.prevent="onGoToText"
|
@click.prevent="onGoToText"
|
||||||
@keyup.enter="onGoToText"
|
@keyup.enter="onGoToText"
|
||||||
>
|
>
|
||||||
{{ oc.title }} <span v-if="oc.form" class="form">( "{{ oc.form }}" )</span>
|
<span v-html="oc.title" /> <span v-if="oc.form" class="form">( "{{ oc.form }}" )</span>
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
<!-- <span
|
<!-- <span
|
||||||
|
|||||||
Reference in New Issue
Block a user