changed the header and license
[aai/sparky-fe.git] / resources / scss / tier-support / _selectedNodeDetails.scss
1 /**
2  * ============LICENSE_START=======================================================
3  * org.onap.aai
4  * ================================================================================
5  * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
6  * Copyright © 2017-2018 Amdocs
7  * ================================================================================
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  *       http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  * ============LICENSE_END=========================================================
20  */
21 .ts-selected-node-details {
22   padding: 20px;
23   color: $border-color2;
24   font-family: $body-font-1;
25
26   h1 {
27     color: $selected-node-details-color1;
28     font-size: $heading-font-2;
29     margin-bottom: 5px;
30   }
31 }
32
33 .ts-selected-node-table {
34   font-size: $body-font-2;
35   width: 100%;
36   margin-top: 15px;
37
38   th {
39     color: $border-color2;
40   }
41
42   td {
43     word-break: break-all;
44   }
45
46   .left-column-cell {
47     padding: 7px 5px 5px 0px;
48     border-bottom: solid 1px $border-color5;
49     border-right: solid 1px $border-color5;
50     width: 50%;
51   }
52
53   .right-column-cell {
54     padding: 7px 5px 5px 15px;
55     border-bottom: solid 1px $border-color5;
56   }
57 }
58
59 .tier-support-ui .Pane2 {
60   overflow-y: auto;
61 }