Replace ecomp references
[portal.git] / ecomp-portal-FE-common / client / app / views / admins / add-admin-dialogs / new-admin.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-admin-modal {
39   height: 430px;
40   margin-left: 20px;
41   height: 350px;
42
43   .search-users {
44   }
45
46   .admin-app-roles {
47     .title {
48       //.n18r;
49       .dGray18r;  
50       border-bottom: @blue-active 3px solid;
51
52     }
53
54     .app-roles-main {
55       margin-top: 16px;
56       .app-roles-main-title {
57         .dGray14r;
58         margin-bottom: 8px;
59         .left {
60           display: inline-block;
61         }
62         .right {
63           display: inline-block;
64           color: @blue-active;
65           float: right;
66           cursor: pointer;
67         }
68       }
69
70       .select-input{
71         width: 460px;
72       }
73
74       .new-administrated-app {
75         height: 30px;
76         line-height: 30px;
77
78         border: 1px solid @portalGray;
79         margin-bottom: 8px;
80         border-radius: 2px;
81         padding-left: 6px;
82         padding-top: 0;
83         width: 100%;
84         .dGray14r;
85       }
86
87       .admin-roles-list {
88         height: 185px;
89         overflow-y: auto;
90       }
91
92       .administrated-application {
93         width: 460px;
94         height: 30px;
95         border: 1px solid @portalGray;
96         margin-bottom: 8px;
97         border-radius: 2px;
98         padding: 6px;
99         .dGray14r;
100         display: inline-block;
101
102       }
103
104       .delete-application {
105         .ico_trash_default;
106         display: inline-block;
107         vertical-align: 4px;
108         cursor: pointer;
109         position: relative;
110         top: 6px;
111         color: transparent;
112         margin-left: 8px;
113       }
114       
115       .awd-select-list {
116                 max-height: 205px;
117                 }
118
119     }
120
121   }
122   
123   .adminForm-title {
124         color: #5a5a5a;
125         font-size: 18px;
126         border-bottom: #067ab4 3px solid;
127         margin-left:0px;
128   }
129   
130   .adminForm-name-property-label {
131         margin-bottom: 5px;    
132         color: #5a5a5a;       
133         font-size: 14px;    
134         font-weight: bold;    
135         padding-top: 20px;
136   }
137  
138   .adminForm-requiredId {
139         color: red;
140   }
141   
142   .adminForm-name-property-required {
143                 color: #cf2a2a; 
144                 font-size: 10px;
145    }
146    
147    .adminForm-property-required-small {
148                 position: absolute;
149    }
150    
151    .adminForm-code-property-label {
152                 margin-bottom: 5px;    
153                 color: #5a5a5a;       
154                 font-size: 14px;    
155                 font-weight: bold;    
156                 padding-top: 20px;
157   }
158   
159   .adminForm-code-property-input {
160                 display: inline-block; 
161                 width: 338px; 
162                 //height: 40px;
163   }
164   
165   .adminForm-code-property-required {
166                 color: #cf2a2a; 
167                 font-size: 10px;
168    }
169    
170 }
171