Skip to content

Commit

Permalink
update formatting new app
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbeckett authored Dec 1, 2023
1 parent 91d53e7 commit 8fe12bc
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions frontend/src/components/NewAppIntermediatePage.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<template>
<v-container>
<div class="row pt-4 justify-center">
<v-row class="justify-center text-h5 pb-5" style="color:#003466" >
<v-container>
<v-row class="justify-center text-h5 pb-5" style="color:#003466" >
Welcome to CCOF!
</v-row>
<v-row class="justify-center pb-5" style="color:#003466">
<p style="max-width:801px">If your organization currently receives funding from the Child Care Operating Funding
(CCOF) program, do not submit a new application. You can request support for
applying on MyCCBC by calling the program at 1-888-338-6622 (Option 2).</p>
</v-row>
</v-row>
</v-container>
<v-container>
<v-row class="justify-center pb-5" style="color:#003466">
<p style="max-width:801px">If your organization currently receives funding from the Child Care Operating Funding
(CCOF) program, do not submit a new application. You can request support for
applying on MyCCBC by calling the program at 1-888-338-6622 (Option 2).</p>
</v-row>
</v-container>
<v-row class="justify-center">
<v-col class="d-flex justify-center">
<v-btn dark class="blueButton" @click="backToLanding()">Cancel</v-btn>
Expand Down

0 comments on commit 8fe12bc

Please sign in to comment.