39eb8ab91869b380178ad61e29fceb4b6a71c975
[portal.git] / ecomp-portal-FE-common / client / app / views / catalog / add-catalog-dialogs / new-catalog.modal.less
1 .new-catalog-modal {
2   height: 430px;
3
4   .user-catalog-roles{
5     .title{
6       //.n18r;
7       .dGray18r;  //Dark Gray
8       border-bottom: @portalDBlue 3px solid;
9     }
10     
11        input:not([type="button"]) {
12     height: 13px;
13
14     .display-userApp-Catalog-Roles
15     {
16     padding-left: 16px;
17     padding-top: 10px;
18     font-family: Omnes-ECOMP-W02,Arial;
19     font-size: 18px;
20     color: #5a5a5a;
21     }
22         
23         #pending-checkbox{      
24         font-family: Omnes-ECOMP-W02,Arial;
25         font-size: 15px; 
26         color: #5a5a5a;
27         }
28     .app-catalog-roles-list{
29       height: 286px;
30       
31       
32       .app-catalog-item{
33         border: 1px solid @portalLGray;
34         border-radius: 2px;
35         background-color: @funcBkgGray;
36
37         padding: 10px;
38         margin-top: 8px;
39         //margin-right: 6px;
40         //margin-left: 6px;
41
42         .app-catalog-item-left{
43           padding-top: 0;
44           line-height: 30px;
45           height: 30px;
46           vertical-align: middle;
47           display:inline-block;
48           width: 45%;
49           border-radius: 2px;
50           border: 1px solid @portalLGray;
51           margin-right: 10px;
52           padding-left: 4px;
53           background: @portalWhite;
54           white-space: nowrap;
55
56         }
57         .app-catalog-item-right{
58           display:inline-block;
59           width: 45%;
60           border-radius: 2px;
61           border: 1px solid @portalLGray;
62           background: @portalWhite;
63           vertical-align: middle;
64         }
65
66         .app-catalog-item-right-error{
67           .portalRed;
68           padding: 7px 7px 7px 7px;
69           display:inline-block;
70           width: 45%;
71           border-radius: 2px;
72           border: 1px solid @portalLGray;
73           background: @portalWhite;
74           vertical-align: middle;
75         }
76
77         .app-catalog-item-right-contacting{
78           .portalGreen;
79           padding: 7px 7px 7px 7px;
80           display:inline-block;
81           width: 45%;
82           border-radius: 2px;
83           border: 1px solid @portalLGray;
84           background: @portalWhite;
85           vertical-align: middle;
86         }
87
88         .app-select-left{
89           width: 45%;
90           margin-right: 10px;
91           vertical-align: middle;
92
93
94           .select-field{
95             padding-top: 0;
96             line-height: 30px;
97             height: 30px;
98             vertical-align: middle;
99             border-radius: 2px;
100             border: 1px solid @portalLGray;
101             margin-right: 10px;
102             padding-left: 4px;
103             background: @portalWhite;
104             display:inline-block;
105           }
106         }
107
108
109         .app-item-delete{
110           .ico_trash_default;
111           display: inline-block;
112           vertical-align: 2px;
113           cursor: pointer;
114           position: relative;
115           top: 6px;
116           color: transparent;
117           margin-left: 8px;
118
119         }
120
121       }
122     }
123
124   }
125   
126  .userApp-Catalog-Roles-value {
127         height: 150px; 
128         width: 200px; 
129         overflow-y: auto;
130  }
131  
132 }