Authenticacion

This commit is contained in:
2020-04-07 15:37:21 -04:00
parent 2ae6826ff4
commit bca4665721
27 changed files with 378 additions and 34 deletions

View File

@ -20,7 +20,17 @@ html {
padding-left: 0 !important;
}
#page_container {
display: flex;
flex-direction: column;
height: 100%;
}
.content {
flex: 1 0 auto;
}
footer {
flex: none;
color: white;
height: 260px;
font-family: Roboto;