Skip to content

Instantly share code, notes, and snippets.

@fragje
Last active December 5, 2016 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fragje/4dc61308580e060eead8ac6e3d92ed16 to your computer and use it in GitHub Desktop.
Save fragje/4dc61308580e060eead8ac6e3d92ed16 to your computer and use it in GitHub Desktop.
Recurring
<!-- Markup -->
<tr><td colspan="8" class="recurring"><p>Abonnementet fortsetter med automatisk månedlig trekk etter at kampanjeutgavene er levert.</p></td></tr>
<!-- Styling -->
<style>
.recurring {
padding: 0 !important;
}
.recurring p {
margin: 0 -10px;
padding: 10px 20px;
border-bottom: 1px solid #ddd;
text-align: right;
background-color: rgba(0, 136, 204, 0.13);
font-size: 0.9em;
line-height: 1.2;
}
.recurring p:before {
content: "\f05a";
font-family: "fontawesome";
margin-right: 10px;
position: relative;
top: 2px;
color: #0088cc;
font-size: 17px;
}
@media (min-width: 768px) {
.recurring p {
margin: 0 -20px 10px;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment