25 lines
No EOL
426 B
CSS
25 lines
No EOL
426 B
CSS
|
|
.billing-invoices-element .invoice-title {
|
|
padding: 6px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.billing-invoices-element .invoice-status .success {
|
|
color: green;
|
|
}
|
|
|
|
.billing-invoices-element .invoice-status .pending {
|
|
color: steelblue;
|
|
}
|
|
|
|
.billing-invoices-element .invoice-status .danger {
|
|
color: red;
|
|
}
|
|
|
|
.billing-invoices-element .invoice-amount:before {
|
|
content: '$';
|
|
}
|
|
|
|
.billing-invoices-element .fa-download {
|
|
color: #aaa;
|
|
} |