-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix spacing, style the info to match other info boxes * more spacing * consolidate spacing classes
- Loading branch information
1 parent
25950d4
commit 3f62c37
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,22 @@ | ||
<br /> | ||
<% if @bs4 %> | ||
<div id="ssn-coverage-msg"> | ||
<div class="alert alert-info d-flex mt-4" role="info"> | ||
<div> | ||
<div class="info-icon icon" alt="info" aria-hidden="true"> </div> | ||
</div> | ||
<div class="my-1"> | ||
Even if you don’t want health coverage for yourself, providing your SSN can be helpful since it can speed up the application process. We use SSNs to check income and other information to see who’s eligible for help with health coverage costs. | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<% else %> | ||
<br /> | ||
<div id="ssn-coverage-msg"> | ||
<div class="col-md-12 col-sm-12 col-xs-12 no-pd"> | ||
<div class="alert alert-success alert-dismissible"> | ||
Even if you don’t want health coverage for yourself, providing your SSN can be helpful since it can speed up the application process. We use SSNs to check income and other information to see who’s eligible for help with health coverage costs. | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<% end %> |