scoped style
This commit is contained in:
parent
add9214f6b
commit
25c05b6aab
1 changed files with 4 additions and 6 deletions
|
@ -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>
|
Loading…
Reference in a new issue