You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
234 B
CSS
22 lines
234 B
CSS
6 years ago
|
.hiddenRow {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.bg-grey {
|
||
|
background-color: rgba(0, 0, 0, 0.03);
|
||
|
}
|
||
|
|
||
|
.table-curved {
|
||
|
border-radius: 20px;
|
||
|
}
|
||
|
|
||
|
.buttons, .report-description {
|
||
|
margin: 5px;
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
.piechart{
|
||
|
text-align: center;
|
||
|
}
|
||
|
|