nexus site path corrected
[portal.git] / ecomp-portal-FE / client / app / views / portal-admin / new-portal-admin / new-portal-admin.modal.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  .new-portal-admin-modal {
21   display:block;
22   overflow:auto;
23   min-height: 450px;
24
25   .search-users {
26   }
27
28   .admin-app-roles {
29     .title {
30       .n18r;
31       border-bottom: @a 3px solid;
32
33     }
34
35     .app-roles-main {
36       margin-top: 16px;
37       .app-roles-main-title {
38         .n14r;
39         margin-bottom: 8px;
40         .left {
41           display: inline-block;
42         }
43         .right {
44           display: inline-block;
45           color: @a;
46           float: right;
47           cursor: pointer;
48         }
49       }
50
51       .select-input{
52         width: 460px;
53       }
54
55       .new-administrated-app {
56         height: 30px;
57         line-height: 30px;
58
59         border: 1px solid @p;
60         margin-bottom: 8px;
61         border-radius: 2px;
62         padding-left: 6px;
63         padding-top: 0;
64         .o14r;
65       }
66
67       .admin-roles-list {
68         height: 240px;
69         overflow-y: auto;
70       }
71
72       .administrated-application {
73         width: 460px;
74         height: 30px;
75         border: 1px solid @p;
76         margin-bottom: 8px;
77         border-radius: 2px;
78         padding: 6px;
79         .o14r;
80         display: inline-block;
81
82       }
83
84       .delete-application {
85         .ico_trash_default;
86         display: inline-block;
87         vertical-align: 4px;
88         cursor: pointer;
89         position: relative;
90         top: 6px;
91         color: transparent;
92         margin-left: 8px;
93       }
94
95     }
96
97   }
98 }
99