no scope
This commit is contained in:
parent
7cbb79a174
commit
fe30621227
2
app.vue
2
app.vue
@ -46,7 +46,7 @@ const handleResize = () => {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="sass" scoped>
|
<style lang="sass">
|
||||||
.page-enter-active,
|
.page-enter-active,
|
||||||
.page-leave-active
|
.page-leave-active
|
||||||
transition: opacity 0.3s ease, transform 0.3s ease
|
transition: opacity 0.3s ease, transform 0.3s ease
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="sass">
|
<style lang="sass">
|
||||||
.article
|
.article
|
||||||
width: 100%
|
width: 100%
|
||||||
max-width: 500px
|
max-width: 500px
|
||||||
|
|||||||
@ -115,7 +115,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<style lang="sass" scoped>
|
<style lang="sass">
|
||||||
.schema-typer
|
.schema-typer
|
||||||
background-color: #1e1e1e
|
background-color: #1e1e1e
|
||||||
padding: 1.5rem
|
padding: 1.5rem
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="articlePage">
|
<div class="articlePage">
|
||||||
|
|
||||||
<div v-if="article" class="article">
|
<div v-if="article" class="articleBorder">
|
||||||
<SideBarNaviSlider link="/magazin">
|
<SideBarNaviSlider link="/magazin">
|
||||||
{{ $t('pages.article.artikelUebersicht') }}
|
{{ $t('pages.article.artikelUebersicht') }}
|
||||||
</SideBarNaviSlider>
|
</SideBarNaviSlider>
|
||||||
@ -181,7 +181,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="sass">
|
<style lang="sass">
|
||||||
.article
|
.articleBorder
|
||||||
margin-top: -1rem
|
margin-top: -1rem
|
||||||
.img_background
|
.img_background
|
||||||
position: absolute
|
position: absolute
|
||||||
|
|||||||
@ -120,7 +120,7 @@ watchEffect(() => {
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="sass" scoped>
|
<style lang="sass">
|
||||||
.referenceBox
|
.referenceBox
|
||||||
display: grid
|
display: grid
|
||||||
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
|
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
|
||||||
|
|||||||
@ -150,7 +150,7 @@ import { useMainStore } from '@/stores/main'
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="sass" scoped>
|
<style lang="sass">
|
||||||
@keyframes moveSpotlight
|
@keyframes moveSpotlight
|
||||||
0%
|
0%
|
||||||
transform: translate(-30%, -30%) rotate(0deg)
|
transform: translate(-30%, -30%) rotate(0deg)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user