Last active
August 29, 2015 14:01
-
-
Save salsalabs/af2566103baebaa0e6f9 to your computer and use it in GitHub Desktop.
Sample style for perpetual recurring donations. See https://salsasupport.zendesk.com/entries/22930623-Perpetual-Recurring-Donations
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
<style type="text/css"> | |
.perpetual-disclaimer { | |
padding: 5px; | |
width: 500px; | |
text-align: center; | |
background-color: lemonchiffon; | |
color: darkblue; | |
border: 1pt solid forestgreen; | |
line-height: 1.2em; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment