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>
|
||||
|
||||
<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>
|
Loading…
Reference in a new issue