[PORTAL-16 PORTAL-18] Widget ms; staging
[portal.git] / ecomp-portal-FE-os / client / src / views / footer / footer.less
1 .w-ecomp-footer {
2     z-index: 101;
3     background-color: #222;
4     position: absolute;
5     bottom: 0;
6     width: 100%;
7     height: @footer-height;
8     .white12r;
9
10     a {
11         .white12r;
12         font-family: Arial;
13         font-size: 11px;
14     }
15
16     .footer-image {
17         margin: auto;
18
19     }
20
21     .build-number {
22         float: right;
23         padding: 5px;
24     }
25     .footer-content {
26         align-items: center;
27         text-align: center;
28         vertical-align: middle;
29         display: flex;
30         justify-content: center;
31         //width: @table-width;
32         margin: auto;
33
34     }
35         
36     [class*="icon-primary-"], .cssIcon-globe:before {
37             color: #0574ac;
38             display: inline-block;
39             font-family: 'icoPrimary' !important;
40             font-style: normal;
41             font-size: 20px;
42             font-weight: normal;
43             font-variant: normal;
44             height: 1em;
45             margin-right: 7px;
46             text-transform: none;
47             line-height: 1;
48             -webkit-font-smoothing: antialiased;
49             -moz-osx-font-smoothing: grayscale;
50             position: relative;
51             speak: none;
52             -webkit-user-select: none;
53             -moz-user-select: none;
54             -ms-user-select: none;
55             user-select: none;
56             vertical-align: middle;
57             width: 1em;
58         }
59
60         .footer-logo {
61                 color: #000 !important;
62         }
63         .footerWrapper .footer-logo .logo-title {
64             color: #fff;
65             margin-left: 10px;
66             display: inline-block;
67             font-size: 25px;
68             margin-top: 0px;
69             font-family: Arial;
70                 font-weight: normal;
71         }
72         .displayInline {
73                 display: inline-block;
74                 margin-left: 20px; 
75                 margin-top: 20px;
76         }
77         .footerWrapper .copyright-text {
78             color: #fff; 
79             font-size: 11px;
80             font-family: Arial;
81             margin-bottom:0px; 
82             margin-top: 15px; 
83             line-height: 1rem; 
84             margin-top: 20px;
85             margin-left: 100px;
86         }
87         .footerText {
88                 width: 59%;
89                 float: left;
90                 text-align: left;
91                 margin-left: 50px;
92         }
93         .footerLastSection {
94                 width: 1200px;
95                 margin: auto;
96         }
97         .build-number{
98                 margin-top:-14px; 
99                 margin-right: -195px;
100         }
101         .footer-link{
102                 text-decoration: underline;
103         }
104 }