nexus site path corrected
[portal.git] / ecomp-portal-FE / client / app / styles / kpi-dashboard.less
1 /*-
2  * ================================================================================
3  * eCOMP Portal
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ================================================================================
19  */
20  .kpi-page-main {
21   
22   .bg_w;
23
24   position: fixed;
25   top: 100px;
26   left: 0;
27   right: 0;
28   bottom: @footer-height;
29   padding-top: 0px;
30   overflow-y: scroll;
31   padding-left: 50px;
32   padding-bottom:30px;
33 }
34
35 .DCAE_KPI_class {
36     .bg_w;
37         
38     font-size:16px;
39
40     hr {
41       border:none;
42       border-top:1px dotted #f00;
43       color:#D3D3D3;
44       background-color:#fff;
45       height:1px;
46       width:100%;
47     }
48
49     table{
50       padding: 10px;
51     }
52
53     table thead{
54         border:none;
55       border-bottom: 1px dashed #cccccc;
56     }
57
58     table tr {
59       border: 1px dashed #cccccc;
60     }
61
62     table th {
63       font-weight: bold;
64     }
65
66     .content {
67       margin-left:100px;
68     }
69
70     h3{
71       margin-top: 20px;
72       padding: 25px;
73       font-size:24px;
74     }
75
76     h4{
77       padding: 15px;
78       font-size:20px;
79     }
80
81     th{
82       padding: 15px;
83     }
84
85     td{
86       padding: 15px;
87     }
88 }
89
90 .top-level-tabs-class {
91   margin-top: -80px;
92         padding-left:50px;
93         width: 90%;
94         float:right;
95         padding-bottom:10px;    
96 }
97
98 .sec-level-tabs-class {
99         padding-left:50px;
100         width: 90%;
101         float:right;    
102 }
103
104 .KPI_dash_text_class {
105         margin-left: 300px;
106         float:left;             
107 }
108
109 .KPI_dash_text_class h3{
110         font-size:24px;
111 }