Skip to content

Commit

Permalink
few remaining css issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsmithRTI committed Aug 3, 2021
1 parent 0aa40cc commit 40e603c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
Binary file modified .jekyll-metadata
Binary file not shown.
5 changes: 3 additions & 2 deletions js/src/components/vue/PayingForCollege.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@
href="https://fafsa.ed.gov/"
target="_blank"
@click="trackOutboundLink($event)"
>Start My FAFSA® Form
>Start Your FAFSA&reg;<br/>Application
<v-icon
x-small
class="pl-1 green-link"
class="pl-1"
style="margin-top: 10px;margin-left: -20px;"
>
fas fa-external-link-alt
</v-icon>
Expand Down
3 changes: 2 additions & 1 deletion js/src/components/vue/PayingForCollegeShort.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
href="https://fafsa.ed.gov/"
target="_blank"
@click="trackOutboundLink($event)"
>Start Your FAFSA&reg;<br/> Application
>Start Your FAFSA&reg;<br/>Application
<v-icon
x-small
class="pl-1"
style="margin-top: 10px;margin-left: -20px;"
>
fas fa-external-link-alt
</v-icon>
Expand Down
10 changes: 5 additions & 5 deletions js/src/vue/pages/training.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/>
<v-main>
<div class="justify-center" style="background:#fff;width:100%;">
<v-container><v-row>
<v-container><v-row class="ml-2">
<v-col cols="1" class="justify-end"><img :src="`${$baseUrl}/img/icon-Note.svg`" alt="Note Icon" style="vertical-align: middle;float:right;"/></v-col>
<v-col cols="11"><p class="align-left text-left" style="">CollegeScorecard.ed.gov/training provides information on colleges that provide Pell Grants<tooltip definition="pell-grant" style="vertical-align: text-bottom;margin-left:-5px;"/>and that also have workforce programs approved by the Department of Labor. For the full list of colleges, click <a href="/">here</a>.</p></v-col>
<v-col cols="11"><p class="align-left text-left" style="">CollegeScorecard.ed.gov/training provides information on colleges that provide Pell Grants<tooltip definition="pell-grant" style="vertical-align: text-bottom;margin-left:-5px;margin-right:-5px;"/>and that also have workforce programs approved by the Department of Labor. For the full list of colleges, click <a href="/">here</a>.</p></v-col>
</v-row></v-container>
</div>
<!-- Top Splash and Search-->
Expand All @@ -23,7 +23,7 @@
Find the Right Training Program For You.
</h1>

<p class="white--text text-center ms-8">
<p class="white--text text-center mx-8">
Training programs are a great way to jumpstart or reinvigorate your career. You may be eligible for funding to help pay for higher education!
</p>

Expand All @@ -39,7 +39,7 @@
<v-card class="pa-8" width="100%">
<v-container>
<v-row align="center">
<v-col cols="12" md="6" sm="12">
<v-col cols="12" lg="6" md="12" sm="12">
<h3 class="text-left pb-2">Schools with WIOA eligible programs<tooltip definition="wioa-participants"/></h3>
<p>Search nearby schools that both accept Pell Grants and are Workforce Innovation and Opportunity Act (WIOA) eligible training providers.</p>
<p>These colleges have eligible training programs where participants may be able to receive funding from WIOA in addition to Pell Grants. <em>In some states, Unemployment Insurance (UI) recipients can attend school or training and continue to receive UI benefits (<a href="https://www.dol.gov/general/topic/unemployment-insurance"
Expand All @@ -52,7 +52,7 @@
fas fa-external-link-alt
</v-icon></a> in your state).</em></p>
</v-col>
<v-col cols="12" md="6" sm="12" align="center">
<v-col cols="12" lg="6" md="12" sm="12" align="center">
<div class="search-nearby-container">
<p class="text-center home-callout-button-wrapper justify-center py-3 my-5">

Expand Down
2 changes: 1 addition & 1 deletion sass/_vuetify-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ html{
border:2px solid white !important;
border-color:#fff !important;
color:#fff !important;
padding:0 34px;
padding:0 10%;
}

.title, .display-1, .display-2, .display-3, .display-4
Expand Down

0 comments on commit 40e603c

Please sign in to comment.