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