nexus site path corrected
[portal.git] / ecomp-portal-FE / client / app / views / footer / footer.less
1 /*-
2  * ================================================================================
3  * eCOMP Portal
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ================================================================================
19  */
20  .w-ecomp-footer {
21     z-index: 101;
22     background-color: rgb(6, 122, 180);
23     position: absolute;
24     bottom: 0;
25     width: 100%;
26     height: @footer-height;
27     .o12r;
28     color: white;
29
30     a {
31         color: white;
32     }
33
34     .footer-image {
35         margin: auto;
36
37     }
38
39     .build-number {
40         float: right;
41         padding: 5px;
42         color: white;
43     }
44     .footer-content {
45         align-items: center;
46         text-align: center;
47         vertical-align: middle;
48         display: flex;
49         justify-content: center;
50         //width: @table-width;
51         margin: auto;
52     }
53 }