style fix

This commit is contained in:
Jason Wheeler 2023-05-03 11:16:18 -04:00
parent 100b2f9240
commit 7f1256f37d
2 changed files with 3 additions and 4 deletions

View file

@ -7,7 +7,8 @@
<h5 class="text-center mb-4">{{ModalHeadline}}</h5>
<div>
<div class="mb-4" v-html="ModalBodyText"></div>
<a
<a
class="modal-text"
v-if="showSteeringLink"
v-html="ModalSubBodyText"
@click="openSteeringModal">

View file

@ -320,9 +320,7 @@ export default {
</script>
<style lang="scss">
.my-2 {
margin-bottom: 0rem !important;
}
@-moz-document url-prefix() {
// Temporary solution that prevents the Continue button from being hidden in Firefox
#welcomeFooter {