This commit is contained in:
Sabrina Hennrich 2025-07-05 11:46:25 +02:00
parent 7cbb79a174
commit fe30621227
6 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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))

View File

@ -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)