20 lines
319 B
CSS
Executable File
20 lines
319 B
CSS
Executable File
body {
|
|
background-color: lightgray;
|
|
}
|
|
.reports-all .col {
|
|
margin-bottom: 20px;
|
|
}
|
|
.reports-months-all {
|
|
margin-bottom: 20px;
|
|
}
|
|
/*.status-row {*/
|
|
/* background-color: lightgray;*/
|
|
/*}*/
|
|
a {
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.reports-all .report-one .fa{
|
|
padding: 5px 20px;
|
|
font-size: 20px;
|
|
} |