From a6801591b5b02d1a9a6546ac96019316b047dc84 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Wed, 19 Jun 2019 10:29:13 +0300 Subject: [PATCH] fix(country orders): add disabled button style --- .../country-orders/map/country-orders-map.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/pages/e-commerce/country-orders/map/country-orders-map.component.scss b/src/app/pages/e-commerce/country-orders/map/country-orders-map.component.scss index 81e566a6..18a92491 100644 --- a/src/app/pages/e-commerce/country-orders/map/country-orders-map.component.scss +++ b/src/app/pages/e-commerce/country-orders/map/country-orders-map.component.scss @@ -30,6 +30,10 @@ border-bottom: none; } + .leaflet-disabled { + background-color: nb-theme(color-primary-disabled); + } + .leaflet-control-zoom-in { border-top-left-radius: nb-theme(button-rectangle-border-radius); border-top-right-radius: nb-theme(button-rectangle-border-radius);