]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/layouts/login-layout/login-layout.component.scss
import ceph quincy 17.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / layouts / login-layout / login-layout.component.scss
index f55ae8d0c5139c82fe0aae6dd1104af25a65f65d..d5c9f73ec52f828d5952ba12caf40fa34417721b 100644 (file)
@@ -31,7 +31,7 @@
   }
 
   .list-inline {
-    margin-bottom: 20%;
+    margin-bottom: 0;
     margin-left: 20%;
   }
 
       color: vv.$fg-hover-color-over-dark-bg;
     }
   }
+
+  @media screen and (min-width: vv.$screen-sm-min) {
+    .login-form,
+    .branding-info {
+      padding-top: 30vh;
+    }
+  }
+  @media screen and (max-width: vv.$screen-sm-max) {
+    .login-form {
+      padding-top: 10vh;
+    }
+
+    .branding-info {
+      padding-top: 0;
+    }
+  }
 }