Animations, Policy, Toolbar Colors
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {
|
||||
computed,
|
||||
defineComponent, ref,
|
||||
} from 'vue'
|
||||
|
||||
@@ -27,6 +28,16 @@ export default defineComponent({
|
||||
|
||||
const site = ref(globalStore.site)
|
||||
|
||||
const getBackColorText = computed(() => {
|
||||
let mycol = ''
|
||||
if (globalStore.site && globalStore.site.confpages?.col_bgfooter)
|
||||
mycol = globalStore.site.confpages?.col_bgfooter
|
||||
else
|
||||
mycol = '#061f5c'
|
||||
|
||||
return 'linear-gradient(180deg, ' + mycol + ' 95%, #FFF)'
|
||||
})
|
||||
|
||||
console.log('LandingFooter - INIT')
|
||||
|
||||
function TelegramSupport() {
|
||||
@@ -76,6 +87,7 @@ export default defineComponent({
|
||||
getarrValDb,
|
||||
getValDb,
|
||||
site,
|
||||
getBackColorText,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user