Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / patternfly / login.less
index 39c2621..2d31e65 100755 (executable)
@@ -32,7 +32,6 @@
   body {
     background: @login-bg-color url("@{img-path}/@{img-bg-login}") repeat-x 50% 0;
     background-size: auto;
-    color: #fff;
     @media (min-width: @screen-sm-min) {
       background-size: 100% auto;
     }
@@ -41,6 +40,7 @@
     background-color: @login-container-bg-color;
     background-color: @login-container-bg-color-rgba;
     clear: right;
+    color: #fff;
     padding-bottom: 40px;
     padding-top: 20px;
     width: auto;
       position: absolute;
       width: 100%;
     }
+    [class^='alert'] {
+      background: transparent;
+      color: #fff;
+    }
     .details {
       p:first-child {
         border-top: 1px solid #474747;
     }
   }
 }
-
-.ie8.login-pf {
-  #badge {
-    background: url('@{img-path}/@{img-badge-ie8}') no-repeat;
-    height: @img-badge-ie8-height;
-    width: @img-badge-ie8-width;
-    img {
-      width: 0;
-    }
-  }
-  #brand {
-    background: url('@{img-path-alt}/@{img-brand-lg-ie8}') no-repeat center;
-    background-size: cover auto;
-    @media (min-width: @screen-sm-min) {
-      background-position: 0 0;
-    }
-    img {
-      width: 0;
-    }
-  }
-}