39 lines
676 B
CSS
39 lines
676 B
CSS
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;
|
|
}
|