34 lines
480 B
Plaintext
34 lines
480 B
Plaintext
body {
|
|
background-color: #e6e6e6;
|
|
}
|
|
.reports-all {
|
|
.col {
|
|
margin-bottom: 20px;
|
|
}
|
|
.report-one {
|
|
.fa{
|
|
margin: auto;
|
|
font-size: 20px;
|
|
}
|
|
.btn-group {
|
|
width: 100%;
|
|
}
|
|
.report-number {
|
|
position: absolute;
|
|
right: 0;
|
|
.badge {
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.reports-months-all {
|
|
margin-bottom: 20px;
|
|
}
|
|
/*.status-row {*/
|
|
/* background-color: lightgray;*/
|
|
/*}*/
|
|
a {
|
|
text-decoration: none !important;
|
|
}
|