This commit is contained in:
2020-04-10 02:21:25 -04:00
parent f69cb57c36
commit 692c001cd5
39 changed files with 887 additions and 0 deletions

View File

@ -0,0 +1,38 @@
body, .ui {
font-family: Roboto, sans-serif !important;
}
footer {
flex: none;
color: white;
height: 20rem;
font-family: Roboto;
}
footer .dark-grey {
background-color: grey;
}
footer .grid {
margin: 0 !important;
}
footer .main {
min-height: 16rem !important;
padding-top: 3rem !important;
}
footer a {
color: inherit;
}
footer .small {
font-size: 0.8rem !important;
}
footer .grey {
background-color: rgba(0, 0, 0, 0.1) !important;
color: rgba(0, 0, 0, 0.7) !important;
min-height: 3rem !important;
}
footer nav.menu {
font-size: 0.9rem !important;
border: 0 !important;
}
footer nav.menu .item:first-child {
padding-left: 0 !important;
}