Deliver centralized role management feature
[portal.git] / ecomp-portal-FE-common / client / app / views / user-notifications-admin / user.notifications.json.details.modal.page.less
1
2 .w-ecomp-user-json-notification-details-admin {
3  .bg_portalWhite;//white for 1702
4     //.bg_portalGray;  // gray for 1610
5     position: relative;
6     top: 20px;
7     left: -200px;
8     right: @page-main-right;
9     bottom: @page-main-bottom;
10     padding-top: @padding-top;
11     padding-left: @padding-left-side;
12     height: 345px;
13     width: 96%;
14     margin-left: 220px;
15   .w-ecomp-main-json-view-title {
16     //.n18r;
17     .dGray18r;  
18     border-bottom: @portalDBlue 3px solid;
19     width:100%;
20   }
21   
22    a:hover {
23   cursor:pointer;
24  }
25   
26   .notifications-properties-main{
27      padding-top: 16px;
28     font-size: 14px;
29     overflow-y: scroll;
30     max-height: 285px;
31       
32   }
33 input:not([type="button"]) {
34   height: 22px; 
35   }
36   .widget-properties-main {
37     padding: 16px;
38     height: 460px;
39     overflow-y: auto;
40   }
41
42 .dialog-control-close {
43     position: absolute;
44     bottom: -60px;
45     right: 16px;
46 }
47
48 .notifcation-label-user-requiredId {
49         color: red;
50 }
51
52 .user-enddate-error-txt {
53         color: #cf2a2a; 
54         font-size: 10px;
55 }
56
57 .user-enddate-error-small {
58         position: absolute;
59 }
60
61 .add-notification-input-title-ht {
62         height: 50px;
63 }
64
65
66
67 }
68
69   a:hover {
70   cursor:pointer;
71  }