[PORTAL-16 PORTAL-18] Widget ms; staging
[portal.git] / ecomp-portal-FE-os / client / src / views / footer / footer.less
index 59c8622..0004b02 100644 (file)
-.w-ecomp-footer {\r
-    z-index: 101;\r
-    background-color: #222;\r
-    position: absolute;\r
-    bottom: 0;\r
-    width: 100%;\r
-    height: @footer-height;\r
-    .white12r;\r
-\r
-    a {\r
-        .white12r;\r
-        font-family: Arial;\r
-        font-size: 11px;\r
-    }\r
-\r
-    .footer-image {\r
-        margin: auto;\r
-\r
-    }\r
-\r
-    .build-number {\r
-        float: right;\r
-        padding: 5px;\r
-    }\r
-    .footer-content {\r
-        align-items: center;\r
-        text-align: center;\r
-        vertical-align: middle;\r
-        display: flex;\r
-        justify-content: center;\r
-        //width: @table-width;\r
-        margin: auto;\r
-\r
-    }\r
-       \r
-    [class*="icon-primary-"], .cssIcon-globe:before {\r
-           color: #0574ac;\r
-           display: inline-block;\r
-           font-family: 'icoPrimary' !important;\r
-           font-style: normal;\r
-           font-size: 20px;\r
-           font-weight: normal;\r
-           font-variant: normal;\r
-           height: 1em;\r
-           margin-right: 7px;\r
-           text-transform: none;\r
-           line-height: 1;\r
-           -webkit-font-smoothing: antialiased;\r
-           -moz-osx-font-smoothing: grayscale;\r
-           position: relative;\r
-           speak: none;\r
-           -webkit-user-select: none;\r
-           -moz-user-select: none;\r
-           -ms-user-select: none;\r
-           user-select: none;\r
-           vertical-align: middle;\r
-           width: 1em;\r
-       }\r
-\r
-       .footer-logo {\r
-               color: #000 !important;\r
-       }\r
-       .footerWrapper .footer-logo .logo-title {\r
-           color: #fff;\r
-           margin-left: 10px;\r
-           display: inline-block;\r
-           font-size: 25px;\r
-           margin-top: 0px;\r
-           font-family: Arial;\r
-               font-weight: normal;\r
-       }\r
-       .displayInline {\r
-               display: inline-block;\r
-               margin-left: 20px; \r
-               margin-top: 20px;\r
-       }\r
-       .footerWrapper .copyright-text {\r
-           color: #fff; \r
-           font-size: 11px;\r
-           font-family: Arial;\r
-           margin-bottom:0px; \r
-           margin-top: 15px; \r
-           line-height: 1rem; \r
-           margin-top: 20px;\r
-           margin-left: 100px;\r
-       }\r
-       .footerText {\r
-               width: 59%;\r
-               float: left;\r
-               text-align: left;\r
-               margin-left: 50px;\r
-       }\r
-       .footerLastSection {\r
-               width: 1200px;\r
-               margin: auto;\r
-       }\r
-       .build-number{\r
-               margin-top:-14px; \r
-               margin-right: -195px;\r
-       }\r
-       .footer-link{\r
-               text-decoration: underline;\r
-       }\r
-}\r
+.w-ecomp-footer {
+    z-index: 101;
+    background-color: #222;
+    position: absolute;
+    bottom: 0;
+    width: 100%;
+    height: @footer-height;
+    .white12r;
+
+    a {
+        .white12r;
+        font-family: Arial;
+        font-size: 11px;
+    }
+
+    .footer-image {
+        margin: auto;
+
+    }
+
+    .build-number {
+        float: right;
+        padding: 5px;
+    }
+    .footer-content {
+        align-items: center;
+        text-align: center;
+        vertical-align: middle;
+        display: flex;
+        justify-content: center;
+        //width: @table-width;
+        margin: auto;
+
+    }
+       
+    [class*="icon-primary-"], .cssIcon-globe:before {
+           color: #0574ac;
+           display: inline-block;
+           font-family: 'icoPrimary' !important;
+           font-style: normal;
+           font-size: 20px;
+           font-weight: normal;
+           font-variant: normal;
+           height: 1em;
+           margin-right: 7px;
+           text-transform: none;
+           line-height: 1;
+           -webkit-font-smoothing: antialiased;
+           -moz-osx-font-smoothing: grayscale;
+           position: relative;
+           speak: none;
+           -webkit-user-select: none;
+           -moz-user-select: none;
+           -ms-user-select: none;
+           user-select: none;
+           vertical-align: middle;
+           width: 1em;
+       }
+
+       .footer-logo {
+               color: #000 !important;
+       }
+       .footerWrapper .footer-logo .logo-title {
+           color: #fff;
+           margin-left: 10px;
+           display: inline-block;
+           font-size: 25px;
+           margin-top: 0px;
+           font-family: Arial;
+               font-weight: normal;
+       }
+       .displayInline {
+               display: inline-block;
+               margin-left: 20px; 
+               margin-top: 20px;
+       }
+       .footerWrapper .copyright-text {
+           color: #fff; 
+           font-size: 11px;
+           font-family: Arial;
+           margin-bottom:0px; 
+           margin-top: 15px; 
+           line-height: 1rem; 
+           margin-top: 20px;
+           margin-left: 100px;
+       }
+       .footerText {
+               width: 59%;
+               float: left;
+               text-align: left;
+               margin-left: 50px;
+       }
+       .footerLastSection {
+               width: 1200px;
+               margin: auto;
+       }
+       .build-number{
+               margin-top:-14px; 
+               margin-right: -195px;
+       }
+       .footer-link{
+               text-decoration: underline;
+       }
+}