Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Updating pages and CSS (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
artuoma authored Feb 7, 2020
1 parent ae3b1d6 commit e600f4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/css/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ hr {
padding: .25rem;
margin-bottom: 0;
background-color: #f1f1f1;
padding-right: 12%;
border: none;
}

.card {
Expand Down
2 changes: 1 addition & 1 deletion src/css/_stepbystep.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cwds-step-list li.list-open .hide {
cwds-step-list button.step-description {
background: transparent;
border: none;
text-indent: -45px;
text-indent: -50px;
padding-left: 45px;
}

Expand Down
4 changes: 2 additions & 2 deletions src/services/apply-for-cal-grant/step-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2>Apply for financial aid, if you haven't already</h2>
<p>There are two ways to apply for financial aid that can lead to a Cal Grant. Submit a FAFSA <i>or</i> CADAA form, if you haven't already.</p>
</div>

<div class="col-md-6">
<div class="col-md-6 pb-5">
<ul class="list-group">
<p class="list-group-item display-5 active">Apply for the Free Application for Federal Student Aid (FAFSA) if you:</p>
<li class="list-group-item ">Have U.S. Citizenship</li>
Expand All @@ -52,7 +52,7 @@ <h2>Apply for financial aid, if you haven't already</h2>

</div>

<div class="col-md-6 pb-5">
<div class="col-md-6 pb-5">
<ul class="list-group">
<p class="list-group-item display-5 active">Apply for the California Dream Act Application (CADAA) if you:</p>
<li class="list-group-item ">Are undocumented</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ <h2>[lang-h2]</h2>

<p>[lang-step-4-p-2]</p>
<ul class="unstyled pt-2 pl-0">
<li class="list-group-item unstyled no-border">[lang-step-4-p-li-1a] <br><span
class="nested-and-or">[global-lang-or-lower]</span></li>
<li class="list-group-item unstyled no-border">[lang-step-4-p-li-1a] <br><br>
<span class="and-or">[global-lang-or-lower]</span></li>

<li class="list-group-item unstyled no-border"><a
href="https://www.cslb.ca.gov/OnlineServices/CheckLicenseII/CheckLicense.aspx">[lang-step-4-p-li-2]</a></li>
Expand Down

0 comments on commit e600f4e

Please sign in to comment.