Files
Frank John Begornia 562f03488a Initial Commit
2019-03-06 20:32:31 +08:00

17 lines
201 B
Plaintext
Vendored

/*
* Page: Invoice
* -------------
*/
.invoice {
position: relative;
background: #fff;
border: 1px solid #f4f4f4;
padding: 20px;
margin: 10px 25px;
}
.invoice-title {
margin-top: 0;
}