|
5 | 5 | flex-direction: column; |
6 | 6 | } |
7 | 7 |
|
8 | | -.graph-container { |
| 8 | +.service-dependency-graph-panel .graph-container { |
9 | 9 | width: 100%; |
10 | 10 | height: 100%; |
11 | 11 | display: flex; |
12 | 12 | flex-direction: row; |
13 | 13 | } |
14 | 14 |
|
15 | | -.service-dependency-graph { |
| 15 | +.service-dependency-graph-panel .service-dependency-graph { |
16 | 16 | position: relative; |
17 | 17 | flex-grow: 1; |
18 | 18 | min-width: 0; |
19 | 19 | } |
20 | 20 |
|
21 | | -.canvas-container { |
| 21 | +.service-dependency-graph-panel .canvas-container { |
22 | 22 | width: 100%; |
23 | 23 | height: 100%; |
24 | 24 | overflow: hidden; |
25 | 25 | } |
26 | 26 |
|
27 | | -.zoom-button-container { |
| 27 | +.service-dependency-graph-panel .zoom-button-container { |
28 | 28 | position: absolute; |
29 | 29 | top: 0; |
30 | 30 | right: 1rem; |
31 | 31 | z-index: 99; |
32 | 32 | width: 35px; |
33 | 33 | } |
34 | 34 |
|
35 | | -.statistics { |
| 35 | +.service-dependency-graph-panel .statistics { |
36 | 36 | flex-basis: 0; |
37 | 37 | transition: flex-basis 250ms ease-in-out; |
38 | 38 | overflow-y: scroll; |
39 | | - |
| 39 | + |
40 | 40 | } |
41 | 41 |
|
42 | | -.statistics.show { |
| 42 | +.service-dependency-graph-panel .statistics.show { |
43 | 43 | flex-basis: 30rem; |
44 | 44 | padding-left: 0.5%; |
45 | 45 | } |
46 | 46 |
|
47 | | -.header--selection { |
| 47 | +.service-dependency-graph-panel .header--selection { |
48 | 48 | font-size: 1.25em; |
49 | 49 | text-align: center; |
50 | 50 | border-bottom: 2px solid #161719; |
51 | 51 | font-weight: 500; |
52 | 52 | color: rgb(216, 217, 218); |
53 | 53 | } |
54 | 54 |
|
55 | | -.secondHeader--selection { |
| 55 | +.service-dependency-graph-panel .secondHeader--selection { |
56 | 56 | font-size: 1.2em; |
57 | 57 | text-align: center; |
58 | 58 | padding-top: 1.5rem; |
59 | 59 | padding-bottom: 0.5rem; |
60 | 60 | } |
61 | 61 |
|
62 | | -.no-data--selection{ |
| 62 | +.service-dependency-graph-panel .no-data--selection{ |
63 | 63 | color: #888888; |
64 | 64 | text-align: center; |
65 | 65 | } |
66 | 66 |
|
67 | | -.table--selection { |
| 67 | +.service-dependency-graph-panel .table--selection { |
68 | 68 | width: 99%; |
69 | 69 | table-layout: fixed; |
70 | 70 | } |
71 | 71 |
|
72 | | -.table--selection th, .table--selection td { |
| 72 | +.service-dependency-graph-panel .table--selection th, .table--selection td { |
73 | 73 | padding: 3px 5px; |
74 | 74 | } |
75 | 75 |
|
76 | | -.table--selection tr { |
| 76 | +.service-dependency-graph-panel .table--selection tr { |
77 | 77 | border-bottom: 2px solid #161719; |
78 | 78 | } |
79 | 79 |
|
80 | | -.table--td--selection { |
| 80 | +.service-dependency-graph-panel .table--td--selection { |
81 | 81 | overflow: hidden; |
82 | 82 | text-overflow: ellipsis; |
83 | 83 | white-space: nowrap; |
84 | 84 | } |
85 | 85 |
|
86 | | -.threshold--bad { |
| 86 | +.service-dependency-graph-panel .threshold--bad { |
87 | 87 | color:#f2495c; |
88 | 88 | } |
89 | 89 |
|
90 | | -.threshold--good { |
| 90 | +.service-dependency-graph-panel .threshold--good { |
91 | 91 | color: #73bf69; |
92 | 92 | } |
93 | 93 |
|
94 | | -.table--th--selectionSmall { |
| 94 | +.service-dependency-graph-panel .table--th--selectionSmall { |
95 | 95 | width: 5.5rem; |
96 | 96 | } |
97 | 97 |
|
98 | | -.table--th--selectionMedium { |
| 98 | +.service-dependency-graph-panel .table--th--selectionMedium { |
99 | 99 | width: 8rem; |
100 | 100 | } |
101 | 101 |
|
102 | | -.table--selection--head { |
| 102 | +.service-dependency-graph-panel .table--selection--head { |
103 | 103 | background-color: #28282a; |
104 | 104 | border-top: 2px solid #161719; |
105 | 105 | color: #33b5e5; |
106 | 106 | } |
107 | 107 |
|
108 | | -.width-100 { |
| 108 | +.service-dependency-graph-panel .width-100 { |
109 | 109 | width: 100%; |
110 | 110 | } |
111 | | - |
112 | | - |
0 commit comments