Replace ecomp references
[portal.git] / ecomp-portal-FE-common / client / app / views / catalog / add-catalog-dialogs / new-catalog.modal.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  * 
37  */
38  .new-catalog-modal {
39   height: 430px;
40
41   .user-catalog-roles{
42     .title{
43       //.n18r;
44       .dGray18r;  //Dark Gray
45       border-bottom: @portalDBlue 3px solid;
46     }
47     
48        input:not([type="button"]) {
49     height: 13px;
50
51     .display-userApp-Catalog-Roles
52     {
53     padding-left: 16px;
54     padding-top: 10px;
55     font-family: Omnes-ECOMP-W02,Arial;
56     font-size: 18px;
57     color: #5a5a5a;
58     }
59         
60         #pending-checkbox{      
61         font-family: Omnes-ECOMP-W02,Arial;
62         font-size: 15px; 
63         color: #5a5a5a;
64         }
65     .app-catalog-roles-list{
66       height: 286px;
67       
68       
69       .app-catalog-item{
70         border: 1px solid @portalLGray;
71         border-radius: 2px;
72         background-color: @funcBkgGray;
73
74         padding: 10px;
75         margin-top: 8px;
76         //margin-right: 6px;
77         //margin-left: 6px;
78
79         .app-catalog-item-left{
80           padding-top: 0;
81           line-height: 30px;
82           height: 30px;
83           vertical-align: middle;
84           display:inline-block;
85           width: 45%;
86           border-radius: 2px;
87           border: 1px solid @portalLGray;
88           margin-right: 10px;
89           padding-left: 4px;
90           background: @portalWhite;
91           white-space: nowrap;
92
93         }
94         .app-catalog-item-right{
95           display:inline-block;
96           width: 45%;
97           border-radius: 2px;
98           border: 1px solid @portalLGray;
99           background: @portalWhite;
100           vertical-align: middle;
101         }
102
103         .app-catalog-item-right-error{
104           .portalRed;
105           padding: 7px 7px 7px 7px;
106           display:inline-block;
107           width: 45%;
108           border-radius: 2px;
109           border: 1px solid @portalLGray;
110           background: @portalWhite;
111           vertical-align: middle;
112         }
113
114         .app-catalog-item-right-contacting{
115           .portalGreen;
116           padding: 7px 7px 7px 7px;
117           display:inline-block;
118           width: 45%;
119           border-radius: 2px;
120           border: 1px solid @portalLGray;
121           background: @portalWhite;
122           vertical-align: middle;
123         }
124
125         .app-select-left{
126           width: 45%;
127           margin-right: 10px;
128           vertical-align: middle;
129
130
131           .select-field{
132             padding-top: 0;
133             line-height: 30px;
134             height: 30px;
135             vertical-align: middle;
136             border-radius: 2px;
137             border: 1px solid @portalLGray;
138             margin-right: 10px;
139             padding-left: 4px;
140             background: @portalWhite;
141             display:inline-block;
142           }
143         }
144
145
146         .app-item-delete{
147           .ico_trash_default;
148           display: inline-block;
149           vertical-align: 2px;
150           cursor: pointer;
151           position: relative;
152           top: 6px;
153           color: transparent;
154           margin-left: 8px;
155
156         }
157
158       }
159     }
160
161   }
162   
163  .userApp-Catalog-Roles-value {
164         height: 150px; 
165         width: 200px; 
166         overflow-y: auto;
167  }
168  
169 }