[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-common / client / app / views / support / get-access / get-access.less
1 .w-ecomp-get-access-home {
2     //.bg_portalWhite;//white for 1702
3     .bg_portalGray;  // gray for 1610
4     position: @page-main-position;
5     top: @page-main-top;
6     left: @page-main-left;
7     right: @page-main-right;
8     bottom: @page-main-bottom;
9     padding-top: @padding-top;
10     overflow-y: @page-main-overflow-y;
11     padding-left: @padding-left-side;
12     background-color: white;
13         
14         .w-ecomp-main-view-title{
15             font-family: Omnes-ECOMP-W02-Light,Arial;
16         }
17
18     .get-access-home-container {
19         position: relative;
20         padding-right: 0;
21         padding-left: 0;
22         padding-bottom: @container-bottom;
23
24         .get-access-general-div {
25             width: @table-width;
26             //margin-left: @table-margin-left;
27             margin:auto;
28         }
29
30         .get-access-table {
31             margin-top: 15px;
32             width: @table-width;
33             //margin-left: @table-margin-left;
34                         margin:0 auto;
35             .table-control {
36                 .table-dropdown-filter {
37                       width: @table-dropdown-filter-width;
38                       display: @table-dropdown-filter-display;
39                 }
40             }
41
42             .table-body {
43                 cursor: pointer;
44             }
45         }
46     }
47 }
48
49 table th, table td {
50     padding: 15px 14px 10px;
51 }
52         
53 #access-page-currentRole{
54     text-align: center;
55 }