ds-front-test/css/ds.css

73 lines
1.0 KiB
CSS

@import '../vendor/fontawesome-free/css/all.css';
body {
height: 100%;
}
header {
border-bottom: 1px lightgrey solid;
padding-top: 10px;
padding-bottom: 10px;
}
header i,
header a.btn,
header span.btn
{
color: #333 !important;
}
main {
background-color: #ebeef0;
}
footer {
min-height: 40px;
background-color: #213B55;
padding: 1rem 5rem;
}
footer a {
color: #fff;
cursor: pointer;
text-decoration: underline;
}
footer a:hover {
color: #fff;
}
footer .column > a {
display: block;
}
ul {
list-style: none;
}
ul li {
padding: 5px;
}
td ul {
margin-left: 0;
padding-left: 0;
}
.report-container {
width: 75%;
margin: 0 auto;
background-color: #fff;
padding: 1rem 1rem 3rem 1rem;
}
.mt-2 {
margin-top: 2rem !important;
}
.key {
min-width: 200px;
}
table.table td,
table.table th {
border: none;
}
/* Print styles */
@media print {
.report-container {
width: 100%;
}
.navbar,
footer,
#map {
display: none;
}
}