From 41d39bb088152735d61ec022da6a8ac58bee7252 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 20 Jun 2023 12:17:01 +0200 Subject: [PATCH] #2064 fixed index loading --- assets/css/app.scss | 6 ++ src/pages/IndexLocorum.vue | 110 ++++++++++++++++++++++--------------- src/pages/IndexNominum.vue | 109 +++++++++++++++++++++--------------- src/pages/IndexOperum.vue | 109 +++++++++++++++++++++--------------- 4 files changed, 205 insertions(+), 129 deletions(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index 7812be9..c7a30e1 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -207,6 +207,12 @@ section[role="main-content"]{ @include titleSansRed; margin: 0; } + &>span{ + display: block; + margin: 0.5em 0 0; + @include title2black; + font-weight: 600; + } } &#list-corpus{ diff --git a/src/pages/IndexLocorum.vue b/src/pages/IndexLocorum.vue index 2554e2b..639d975 100644 --- a/src/pages/IndexLocorum.vue +++ b/src/pages/IndexLocorum.vue @@ -3,6 +3,7 @@