Files
Frank John Begornia d225ff22d4 initial commit
2019-10-29 19:29:28 +08:00

17 lines
201 B
Plaintext

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