blob: c75748a735b96dcde95482dcd6637701f6fc751d [file] [log] [blame]
Arundathi Patil3d026852018-12-14 23:03:55 +05301/*
2============LICENSE_START==========================================
3===================================================================
4Copyright (C) 2018 IBM Intellectual Property. All rights reserved.
5===================================================================
6
7Unless otherwise specified, all software contained herein is licensed
8under the Apache License, Version 2.0 (the License);
9you may not use this software except in compliance with the License.
10You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14Unless required by applicable law or agreed to in writing, software
15distributed under the License is distributed on an "AS IS" BASIS,
16WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17See the License for the specific language governing permissions and
18limitations under the License.
19============LICENSE_END============================================
20*/
21
22/* You can add global styles to this file, and also import other style files */
Swapnali Shadanan Podeb07884a2019-03-20 13:35:41 +053023@import "~jsoneditor/dist/jsoneditor.min.css";
Arundathi Patil3d026852018-12-14 23:03:55 +053024.mat-card:not([class*=mat-elevation-z]) {
25 box-shadow: none !important;
26}
Arundathi Patilcc353262019-03-18 17:50:14 +053027
28.btn-active {
29 margin: 0.5em;
30 background-color: #3f51b5;
31 color: white;
32 border-radius: 4px;
33 border: none;
34 padding: 0.5em;
35 min-width: 6em;
36 cursor: pointer;
37}
38
39.btn-disablled {
40 background-color: #c5cae8;
41 border-radius: 4px;
42 color: darkgray;
43 margin: 0.5em;
44 padding: 0.5em;
45 min-width: 6em;
46 border: none;
47 cursor: initial;
Swapnali Shadanan Pode949ed022019-03-29 16:03:09 +053048}
49div.jsoneditor-outer {
50 position: static;
51 width: 100%;
52 height: 400px;
53 margin: 0;
54 padding: 0;
55 box-sizing: border-box;
56 color:white;
57}
58div.jsoneditor-outer.has-main-menu-bar{
59background-color:#3f51b5;
60
61}
62div.jsoneditor-tree div.jsoneditor-tree-inner{
63 padding-bottom: 300px;
64 background-color: white;
65}
66div.jsoneditor-treepath {
67 padding: 0 5px;
68 overflow: hidden;
69 white-space: nowrap;
70 outline: 0;
71 color:white;
72 }