Files
raby/public/assets/styles/main.css
2020-04-07 15:37:21 -04:00

64 lines
1.1 KiB
CSS

html {
font-family: Roboto, Arial !important;
}
.inverted.dark-blue {
background-color: #003662 !important;
}
.inverted.dark-blue.button {
border: 0;
box-shadow: none !important;
}
#page_menu .brand {
font-family: Helvetica, Arial !important;
font-weight: 600 !important;
font-size: 2rem;
}
#page_menu .side {
font-size: 1rem;
}
#page_menu .item:first-child {
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;
}
footer .grid {
margin: 0 !important;
}
footer .main {
min-height: 16rem !important;
padding-top: 30px !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: 10pt !important;
border: 0 !important;
}
footer nav.menu .item:first-child {
padding-left: 0 !important;
}