[O] Separate vertical centering css selector

This commit is contained in:
Hykilpikonna
2019-10-05 15:42:06 -04:00
parent 622cd524e5
commit af41ad5f53
+9 -5
View File
@@ -4,11 +4,6 @@
{
margin: 10px;
padding: 0;
// Vertical center
display: flex;
justify-content: center;
flex-direction: column;
}
.el-card.large
@@ -64,3 +59,12 @@
padding-top: 0 !important;
padding-bottom: 0 !important;
}
// Vertical centering
.vertical-center
{
// Vertical center
display: flex;
justify-content: center;
flex-direction: column;
}