[O] Vertically center the login panel

This commit is contained in:
Hykilpikonna
2019-08-21 14:24:53 +08:00
parent 2e697904c9
commit 7216cdb5c8
+3
View File
@@ -45,6 +45,9 @@
border-radius: 10px;
box-shadow: 0 0 4px black;
// Vertical center
transform: translateY(50%);
// Input bars
.el-input
{