mirror of
https://github.com/torproject/webwml.git
synced 2024-11-27 03:30:40 +00:00
make donate button green
This commit is contained in:
parent
b036c1b248
commit
f43d73fc5e
@ -229,6 +229,26 @@ footer.footer{
|
||||
padding-bottom: 10px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.donate-button {
|
||||
background-color: #5CA462;
|
||||
border-color: #47A24E;
|
||||
}
|
||||
.donate-button:hover{
|
||||
background-color: #2F8E38;
|
||||
border-color: #47A24E;
|
||||
}
|
||||
.donate-button:focus{
|
||||
background-color: #2F8E38;
|
||||
border-color: #47A24E;
|
||||
}
|
||||
.donate-button:active{
|
||||
background-color: #2F8E38;
|
||||
border-color: #47A24E;
|
||||
}
|
||||
.donate-button:active:hover{
|
||||
background-color: #2F8E38;
|
||||
border-color: #47A24E;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
blockquote {
|
||||
margin: 30px 0 0 0;
|
||||
|
@ -90,7 +90,7 @@
|
||||
</div>
|
||||
<div style="padding: 0 15px;">
|
||||
<h5 class="error-msg">The minimum donation amount is $5</h5>
|
||||
<button id="donate-btn" class="btn btn-primary btn-lg btn-block" style="padding:10px;">Donate</button>
|
||||
<button id="donate-btn" class="btn btn-primary btn-lg btn-block donate-button" style="padding:10px;">Donate</button>
|
||||
<h5>via PayPal (doesn't require an account)</h5>
|
||||
<h4><a href="<page donate/donate-options>">Other Ways to Donate</a></h4>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user