Skip to content

Commit

Permalink
Strip CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
leemunroe committed Aug 3, 2016
1 parent 34a1c6e commit b7b6218
Showing 1 changed file with 0 additions and 128 deletions.
128 changes: 0 additions & 128 deletions email.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,52 +108,6 @@
font-size: 12px;
text-align: center; }

/* -------------------------------------
HIGHLIGHT SECTION
------------------------------------- */
.section-callout {
background-color: #1abc9c;
color: #ffffff; }
.section-callout h1,
.section-callout h2,
.section-callout h3,
.section-callout h4,
.section-callout p,
.section-callout li,
.section-callout td {
color: #ffffff; }

.section-callout-subtle {
background-color: #f7f7f7;
border-bottom: 1px solid #e9e9e9;
border-top: 1px solid #e9e9e9; }

/* -------------------------------------
GRID
Assume the grid is a 6 column grid.
Therefore if you want 2 columns, each 50% in width, both columns would be span-3.
Note that due to inline-block these elements must start/stop beside each other
i.e. no line breaks or spaces
------------------------------------- */
.span-2,
.span-3 {
box-sizing: border-box;
display: inline-block;
float: left;
Margin-bottom: 40px;
vertical-align: top;
width: 100%; }
.span-2 > table,
.span-3 > table {
padding-left: 20px;
padding-right: 20px; }

.span-3 {
max-width: 280px; }

.span-2 {
max-width: 186.666px; }

/* -------------------------------------
TYPOGRAPHY
------------------------------------- */
Expand Down Expand Up @@ -270,88 +224,6 @@
border-width: 2px;
color: #ffffff; }

/* -------------------------------------
ALERTS
------------------------------------- */
.alert {
min-width: 100%; }
.alert td {
border-radius: 3px 3px 0 0;
color: #ffffff;
font-size: 16px;
font-weight: 500;
padding: 20px;
text-align: center; }
.alert a {
color: #ffffff;
font-size: 16px;
font-weight: 500;
text-decoration: none; }
.alert.alert-warning td {
background-color: #f39c12; }
.alert.alert-danger td {
background-color: #c0392b; }
.alert.alert-success td {
background-color: #27ae60; }

/* -------------------------------------
RECEIPT
------------------------------------- */
.receipt {
margin: 0 auto 80px;
width: 80%; }
.receipt td {
border-bottom: 1px solid #eee;
padding: 5px; }
.receipt td.receipt-figure {
text-align: right; }
.receipt .receipt-subtle {
color: #aaa; }
.receipt .receipt-bold td {
border-bottom: 2px solid #333;
border-top: 2px solid #333;
font-size: 18px;
font-weight: 600; }

/* -------------------------------------
FEATURES
------------------------------------- */
.article .article-thumbnail {
padding-bottom: 5px; }

.article .article-title {
font-size: 16.8px;
font-weight: 600;
line-height: 1.4em;
padding-bottom: 5px; }
.article .article-title a {
color: inherit;
text-decoration: none; }

/* -------------------------------------
SOCIAL SHARING
------------------------------------- */
.social-sharing {
Margin: 0 auto;
text-align: center;
width: auto; }

.social-sharing-icon {
height: 44px;
Margin: 0 2px; }

.social-sharing-url {
Margin: 0 auto 20px;
width: auto; }
.social-sharing-url td {
background: rgba(255, 255, 255, 0.2);
border: 2px dashed #ffffff;
color: #ffffff;
font-size: 18px;
font-weight: 600;
padding: 10px;
text-align: center; }

/* -------------------------------------
OTHER STYLES THAT MIGHT BE USEFUL
------------------------------------- */
Expand Down

0 comments on commit b7b6218

Please sign in to comment.