mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
feat: update bundles text (#5528)
This commit is contained in:
parent
e4c53bf70d
commit
5b81184364
2 changed files with 11 additions and 1 deletions
|
@ -16,7 +16,12 @@
|
|||
<a href="https://eva.design?utm_source=ngx_admin_landing&utm_medium=main_section">Eva Design System</a> support.
|
||||
Free and Open Source for personal and commercial purposes.
|
||||
<br>
|
||||
Never start from scratch again - <a href="https://store.akveo.com?utm_source=ngx_admin_landing&utm_medium=main_section" target="_blank">integrate backend API bundles</a>.
|
||||
<span class="bundles">
|
||||
Never start from scratch again.
|
||||
<a href="https://store.akveo.com/collections/all?utm_source=ngx_admin_landing&utm_medium=main_section" target="_blank">
|
||||
Integrate ready-made solution: ngx-admin with backend.
|
||||
</a>
|
||||
</span>
|
||||
</p>
|
||||
<div class="mobile-main-img-container">
|
||||
<img *ngIf="breakpoint.width <= breakpoints.sm" class="main-img" lazyLoad="assets/img/corporate-theme.png" alt="Light theme Dashboard"/>
|
||||
|
|
|
@ -19,6 +19,11 @@
|
|||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.bundles {
|
||||
display: block;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.hero-image-link {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue