[PORTAL-16 PORTAL-18] Widget ms; staging
[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;  //AT&T Dark Gray
18     border-bottom: @portalDBlue 3px solid;
19     width:100%;
20   }
21   
22   .notifications-properties-main{
23      padding-top: 16px;
24     font-size: 14px;
25     overflow-y: scroll;
26     max-height: 285px;
27       
28   }
29 input:not([type="button"]) {
30   height: 22px; }
31   .widget-properties-main {
32     padding: 16px;
33     height: 460px;
34     overflow-y: auto;
35
36
37     
38
39   }
40
41 .dialog-control-close {
42     position: absolute;
43     bottom: -60px;
44     right: 16px;
45 }
46
47
48 }