Analysis report draft

This commit is contained in:
2023-04-11 15:54:26 +02:00
parent dc497a44bd
commit e7b5eb67d4
4 changed files with 88 additions and 29 deletions

View File

@@ -1,5 +1,9 @@
@import '../vendor/fontawesome-free/css/all.css';
:root {
--ispc-blue: #213B55;
}
body {
height: 100%;
}
@@ -51,6 +55,20 @@ td ul {
.mt-2 {
margin-top: 2rem !important;
}
.blue-bg {
background-color: var(--ispc-blue) !important;
}
.btn {
color: #fff;
background-color: var(--ispc-blue);
border-color: var(--ispc-blue);
}
.btn:hover {
color: #fff;
background-color: var(--ispc-blue);
opacity: 0.7;
border-color: var(--ispc-blue);
}
table.table td,
table.table th {
border: none;