scoped style

This commit is contained in:
Jörn-Michael Miehe 2022-09-12 21:05:41 +00:00
parent add9214f6b
commit 25c05b6aab

View file

@ -26,7 +26,7 @@ export default class TickerBar extends Vue {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
@keyframes marquee {
0% {
transform: translate(0, 0);
@ -50,11 +50,9 @@ export default class TickerBar extends Vue {
animation-play-state: paused;
}
}
}
</style>
<style>
.v-footer p {
margin: 0;
::v-deep * {
margin: 0 !important;
}
}
</style>