Merge pull request #667 from Safelite/feature/richardson/SSR-1180
Fix for ui block and global town image conflicting class
This commit is contained in:
commit
5d53475f90
1 changed files with 6 additions and 0 deletions
|
|
@ -804,6 +804,12 @@ export default {
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.container-fluid {
|
||||||
|
&.fade-on-route-transition {
|
||||||
|
height: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.payment p {
|
.payment p {
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue