Fix for ui block and global town image conflicting class
This commit is contained in:
parent
9eea6c18e8
commit
cc25e3e981
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