Last active
December 5, 2016 10:51
-
-
Save fragje/4dc61308580e060eead8ac6e3d92ed16 to your computer and use it in GitHub Desktop.
Recurring
This file contains hidden or 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
<!-- 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