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