Security/ Package Name changes
[portal.git] / ecomp-portal-FE-common / client / app / views / portal-admin / new-portal-admin / new-portal-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  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
37  */
38 .new-portal-admin-modal {
39   height: 430px;
40
41   .search-users {
42   }
43
44   .admin-app-roles {
45     .title {
46       //.n18r;
47       .dGray18r; 
48       border-bottom: @blue-active 3px solid;
49
50     }
51
52     .app-roles-main {
53       margin-top: 16px;
54       .app-roles-main-title {
55         .dGray14r;
56         margin-bottom: 8px;
57         .left {
58           display: inline-block;
59         }
60         .right {
61           display: inline-block;
62           color: @portalDBlue;
63           float: right;
64           cursor: pointer;
65         }
66       }
67
68       .select-input{
69         width: 460px;
70       }
71
72       .new-administrated-app {
73         height: 30px;
74         line-height: 30px;
75
76         border: 1px solid @portalGray;
77         margin-bottom: 8px;
78         border-radius: 2px;
79         padding-left: 6px;
80         padding-top: 0;
81          width: 100%;
82         .dGray14r;
83       }
84
85       .admin-roles-list {
86         height: 240px;
87         overflow-y: auto;
88       }
89
90       .administrated-application {
91         width: 460px;
92         height: 30px;
93         border: 1px solid @portalGray;
94         margin-bottom: 8px;
95         border-radius: 2px;
96         padding: 6px;
97         .dGray14r;
98         display: inline-block;
99
100       }
101
102       .delete-application {
103         .ico_trash_default;
104         display: inline-block;
105         vertical-align: 4px;
106         cursor: pointer;
107         position: relative;
108         top: 6px;
109         color: transparent;
110         margin-left: 8px;
111       }
112
113     }
114
115   }
116 }
117