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