Updated riso.app with Site Configuration Parameter
This commit is contained in:
@@ -22,6 +22,10 @@ $graytext: #555;
|
||||
color: black;
|
||||
}
|
||||
|
||||
&__details_darktheme {
|
||||
color: white;
|
||||
}
|
||||
|
||||
&__tdimg {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
@@ -107,6 +111,10 @@ $graytext: #555;
|
||||
color: black;
|
||||
}
|
||||
|
||||
&__details_darktheme {
|
||||
color: white;
|
||||
}
|
||||
|
||||
&__hours {
|
||||
color: blue;
|
||||
&-title {
|
||||
|
||||
@@ -92,9 +92,8 @@
|
||||
|
||||
<div style="margin: 10px;"></div>
|
||||
|
||||
<p v-if="myevent.bodytext" class="listaev__details text-left q-mb-md" v-html="myevent.bodytext"></p>
|
||||
<p v-else class="listaev__details" v-html="myevent.details"></p>
|
||||
|
||||
<p v-if="myevent.bodytext" :class="`listaev__details`+ ($q.dark.isActive ? '_darktheme' : ``) + ` text-left q-mb-md`" v-html="myevent.bodytext"></p>
|
||||
<p v-else :class="`listaev__details`+ ($q.dark.isActive ? '_darktheme' : ``)" v-html="myevent.details"></p>
|
||||
|
||||
<div v-for="(mypage, index) in myevent.pagefooter" :key="index">
|
||||
<CMyPage v-if="!!mypage" :mypath="`/`+ mypage">
|
||||
|
||||
Reference in New Issue
Block a user