diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-21 13:22:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-21 13:22:36 +0000 |
commit | 9cbc876b49d8003fed7af6ae72ed0061f5cf778e (patch) | |
tree | 1812c50c9f89f8702515944f30a89ff8bcbedd9d /cds-ui/client/src | |
parent | 202e2ec5c8428e67bf5f9b245a9ba3d5dd73a9f1 (diff) | |
parent | b07884a187567e344f3d1a319e004692192e877c (diff) |
Merge "jsoneditor dependencies added"
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; } |