Correctiones...
This commit is contained in:
@@ -158,6 +158,11 @@ $textcol_scuro: darkblue;
|
||||
letter-spacing: 0.078rem;
|
||||
}
|
||||
|
||||
.copyrights {
|
||||
color: gray;
|
||||
letter-spacing: 0.078rem;
|
||||
}
|
||||
|
||||
.mycontacts_title {
|
||||
text-shadow: 0.125rem 0.125rem 0.125rem #555;
|
||||
font-weight: bold;
|
||||
|
||||
@@ -31,6 +31,10 @@ export default class Footer extends Vue {
|
||||
return db_data.URL_FACEBOOK
|
||||
}
|
||||
|
||||
get InstagramPage() {
|
||||
return db_data.URL_INSTAGRAM
|
||||
}
|
||||
|
||||
get static_data(){
|
||||
return static_data
|
||||
}
|
||||
|
||||
@@ -10,11 +10,13 @@
|
||||
<!--</span>-->
|
||||
|
||||
|
||||
<FormNewsletter v-if="static_data.SHOW_NEWSLETTER"
|
||||
|
||||
>
|
||||
<FormNewsletter v-if="static_data.SHOW_NEWSLETTER">
|
||||
</FormNewsletter>
|
||||
|
||||
<div class="q-mt-xs copyrights">
|
||||
<p class="mycontacts_text" v-html="$t('homepage.copyrights')"></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-sm-4">
|
||||
<div class="text-center">
|
||||
@@ -29,6 +31,9 @@
|
||||
<a :href="FBPage" target="_blank">
|
||||
<i aria-hidden="true" class="q-icon fab fa-facebook-f icon_contact links"> </i></a>
|
||||
|
||||
<a :href="InstagramPage" target="_blank">
|
||||
<i aria-hidden="true" class="q-icon fab fa-instagram icon_contact links"> </i></a>
|
||||
|
||||
<a :href="TelegramSupport" target="_blank">
|
||||
<i aria-hidden="true" class="q-icon fab fa-telegram icon_contact links"></i></a>
|
||||
|
||||
|
||||
@@ -133,6 +133,7 @@ export interface ITimeLineEntry {
|
||||
image4?: string
|
||||
side: string
|
||||
link_url?: string
|
||||
link_url_lang?: IAllLang
|
||||
link_text?: IAllLang
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user