From b49b7756dae7cc1fd5fceac7f482118b4cfc14fb Mon Sep 17 00:00:00 2001 From: Dmitry Nehaychik <4dmitr@gmail.com> Date: Wed, 13 Feb 2019 20:27:01 +0300 Subject: [PATCH] feat(bundles): add bundles links --- docs/app/@theme/components/header/header.component.html | 2 +- .../app/pages/docs/page/ngx-admin-landing-page.component.ts | 2 +- .../backend-bundles-section.component.html | 6 +++--- .../backend-bundles-section.component.scss | 4 ++++ .../description-section/description-section.component.scss | 3 +-- .../ngx-landing-sections-container.component.scss | 1 - 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/app/@theme/components/header/header.component.html b/docs/app/@theme/components/header/header.component.html index 2d403ebb..7dcecc18 100644 --- a/docs/app/@theme/components/header/header.component.html +++ b/docs/app/@theme/components/header/header.component.html @@ -9,7 +9,7 @@
- + Backend Bundles diff --git a/docs/app/pages/docs/page/ngx-admin-landing-page.component.ts b/docs/app/pages/docs/page/ngx-admin-landing-page.component.ts index 6a993338..b9af3da2 100644 --- a/docs/app/pages/docs/page/ngx-admin-landing-page.component.ts +++ b/docs/app/pages/docs/page/ngx-admin-landing-page.component.ts @@ -63,7 +63,7 @@ export class NgxAdminLandingPageComponent implements OnDestroy, OnInit { }), filter(item => item), tap((item: any) => { - this.titleService.setTitle(`Nebular - ${item.name}`); + this.titleService.setTitle(`ngx-admin - ${item.name}`); }), publishReplay(), refCount(), diff --git a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html index ac5e68b9..900a5e8e 100644 --- a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html +++ b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html @@ -37,7 +37,7 @@ ${{ isCommercial() ? '2000' : '200' }} ${{ isCommercial() ? '1500' : '150' }}
- Buy now @@ -75,7 +75,7 @@ ${{ isCommercial() ? '2000' : '200' }} ${{ isCommercial() ? '1500' : '150' }} - Buy now @@ -87,7 +87,7 @@

{{ selectedLicenseType }}

-
Buy now diff --git a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.scss b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.scss index fc8998b1..bf438a0e 100644 --- a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.scss +++ b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.scss @@ -14,6 +14,10 @@ display: block; padding-top: 5.125rem; + ngx-landing-description-section { + margin-bottom: 5rem; + } + .section-container { width: calc(#{$content-width} - #{$left-right-offset} * 2); max-width: 100%; diff --git a/docs/app/pages/home/description-section/description-section.component.scss b/docs/app/pages/home/description-section/description-section.component.scss index 3ea14964..837444c6 100644 --- a/docs/app/pages/home/description-section/description-section.component.scss +++ b/docs/app/pages/home/description-section/description-section.component.scss @@ -13,9 +13,8 @@ width: calc(#{$content-width} - #{$left-right-offset} * 2); display: flex; - margin: 0 auto; + margin: 2.5rem auto; position: relative; - margin-bottom: 5rem; .descriptions { flex: 1; diff --git a/docs/app/pages/home/sections-container/ngx-landing-sections-container.component.scss b/docs/app/pages/home/sections-container/ngx-landing-sections-container.component.scss index 65f8945a..7df7c369 100644 --- a/docs/app/pages/home/sections-container/ngx-landing-sections-container.component.scss +++ b/docs/app/pages/home/sections-container/ngx-landing-sections-container.component.scss @@ -14,7 +14,6 @@ background-color: nb-theme(gray-section-bg); } - ngx-landing-description-section, ngx-landing-reason-section, ngx-landing-reviews-section, ngx-landing-our-projects-section,