Security/ Package Name changes
[portal.git] / ecomp-portal-FE-common / client / app / views / support / contact-us / contact-us.less
1 /*-
2  * ============LICENSE_START==========================================
3  * ONAP Portal
4  * ===================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ===================================================================
7  *
8  * Unless otherwise specified, all software contained herein is licensed
9  * under the Apache License, Version 2.0 (the "License");
10  * you may not use this software 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  *
21  * Unless otherwise specified, all documentation contained herein is licensed
22  * under the Creative Commons License, Attribution 4.0 Intl. (the "License");
23  * you may not use this documentation except in compliance with the License.
24  * You may obtain a copy of the License at
25  *
26  *             https://creativecommons.org/licenses/by/4.0/
27  *
28  * Unless required by applicable law or agreed to in writing, documentation
29  * distributed under the License is distributed on an "AS IS" BASIS,
30  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31  * See the License for the specific language governing permissions and
32  * limitations under the License.
33  *
34  * ============LICENSE_END============================================
35  *
36  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
37  */
38 .w-ecomp-contactUs-home {
39   //.bg_portalWhite;//white for 1702
40   .bg_portalGray;  // gray for 1610
41   position: @page-main-position;
42   top: @page-main-top;
43   left: @page-main-left;
44   right: @page-main-right;
45   bottom: @page-main-bottom;
46   padding-top: @padding-top;
47   padding-left: @padding-left-side;
48   background-color: white;
49
50   .w-ecomp-main-view-title{
51          font-family: Omnes-ECOMP-W02,Arial;
52          font-size: 20px;
53   }
54   
55   #title{
56   font-family: Omnes-ECOMP-W02-Light,Arial;
57   }
58   
59   #edit-button-contact-us{
60     float: right;
61   }
62   
63   .contactUs-home-container {
64     .content_justify;
65     position: relative;
66     //padding-top: 15px;
67     padding-right: 0;
68     padding-left: 0;
69     padding-bottom: 32px;
70     width: 100%;
71     height:100%;
72     overflow:auto;
73    
74
75     .contactUs-general-div {
76       margin: auto !important;
77       padding-top: 15px;
78       padding-bottom: 15px;
79       .content_justify;
80     }
81   }
82   
83 .collapsibleArrow {
84         width: 30px;
85         height: 30px;
86         margin-left: 10px; 
87         }
88
89 .contactUs-collapsible-panel {
90         margin: auto;
91         //width: 1170px;
92         
93         }
94
95  .contactUs-collapsible-table {
96         margin: auto;
97         width: 1170px;
98         }
99         
100  .contactUs-txt { 
101         font-weight: normal;
102         color: #666666;
103         font-size: 15px;
104         font-family: Omnes-ECOMP-W02-Medium,Arial;
105         margin:10px;
106         }
107         
108 .contactUs-panel-header { 
109         font-weight: normal;
110         color: #666666;
111         font-size: 18px;
112         font-family: Omnes-ECOMP-W02-Medium,Arial;
113         border-top: 1px solid #ccc;
114         outline : none;
115         height: 35px;
116         
117         }
118         
119  .contactUs-panel-header:hover{
120         color: #428bca;
121         background: #eae8e8;
122  }      
123  
124 .contactUs-panel-labels { 
125         font-weight: normal;
126         color: #666666;
127         font-size: 15px;
128         font-family: Omnes-ECOMP-W02-Medium,Arial;
129         padding-top: 5px;
130         padding-bottom: 5px;
131 }
132
133 .contactUs-table-ht {
134         height:60px;
135 }
136
137 .contactUs-table-spn {
138         top:20px;
139 }
140
141 .contactUs-table-title-spn {
142         float: right; 
143         margin-right: 30px; 
144         margin-top:20px;
145 }
146
147 .contactUs-collapsible-panel-spn {
148         margin-bottom: 20px;
149 }
150         
151 .contactUs-main-table {
152         border-spacing: 10px 5px; 
153         max-width:950px; 
154         margin:10px;
155 }       
156         
157 .contactUs-main-panel-labels {
158         width: 120px;
159 }
160
161 .contactUs-main-panel-value {
162         width: 830px;
163 }
164
165 .contactUs-table-ht {
166         height:auto;
167 }
168
169
170 }