diff options
author | Swapnali Shadanan Pode <sp00501638@techmahindra.com> | 2019-03-20 13:35:41 +0530 |
---|---|---|
committer | Swapnali Shadanan Pode <sp00501638@techmahindra.com> | 2019-03-20 13:35:41 +0530 |
commit | b07884a187567e344f3d1a319e004692192e877c (patch) | |
tree | 9969dbd13075e50fac6ed99fbe08805e4c71951f /cds-ui/client/src | |
parent | 07f6cafc47a651b49b1dfa4c99f7570aef81cebb (diff) |
jsoneditor dependencies added
Change-Id: I5d1fa9c4ba74233792b641acd9bbb1300458bf35
Issue-ID: CCSDK-804
Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
Diffstat (limited to 'cds-ui/client/src')
-rw-r--r-- | cds-ui/client/src/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |