remove ceph code
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / less / login_and_register.less
diff --git a/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/less/login_and_register.less b/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/less/login_and_register.less
deleted file mode 100644 (file)
index 453043f..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-/*
- * Page: Login & Register
- * ----------------------
- */
-
-.login-logo,
-.register-logo {
-  font-size: 35px;
-  text-align: center;
-  margin-bottom: 25px;
-  font-weight: 300;
-  a {
-    color: #444;
-  }
-}
-
-.login-page,
-.register-page {
-  background: @gray;
-}
-
-.login-box,
-.register-box {
-  width: 360px;
-  margin: 7% auto;
-  @media (max-width: @screen-sm) {
-    width: 90%;
-    margin-top: 20px;
-  }
-}
-
-.login-box-body,
-.register-box-body {
-  background: #fff;
-  padding: 20px;
-  border-top: 0;
-  color: #666;
-  .form-control-feedback {
-    color: #777;
-  }
-}
-
-.login-box-msg,
-.register-box-msg {
-  margin: 0;
-  text-align: center;
-  padding: 0 20px 20px 20px;
-}
-
-.social-auth-links {
-  margin: 10px 0;
-}