<p>
If you're applying a background color to your entire email, be sure to attach it to the table with a class of <code>body</code> as well as to the actual <kbd><body></kbd> tag, since some clients remove this by default.
</p>
- <h6>Inline Styles</h6>
+ <h6>Inline Styles
+ <small class="cp">Copy/Paste</small>
+ </h6>
<?php code_example(
'<html>
a { display: block; font-size: emCalc(14px); padding: 5px 0; color: #333; }
&.active a { color: #CC7691; font-weight: bold; }
}
+}
+
+/* copy/paste */
+h6 { position: relative;
+ small.cp { position: absolute; right: 0; background: url(../images/icons/clipboard.png) no-repeat 10px 4px #002b36; background-size: 8px 12px; padding: 12px 10px 10px 24px; font-size: 12px; text-transform: uppercase; color: #FFF; border-radius: 3px; font-family: "Proxima Nova Condensed","proxima-nova-condensed","Helvetica Neue",Helvetica, Arial, sans-serif; }
}
\ No newline at end of file
color: #CC7691;
font-weight: bold;
}
+
+/* copy/paste */
+/* line 556, ../sass/app.scss */
+h6 {
+ position: relative;
+}
+/* line 557, ../sass/app.scss */
+h6 small.cp {
+ position: absolute;
+ right: 0;
+ background: url(../images/icons/clipboard.png) no-repeat 10px 4px #002b36;
+ background-size: 8px 12px;
+ padding: 12px 10px 10px 24px;
+ font-size: 12px;
+ text-transform: uppercase;
+ color: #FFF;
+ border-radius: 3px;
+ font-family: "Proxima Nova Condensed","proxima-nova-condensed","Helvetica Neue",Helvetica, Arial, sans-serif;
+}