Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / app / views / support / contact-us / contact-us.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  .w-ecomp-contactUs-home {
21   .bg_w;
22   position: @page-main-position;
23   top: @page-main-top;
24   left: @page-main-left;
25   right: @page-main-right;
26   bottom: @page-main-bottom;
27   padding-top: @padding-top;
28   padding-left: @padding-left-side;
29
30   .contactUs-home-container {
31     .content_justify;
32     position: relative;
33     //padding-top: 15px;
34     padding-right: 0;
35     padding-left: 0;
36     padding-bottom: 32px;
37     width: 100%;
38
39     .contactUs-home-title {
40       .a24r;
41       margin: auto;
42       .content_justify;
43     }
44
45     .contactUs-general-div {
46       margin: auto;
47       padding-top: 15px;
48       padding-bottom: 15px;
49       .content_justify;
50     }
51   }
52
53 .collapsibleArrow {
54         width: 30px;
55         height: 30px;
56         margin-left: 10px; 
57         }
58
59 .contactUs-collapsible-panel {
60         margin: auto;
61         width: 1170px;
62         
63         }
64
65  .contactUs-collapsible-table {
66         margin: auto;
67         width: 1170px;
68         }
69         
70  .contactUs-txt { 
71         font-weight: normal;
72         color: #666666;
73         font-size: 15px;
74         font-family: arial;
75         margin:10px;
76         }
77         
78 .contactUs-panel-header { 
79         font-weight: normal;
80         color: #666666;
81         font-size: 18px;
82         font-family: sans-serif;
83         border-top: 1px solid #ccc;
84         outline : none;
85         height: 35px;
86         width: 1050px;
87         }
88         
89  .contactUs-panel-header:hover{
90         color: #428bca;
91         background: #eae8e8;
92         cursor: pointer; cursor: hand;
93  }      
94  
95 .contactUs-panel-labels { 
96         font-weight: normal;
97         color: #666666;
98         font-size: 15px;
99         font-family: sans-serif;
100         padding-top: 5px;
101         padding-bottom: 5px;
102 }
103
104 }