Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Maier committed Dec 16, 2016
1 parent f75fcfc commit ffcc0f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion _pages/claims/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ <h1>Dependent</h1>
<aside>
<h1>How does this work?</h1>
<ol class="steps">
<li>You&rsquo;ll fill out and submit this form.</li>
<li>You&rsquo;ll fill out and submit this form. We&rsquo;ll provide a code to give to your healthcare provider.</li>
<li>You&rsquo;ll notify your healthcare provider, who will provide information relevant to your claim. </li>
<li>We&rsquo;ll process your application. You&rsquo;ll receive an email when we receive the package, and once it&rsquo;s been processed. (The average claims-processing time is currently 18 days.)</li>
<li>You&rsquo;ll receive your benefits.</li>
Expand Down
29 changes: 15 additions & 14 deletions stylesheets/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -1306,18 +1306,20 @@ fieldset.fieldset-address div.field.field-country.field-select::after{
/* @group layout-claims-new */

.layout-claims-new main form{
border: 1px solid #aaa;
padding: 16px;
max-width: 32em;
position: relative;
counter-reset: claim-section;
margin-left: 1.33em;

}
.layout-claims-new .claim-section{
border: ;
border-top: 3px solid;
counter-increment: claim-section;
position: relative;
margin-bottom: 2em;
background: #f8f8f8;
padding: 0 16px 16px;
}

.layout-claims-new h1.page-title{
Expand All @@ -1340,27 +1342,26 @@ fieldset.fieldset-address div.field.field-country.field-select::after{
line-height: 1.2em;
}

.layout-claims-new aside li{

}

.layout-claims-new .claim-section::before{
content: counter(claim-section);
font-family: Merriweather;
font-style: italic;
font-size: 24px;
font-size: 20px;
border: 3px solid;
width: 2em;
height: 2em;
position: absolute;
top: -3px;
right: 100%;
float: left;
margin-left: -1.67em;
margin-top: -3px;
margin-right: 0.5em;
border-radius: 4px 0 0 4px;
text-align: center;
line-height: 1.67em;
border-radius: 100%;
background: white;
background: black;
border-color: black;
color: white;
border-top-right-radius: 0;

}


Expand All @@ -1369,7 +1370,7 @@ fieldset.fieldset-address div.field.field-country.field-select::after{
font-size: 20px;
letter-spacing: normal;
padding-top: 8px;
margin-bottom: 12px;
margin-bottom: 16px;
padding-left: 0.5em;
}

Expand All @@ -1380,7 +1381,7 @@ fieldset.fieldset-address div.field.field-country.field-select::after{
}

.layout-claims-new .claim-section h1+p{
margin-top: -4px;
padding-left: 16px;
}

/* @end */
Expand Down

0 comments on commit ffcc0f8

Please sign in to comment.