From fb06ad5b411271bd045be183541daba69248c52c Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Mon, 17 Jun 2019 20:47:38 +0300 Subject: [PATCH] refactor(e-commerce): country borders --- .../chart/country-orders-chart.component.scss | 11 +----- .../chart/country-orders-chart.component.ts | 4 +-- .../country-orders.component.ts | 2 +- .../map/country-orders-map.component.scss | 35 ++++--------------- 4 files changed, 11 insertions(+), 41 deletions(-) diff --git a/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.scss b/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.scss index 9cb1b3bb..25a7ecf6 100644 --- a/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.scss +++ b/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.scss @@ -17,13 +17,8 @@ margin-left: 1rem; } - .title { - font-family: nb-theme(card-header-font-family); - color: nb-theme(color-fg); - } - .echart { - height: 85%; + height: 75%; } @include media-breakpoint-down(sm) { @@ -32,9 +27,5 @@ nb-theme(card-border-width) nb-theme(card-header-border-type) nb-theme(card-header-border-color); - - .echart { - height: 75%; - } } } diff --git a/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.ts b/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.ts index 53c00251..c55a7390 100644 --- a/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.ts +++ b/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.ts @@ -9,8 +9,8 @@ import { LayoutService } from '../../../../@core/utils/layout.service'; styleUrls: ['./country-orders-chart.component.scss'], template: `
- Selected Country/Region -

{{countryName}}

+ Selected Country/Region +

{{ countryName }}

+ Country Orders Statistics