From b07884a187567e344f3d1a319e004692192e877c Mon Sep 17 00:00:00 2001 From: Swapnali Shadanan Pode Date: Wed, 20 Mar 2019 13:35:41 +0530 Subject: jsoneditor dependencies added Change-Id: I5d1fa9c4ba74233792b641acd9bbb1300458bf35 Issue-ID: CCSDK-804 Signed-off-by: sp00501638 --- cds-ui/client/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cds-ui/client/src') diff --git a/cds-ui/client/src/styles.scss b/cds-ui/client/src/styles.scss index 10d55776d..54eb74689 100644 --- a/cds-ui/client/src/styles.scss +++ b/cds-ui/client/src/styles.scss @@ -20,7 +20,7 @@ limitations under the License. */ /* You can add global styles to this file, and also import other style files */ - +@import "~jsoneditor/dist/jsoneditor.min.css"; .mat-card:not([class*=mat-elevation-z]) { box-shadow: none !important; } -- cgit 1.2.3-korg