Remove mso-oof-adapter from SO
[so.git] / so-monitoring / so-monitoring-ui / src / main / frontend / src / app / details / details.component.scss
1 /**
2 ============LICENSE_START=======================================================
3  Copyright (C) 2018 Ericsson. All rights reserved.
4 ================================================================================
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9     http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15  limitations under the License.
16
17 SPDX-License-Identifier: Apache-2.0
18 ============LICENSE_END=========================================================
19
20 @authors: ronan.kenny@est.tech, waqas.ikram@est.tech
21 */
22 #canvas {
23   background: white;
24   padding: 0;
25   margin-left: -43px;
26   width: 70%;
27   height: 470px;
28   margin-top: 0;
29   box-shadow: 0 8px 10px 1px rgba(0,0,0,.2);
30 }
31
32 .navigation {
33   background: #e6e6e6;
34   width: 40px;
35   box-shadow: -5px 8px 10px 1px rgba(0,0,0,.2);
36   height: 470px;
37   border: 1px;
38   border-color: black;
39   position: relative;
40 }
41
42 .zoomButton {
43   padding-top: 8px;
44   background: none;
45   border: none;
46 }
47
48 #besideCanvas {
49   background: white;
50   padding-left: 20px;
51   margin: 0;
52   width: 25%;
53   height: 470px;
54   margin-top: 0;
55   box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
56   font-family: 'Montserrat', sans-serif;
57   font-size: 17px;
58 }
59
60 .topCanvas {
61   display: flex;
62   justify-content: space-between;
63 }
64
65 .mat-column-durationInMillis {
66   flex: 0 0 8%;
67 }
68
69 .mat-column-name {
70   flex: 0 0 40%;
71 }
72
73 .mat-column-type {
74   flex: 0 0 8%;
75 }
76
77 .mat-column-value {
78   flex: 0 0 52%;
79 }
80
81 .highlight:not(.djs-connection) .djs-visual > :nth-child(1) {
82   fill: cyan !important;
83   /* color elements as green */
84 }
85
86 .tab-group {
87   word-break: break-all;
88 }