Analysis report draft
This commit is contained in:
18
css/ds.css
18
css/ds.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user