8554fadc25a232212511824c5829e0113b0fc2cd
[portal.git] / ecomp-portal-FE-common / client / app / views / functionalMenu / functionalMenu.less
1 .functional-menu-main{
2  .bg_portalWhite;//white for 1702
3    position: @page-main-position;
4   top: @page-main-top;
5   left: @page-main-left;
6   right: @page-main-right;
7   bottom: @page-main-bottom;
8   padding-top: @padding-top;
9   overflow-y: @page-main-overflow-y;
10   padding-left: @padding-left-side;
11
12   .functional-menu-container {
13     // .portalWhite16r;  // font color and size
14     position: relative;
15     padding-right: 0;
16     padding-left: 0;
17     padding-bottom: @container-bottom;
18     background-color:#ffffff;
19     
20     //width: @table-width;
21         .btn-blue{
22                 margin-left:0px;
23         }
24         
25         .dropdown-menu{
26         
27                 position:absolute;
28         top:100%;
29         left:0;
30         z-index:1000;
31         display:none;
32         float:left;
33         min-width:160px;
34         padding:5px 0;
35         margin:2px 0 0;
36         list-style:none;
37         font-size:14px;
38         background-color:#fff;
39         border:1px solid #ccc;
40         border:1px solid rgba(0,0,0,.15);
41         border-radius:6px;
42         -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
43         box-shadow:0 6px 12px rgba(0,0,0,.175);
44         background-clip:padding-box;
45         
46         }
47         
48         .dropdown-menu .divider {
49     height: 1px;
50     margin: 9px 0;
51     overflow: hidden;
52     background-color: #e5e5e5;
53 }
54
55 .dropdown-menu>li>a {
56     display: block;
57     padding: 3px 20px;
58     clear: both;
59     font-weight: 400;
60     line-height: 1.428571429;
61     color: #333;
62     white-space: nowrap;
63 }
64         
65     .tree {
66           margin:auto;
67       width: @table-width;
68       //margin-left: @table-margin-left;
69       //margin: 0 auto 60px;
70        font-size:16px;
71       
72     }
73     
74     .functional-admin-button-container {
75       padding-top: 10px;
76       width: @table-width;
77       margin:auto;
78     }
79     
80     .error-text {
81       width: @table-width;
82       margin: auto;
83       padding: 20px;
84       left: 20px;
85       font-weight: bold;
86       font-size: 16px;
87       text-align: left;
88       color: @err;
89       background-color: @portalWhite;
90
91       .error-help {
92         color: @portalDGray;
93         font-weight: normal;
94       }
95     }
96     
97     .error-msg-txt {
98         color: red; 
99         font-size: 11px;
100     }
101     
102   }
103   .regenerate-functionalmenu-btn-txt {
104         color:black;
105   }     
106 }