mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
feat: added update subscription button
This commit is contained in:
parent
64dbfa008f
commit
fae5569a1e
2 changed files with 21 additions and 0 deletions
|
|
@ -46,5 +46,17 @@
|
||||||
>
|
>
|
||||||
ngx-admin Premium
|
ngx-admin Premium
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<div class="subscribe-to-updates">
|
||||||
|
<span class="description">
|
||||||
|
To have all the resources for quick updates & support, donate just $10 a month. Support developers. It’s a win-win, check what you’ll get:
|
||||||
|
</span>
|
||||||
|
<a href="https://store.akveo.com/pages/ngx-admin-premium?utm_source=ngx_admin&utm_medium=referral&utm_campaign=ngx-admin_premium"
|
||||||
|
target="_blank"
|
||||||
|
class="btn btn-premium btn-green"
|
||||||
|
>
|
||||||
|
Check Details
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -167,6 +167,15 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subscribe-to-updates {
|
||||||
|
margin-top: 2rem;
|
||||||
|
|
||||||
|
.description {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@include media-breakpoint-down(xxl) {
|
@include media-breakpoint-down(xxl) {
|
||||||
.main-img-container {
|
.main-img-container {
|
||||||
min-width: 50.625rem;
|
min-width: 50.625rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue