71d240dc96fe41e75631ded902429417d160d100
[portal.git] / ecomp-portal-FE-common / client / app / views / role / role.less
1 .p-info {
2         font-size: 18px;
3 }
4
5 .input-field {
6         width: 250px !important;
7 }
8
9 .scrolling-table {
10         width: 548px;
11         margin-left: 16px;
12         height:575px;
13         overflow:auto;
14 }
15
16 .scrolling-table .scroll-viewport {
17         height: 200px !important;
18         width: 99.5% !important;
19         background-color: white;
20 }
21
22 .scrolling-table .scroll-overview {
23         margin-top: -14px !important;
24 }
25
26 .scrolling-table .scroll-viewport:hover {
27         background-color: white;
28 }
29
30 .scrolling-table #portal-scroll-table-content {
31         height: 200px;
32         position: absolute !important;
33         width: 548px;
34         padding-left: 0px;
35         padding-top: 0px;
36         padding-bottom: 0px;
37         padding-right: 5px;
38 }
39
40 .vertical .scroll-thumb {
41         width: 13px !important;
42 }
43
44 .vertical .scroll-bar {
45         width: 15px !important;
46 }
47
48 .scroll-bar {
49         border-radius: 0px !important;
50 }