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 efb65ca6..ac5e68b9 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 @@ -174,7 +174,7 @@ - + @@ -243,16 +243,18 @@ - - Architecture Design - +
+ + Architecture Design + -

The schema describes high-level solution architecture.

+

The schema describes high-level solution architecture.

- - - Backend bundles - + + + Backend bundles + +

Need more details or have a question?

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 3a8885d7..fc8998b1 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 @@ -67,14 +67,18 @@ } } - .bundle-scheme { + .bundles-architecture { display: none; - width: 100%; - height: auto; - margin: 2.5rem auto 5rem; + margin-bottom: 5rem; - &__image { + .bundle-scheme { width: 100%; + height: auto; + margin: 2.5rem auto; + + &__image { + width: 100%; + } } @include media-breakpoint-up(md) { @@ -329,7 +333,6 @@ background-color: #fafafa; th, td { - //border: 0.5px solid #dae0eb; padding: 0.5rem; text-align: center; } @@ -360,6 +363,12 @@ width: 100%; max-width: 100%; } + + .features-table { + .header { + font-size: 0.875rem + } + } } @include media-breakpoint-down(is) { diff --git a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.ts b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.ts index 7e54f9d8..f9738320 100644 --- a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.ts +++ b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.ts @@ -19,7 +19,7 @@ import { Descriptions, DescriptionsService } from '../../../@core/data/service/d }) export class BackendBundlesSectionComponent implements AfterViewInit { - descriptions: Observable = this.descriptionsService.getDescriptions(); + descriptions: Observable = this.descriptionsService.getBundleDescriptions(); selectedLicenseType = 'Personal'; personalLicense = 'Personal';
FEATURES PERSONAL COMMERCIAL