Commit 053fd684 authored by Omar Luna Hernández's avatar Omar Luna Hernández
Browse files

Se corrige la altura del footer

parent 8f4ea9ca
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -21,12 +21,13 @@
}

.admin-panel-content{
    max-height: 84vh;
    min-height: 84vh;
    max-height: 80vh;
    min-height: 80vh;
    display: flex;
    background: white;
}

.footer-cnt{
    height: 10vh;
    height: 14vh;
    background: #ECEAFF;
}
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
@@ -21,12 +21,12 @@
}

.superadmin-panel-content{
    max-height: 84vh;
    min-height: 84vh;
    max-height: 80vh;
    min-height: 80vh;
    display: flex;
}

.footer-cnt{
    height: 10vh;
    height: 14vh;
    background: #ECEAFF;
}