Update report view style

This commit is contained in:
2023-02-27 16:05:27 +01:00
parent 92329c1a57
commit b60eee43ea
9 changed files with 75 additions and 36 deletions

BIN
css/.ds.css.swp Normal file

Binary file not shown.

View File

@@ -1,18 +1,21 @@
@import '../vendor/fontawesome-free/css/all.css';
body {
height: 100%;
}
header {
background-image: url('http://150.145.56.132/static/img/logos/dataspace_icon.svg');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
border-bottom: 1px lightgrey solid;
padding-top: 10px;
padding-bottom: 10px;
}
header i,
header a.btn,
header span.btn
{
color: #333 !important;
}
main {
width: 75%;
margin: 0 auto;
padding: 2rem 0 5rem 0;
background-color: #ebeef0;
}
footer {
min-height: 40px;
@@ -30,6 +33,12 @@ td ul {
margin-left: 0;
padding-left: 0;
}
.report-container {
width: 75%;
margin: 0 auto;
background-color: #fff;
padding: 1rem 1rem;
}
.mt-2 {
margin-top: 2rem !important;
}