File diff f13ae1edf17e → 6be746c88262
static/scss/custom.scss
Show inline comments
...
 
@@ -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%;
 
    }
 
}