diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 5f5402bb8bc20a421e68695b37f51efbaabbab55..2109e919ff8edd6674498c27c96400618c973fcb 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -652,3 +652,32 @@ table.calendar, table.calendar td:empty { table.calendar th, table.calendar td { background-color: #fff; } + +.conservancy-support-button { + background-color: #F0FFB8; + border-color: #577632; + border-radius: 50%; + border-style: outset; + border-width: .3em; + color: #577632; + display: inline-block; + font-size: xx-large; + font-weight: bold; + max-width: 95%; + text-align: center; + vertical-align: middle; + width: 6em; + margin-left: 50%; + transform: translateX(-50%); + + a { + color: inherit; + text-decoration: none !important; + } + + div { + height: 0; + padding-bottom: 75%; + padding-top: 25%; + } +}