8c1a39fb1e8e621844c8f6696b4bb75a12370102
[portal.git] / ecomp-portal-FE-common / client / app / views / functionalMenu / functionalMenu.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 .functional-menu-main{
39  .bg_portalWhite;//white for 1702
40    position: @page-main-position;
41   top: @page-main-top;
42   left: @page-main-left;
43   right: @page-main-right;
44   bottom: @page-main-bottom;
45   padding-top: @padding-top;
46   overflow-y: @page-main-overflow-y;
47   padding-left: @padding-left-side;
48
49   .functional-menu-container {
50     // .portalWhite16r;  // font color and size
51     position: relative;
52     padding-right: 0;
53     padding-left: 0;
54     padding-bottom: @container-bottom;
55     background-color:#ffffff;
56     
57     //width: @table-width;
58         .btn-blue{
59                 margin-left:0px;
60         }
61         
62         .dropdown-menu{
63         
64                 position:absolute;
65         top:100%;
66         left:0;
67         z-index:1000;
68         display:none;
69         float:left;
70         min-width:160px;
71         padding:5px 0;
72         margin:2px 0 0;
73         list-style:none;
74         font-size:14px;
75         background-color:#fff;
76         border:1px solid #ccc;
77         border:1px solid rgba(0,0,0,.15);
78         border-radius:6px;
79         -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
80         box-shadow:0 6px 12px rgba(0,0,0,.175);
81         background-clip:padding-box;
82         
83         }
84         
85         .dropdown-menu .divider {
86     height: 1px;
87     margin: 9px 0;
88     overflow: hidden;
89     background-color: #e5e5e5;
90 }
91
92 .dropdown-menu>li>a {
93     display: block;
94     padding: 3px 20px;
95     clear: both;
96     font-weight: 400;
97     line-height: 1.428571429;
98     color: #333;
99     white-space: nowrap;
100 }
101         
102     .tree {
103           margin:auto;
104       width: @table-width;
105       //margin-left: @table-margin-left;
106       //margin: 0 auto 60px;
107        font-size:16px;
108       
109     }
110     
111     .functional-admin-button-container {
112       padding-top: 10px;
113       width: @table-width;
114       margin:auto;
115     }
116     
117     .error-text {
118       width: @table-width;
119       margin: auto;
120       padding: 20px;
121       left: 20px;
122       font-weight: bold;
123       font-size: 16px;
124       text-align: left;
125       color: @err;
126       background-color: @portalWhite;
127
128       .error-help {
129         color: @portalDGray;
130         font-weight: normal;
131       }
132     }
133     
134     .error-msg-txt {
135         color: red; 
136         font-size: 11px;
137     }
138     
139   }
140   .regenerate-functionalmenu-btn-txt {
141         color:black;
142   }     
143 }