mirror of
https://github.com/dev-claw/vripper-project.git
synced 2026-08-19 08:35:41 +02:00
Fix icon
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
You can send me donations through paypal to the following email address
|
||||
<div fxLayout="row">
|
||||
<a (click)="goTo('https://www.paypal.com/myaccount/transfer/homepage/buy/preview')" style="cursor: pointer">
|
||||
<img alt="paypal-logo" src="/assets/paypal.svg" width="64">
|
||||
<div class="paypal-image"></div>
|
||||
</a>
|
||||
<h3>dev.vripper@gmail.com</h3>
|
||||
</div>
|
||||
|
||||
@@ -3,6 +3,13 @@
|
||||
background-image: url('../../assets/v.svg');
|
||||
}
|
||||
|
||||
.paypal-image {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
background-size: cover;
|
||||
background-image: url('../../assets/paypal.svg');
|
||||
}
|
||||
|
||||
.section {
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
|
||||
Reference in New Issue
Block a user