-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5372a4
commit cb306ca
Showing
37 changed files
with
402 additions
and
170 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,2 +1,9 @@ | ||
current_language: You are currently using en_US | ||
|
||
test_string: You are currently using en_US | ||
alert_text_1: You have <strong>1 free report</strong> remaining. | ||
alert_text_2: Add your credit card now to upgrade your account to a premium plan to ensure you don't miss out on any reports. | ||
alert_text_3: Thanks for choosing Acme Inc. | ||
|
||
|
||
action_text_1: Please confirm your email address by clicking the link below. | ||
action_text_2: We may need to send you critical information about our service and it is important that we have an accurate email address. |
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
"grunt-mocha-test": "^0.12.7", | ||
"grunt-nodemailer": "^0.3.0", | ||
"grunt-nunjucks": "^0.1.4", | ||
"grunt-nunjucks-2-html": "^0.2.3", | ||
"grunt-nunjucks-2-html": "git+https://[email protected]/posabsolute/grunt-nunjucks-2-html.git", | ||
"grunt-premailer": "^0.2.11", | ||
"grunt-sass": "^0.18.0", | ||
"jasmine-node": "^1.14.5", | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
.alert-system{ | ||
|
||
} | ||
|
||
.alert-container{ | ||
border-radius: 3px 3px 0 0; | ||
border-top: 1px solid #e9e9e9; | ||
border-left: 1px solid #e9e9e9; | ||
border-right: 1px solid #e9e9e9; | ||
} | ||
|
||
.alert-content{ | ||
font-size: 15px; | ||
color: #fff; | ||
font-weight: 500; | ||
padding:15px; | ||
text-align: center; | ||
} | ||
|
||
|
||
|
||
/* Theming */ | ||
.alert-container-success{ | ||
background:#20a536; | ||
} | ||
.alert-container-warning{ | ||
background:#ff9f00 | ||
|
||
} | ||
|
||
@media only screen and (max-width: 600px) { | ||
font-size: 12px; | ||
} | ||
|
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
body,.body{ | ||
background:#f6f6f6; | ||
} | ||
|
||
.content-container { | ||
background: #fff; | ||
border: 1px solid #e9e9e9; | ||
border-radius: 3px; | ||
} | ||
.no-radius{ | ||
border-radius:0px; | ||
border-top: 0px; | ||
} | ||
.marg-btm-5{ | ||
padding-bottom:0px; | ||
margin-bottom: 5px; | ||
} | ||
.title-hello{ | ||
margin-top:0; | ||
padding-top:0; | ||
} | ||
.content-wrap { | ||
padding: 20px; | ||
} | ||
|
||
ul{ | ||
padding-left: 20px; | ||
margin-left:0; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.footer-content{ | ||
color:#999; | ||
font-size:12px; | ||
a{ | ||
color:#999; | ||
font-size:12px; | ||
} | ||
} | ||
.footer-logo{ | ||
width:150px; | ||
max-width:150px; | ||
height:auto; | ||
} | ||
.footer-logo-container{ | ||
padding:10px 0; | ||
} | ||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.header-logo-container{ | ||
padding:10px 0 10px 0; | ||
text-align:center; | ||
} | ||
.header-logo-retina{ | ||
|
||
} | ||
|
||
.header-back-office-container{ | ||
padding: 0 0 10px 0; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
|
||
/* ------------------------------------- | ||
INVOICE | ||
------------------------------------- */ | ||
.invoice { | ||
margin: 40px auto; | ||
text-align: left; | ||
width: 100%; | ||
} | ||
.invoice td { | ||
padding: 5px 0; | ||
} | ||
.invoice .invoice-items { | ||
width: 100%; | ||
} | ||
.invoice .invoice-items td { | ||
border-top: #eee 1px solid; | ||
} | ||
.invoice .invoice-items .total td { | ||
border-top: 2px solid #333; | ||
border-bottom: 2px solid #333; | ||
font-weight: 700; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@import "base"; | ||
@import "sections.header.scss"; | ||
@import "sections.footer.scss"; | ||
@import "sections.invoices.scss"; |
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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{% macro alertHeader(label='', class='', align='left') %} | ||
<table class="row alert-container {{ class }}"> | ||
<tbody><tr> | ||
<td class=" last"> | ||
|
||
<table class="twelve columns"> | ||
<tbody><tr> | ||
<td class="alert-content"> | ||
{{label}} | ||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</tbody></table> | ||
</td> | ||
</tr> | ||
</table> | ||
{% endmacro %} | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.